]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Bump isort from 5.11.4 to 5.12.0 (#2563)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 4 Feb 2023 22:06:00 +0000 (23:06 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Feb 2023 22:06:00 +0000 (23:06 +0100)
* Bump isort from 5.11.4 to 5.12.0

Bumps [isort](https://github.com/pycqa/isort) from 5.11.4 to 5.12.0.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.11.4...5.12.0)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
* Update requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florimond Manca <florimond.manca@protonmail.com>
requirements.txt

index 5d96d463846c2bd17856c2e0157bc6f7bb273dc3..df1fcd97747bbb917025c1030aeb324e884c344d 100644 (file)
@@ -27,7 +27,8 @@ flake8==3.9.2
 flake8-bugbear==23.1.20
 flake8-pie==0.16.0; python_version>='3.7'
 importlib-metadata==4.13.0; python_version>='3.7'
-isort==5.11.4
+isort==5.11.4; python_version<'3.8'
+isort==5.12.0; python_version>='3.8'
 mypy==0.982
 types-certifi==2021.10.8.2
 pytest==7.2.0