diff --git a/poetry.lock b/poetry.lock index 2425518..137ff59 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "alabaster" @@ -60,13 +60,13 @@ dev = ["freezegun (>=1.0,<2.0)", "pytest (>=6.0)", "pytest-cov"] [[package]] name = "bandit" -version = "1.7.8" +version = "1.7.9" description = "Security oriented static analyser for python code." optional = false python-versions = ">=3.8" files = [ - {file = "bandit-1.7.8-py3-none-any.whl", hash = "sha256:509f7af645bc0cd8fd4587abc1a038fc795636671ee8204d502b933aee44f381"}, - {file = "bandit-1.7.8.tar.gz", hash = "sha256:36de50f720856ab24a24dbaa5fee2c66050ed97c1477e0a1159deab1775eab6b"}, + {file = "bandit-1.7.9-py3-none-any.whl", hash = "sha256:52077cb339000f337fb25f7e045995c4ad01511e716e5daac37014b9752de8ec"}, + {file = "bandit-1.7.9.tar.gz", hash = "sha256:7c395a436743018f7be0a4cbb0a4ea9b902b6d87264ddecf8cfdc73b4f78ff61"}, ] [package.dependencies] @@ -1165,4 +1165,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "95b715b4b6b4316eaa0f1058dcd648a21d0952afe7a0b0588dd6c16759be8d88" +content-hash = "f609d361e2c9c124049d68f49b1479867a45df9629485623e0ecead64db1c300" diff --git a/pyproject.toml b/pyproject.toml index 4f60713..c32d2a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ flake8-docstrings = "1.7.0" flake8-polyfill = "1.0.2" isort = "5.13.2" # security -bandit = "1.7.8" +bandit = "1.7.9" # test django-upgrade = "1.18.0"