Skip to content

Commit e7fa226

Browse files
Bump isort from 5.9.2 to 5.9.3 (#16826)
Bumps [isort](https://github.com/pycqa/isort) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.9.2...5.9.3) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 324ef4c commit e7fa226

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# IntelliSense via Jedi
77
jedi<0.18 # For Python 2.7 support
88
# Sort Imports
9-
isort==5.9.2; python_version >= '3.6'
9+
isort==5.9.3; python_version >= '3.6'

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --generate-hashes requirements.in
66
#
7-
isort==5.9.2 ; python_version >= "3.6" \
8-
--hash=sha256:eed17b53c3e7912425579853d078a0832820f023191561fcee9d7cae424e0813 \
9-
--hash=sha256:f65ce5bd4cbc6abdfbe29afc2f0245538ab358c14590912df638033f157d555e
7+
isort==5.9.3 ; python_version >= "3.6" \
8+
--hash=sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899 \
9+
--hash=sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2
1010
# via -r requirements.in
1111
jedi==0.17.2 \
1212
--hash=sha256:86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20 \

0 commit comments

Comments
 (0)