diff --git a/requirements/dev.in b/requirements/dev.in index 40c875b8d8..2f31e5c7b7 100644 --- a/requirements/dev.in +++ b/requirements/dev.in @@ -23,9 +23,6 @@ fakeldap # For testing mock http requests responses<0.22.0 # https://github.com/getsentry/responses/pull/593 -# For sorting imports -isort - # For doing highly usable Python profiling line-profiler diff --git a/requirements/dev.txt b/requirements/dev.txt index d42a26b4b0..6373337b2a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -710,10 +710,6 @@ isodate==0.6.1 \ # via # openapi-core # python3-saml -isort==5.10.1 \ - --hash=sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7 \ - --hash=sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951 - # via -r requirements/dev.in itemadapter==0.7.0 \ --hash=sha256:0e0ab4ddf92c71af57c2386952a61756ae2ecf6c65f976ffaee9ba91ae87a91c \ --hash=sha256:32c061ec9ab47d5343e8011b268730f48ff632a0192b95292d118b18dbd7687a diff --git a/version.py b/version.py index 5f26bf312e..96ebfd0fbe 100644 --- a/version.py +++ b/version.py @@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 154 # historical commits sharing the same major version, in which case a # minor version bump suffices. -PROVISION_VERSION = (212, 0) +PROVISION_VERSION = (213, 0)