Merge pull request #1012 from GSA/dependabot/pip/isort-5.13.2

Bump isort from 5.12.0 to 5.13.2
This commit is contained in:
Carlo Costino
2023-12-13 17:43:03 -05:00
committed by GitHub
2 changed files with 6 additions and 9 deletions

13
poetry.lock generated
View File

@@ -1157,20 +1157,17 @@ files = [
[[package]]
name = "isort"
version = "5.12.0"
version = "5.13.2"
description = "A Python utility / library to sort Python imports."
optional = false
python-versions = ">=3.8.0"
files = [
{file = "isort-5.12.0-py3-none-any.whl", hash = "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"},
{file = "isort-5.12.0.tar.gz", hash = "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504"},
{file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"},
{file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"},
]
[package.extras]
colors = ["colorama (>=0.4.3)"]
pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"]
plugins = ["setuptools"]
requirements-deprecated-finder = ["pip-api", "pipreqs"]
colors = ["colorama (>=0.4.6)"]
[[package]]
name = "itsdangerous"
@@ -3092,4 +3089,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "cf9d2dab790cb8088a41f3c5b7c261b23e21ae0d2da314dc9a4a2c39266fda64"
content-hash = "8a6fa375211952359f5993261b082558dae34ce3d80ee113ae51d10ecd426937"

View File

@@ -48,7 +48,7 @@ flake8 = "^6.1.0"
flake8-bugbear = "^23.12.2"
flake8-print = "^5.0.0"
flake8-pytest-style = "^1.7.2"
isort = "^5.12.0"
isort = "^5.13.2"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "^4.2"
pip-audit = "*"