Skip to content
Snippets Groups Projects

chore(deps): update dependency bandit to v1.7.5

Merged Renovate Bot requested to merge renovate/bandit-1.x-lockfile into main
1 file
+ 79
6
Compare changes
  • Side-by-side
  • Inline
+ 79
6
# This file is automatically @generated by Poetry and should not be changed by hand.
# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand.
[[package]]
[[package]]
name = "altgraph"
name = "altgraph"
@@ -14,25 +14,26 @@ files = [
@@ -14,25 +14,26 @@ files = [
[[package]]
[[package]]
name = "bandit"
name = "bandit"
version = "1.7.4"
version = "1.7.5"
description = "Security oriented static analyser for python code."
description = "Security oriented static analyser for python code."
category = "dev"
category = "dev"
optional = false
optional = false
python-versions = ">=3.7"
python-versions = ">=3.7"
files = [
files = [
{file = "bandit-1.7.4-py3-none-any.whl", hash = "sha256:412d3f259dab4077d0e7f0c11f50f650cc7d10db905d98f6520a95a18049658a"},
{file = "bandit-1.7.5-py3-none-any.whl", hash = "sha256:75665181dc1e0096369112541a056c59d1c5f66f9bb74a8d686c3c362b83f549"},
{file = "bandit-1.7.4.tar.gz", hash = "sha256:2d63a8c573417bae338962d4b9b06fbc6080f74ecd955a092849e1e65c717bd2"},
{file = "bandit-1.7.5.tar.gz", hash = "sha256:bdfc739baa03b880c2d15d0431b31c658ffc348e907fe197e54e0389dd59e11e"},
]
]
[package.dependencies]
[package.dependencies]
colorama = {version = ">=0.3.9", markers = "platform_system == \"Windows\""}
colorama = {version = ">=0.3.9", markers = "platform_system == \"Windows\""}
GitPython = ">=1.0.1"
GitPython = ">=1.0.1"
PyYAML = ">=5.3.1"
PyYAML = ">=5.3.1"
 
rich = "*"
stevedore = ">=1.20.0"
stevedore = ">=1.20.0"
[package.extras]
[package.extras]
test = ["beautifulsoup4 (>=4.8.0)", "coverage (>=4.5.4)", "fixtures (>=3.0.0)", "flake8 (>=4.0.0)", "pylint (==1.9.4)", "stestr (>=2.5.0)", "testscenarios (>=0.5.0)", "testtools (>=2.3.0)", "toml"]
test = ["beautifulsoup4 (>=4.8.0)", "coverage (>=4.5.4)", "fixtures (>=3.0.0)", "flake8 (>=4.0.0)", "pylint (==1.9.4)", "stestr (>=2.5.0)", "testscenarios (>=0.5.0)", "testtools (>=2.3.0)", "tomli (>=1.1.0)"]
toml = ["toml"]
toml = ["tomli (>=1.1.0)"]
yaml = ["PyYAML"]
yaml = ["PyYAML"]
[[package]]
[[package]]
@@ -258,6 +259,43 @@ files = [
@@ -258,6 +259,43 @@ files = [
[package.dependencies]
[package.dependencies]
altgraph = ">=0.17"
altgraph = ">=0.17"
 
[[package]]
 
name = "markdown-it-py"
 
version = "2.2.0"
 
description = "Python port of markdown-it. Markdown parsing, done right!"
 
category = "dev"
 
optional = false
 
python-versions = ">=3.7"
 
files = [
 
{file = "markdown-it-py-2.2.0.tar.gz", hash = "sha256:7c9a5e412688bc771c67432cbfebcdd686c93ce6484913dccf06cb5a0bea35a1"},
 
{file = "markdown_it_py-2.2.0-py3-none-any.whl", hash = "sha256:5a35f8d1870171d9acc47b99612dc146129b631baf04970128b568f190d0cc30"},
 
]
 
 
[package.dependencies]
 
mdurl = ">=0.1,<1.0"
 
 
[package.extras]
 
benchmarking = ["psutil", "pytest", "pytest-benchmark"]
 
code-style = ["pre-commit (>=3.0,<4.0)"]
 
compare = ["commonmark (>=0.9,<1.0)", "markdown (>=3.4,<4.0)", "mistletoe (>=1.0,<2.0)", "mistune (>=2.0,<3.0)", "panflute (>=2.3,<3.0)"]
 
linkify = ["linkify-it-py (>=1,<3)"]
 
plugins = ["mdit-py-plugins"]
 
profiling = ["gprof2dot"]
 
rtd = ["attrs", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx_book_theme"]
 
testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
 
 
[[package]]
 
name = "mdurl"
 
version = "0.1.2"
 
description = "Markdown URL utilities"
 
category = "dev"
 
optional = false
 
python-versions = ">=3.7"
 
files = [
 
{file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"},
 
{file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"},
 
]
 
[[package]]
[[package]]
name = "mypy"
name = "mypy"
version = "0.991"
version = "0.991"
@@ -387,6 +425,21 @@ files = [
@@ -387,6 +425,21 @@ files = [
docs = ["furo (>=2022.9.29)", "proselint (>=0.13)", "sphinx (>=5.3)", "sphinx-autodoc-typehints (>=1.19.4)"]
docs = ["furo (>=2022.9.29)", "proselint (>=0.13)", "sphinx (>=5.3)", "sphinx-autodoc-typehints (>=1.19.4)"]
test = ["appdirs (==1.4.4)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"]
test = ["appdirs (==1.4.4)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"]
 
[[package]]
 
name = "pygments"
 
version = "2.14.0"
 
description = "Pygments is a syntax highlighting package written in Python."
 
category = "dev"
 
optional = false
 
python-versions = ">=3.6"
 
files = [
 
{file = "Pygments-2.14.0-py3-none-any.whl", hash = "sha256:fa7bd7bd2771287c0de303af8bfdfc731f51bd2c6a47ab69d117138893b82717"},
 
{file = "Pygments-2.14.0.tar.gz", hash = "sha256:b3ed06a9e8ac9a9aae5a6f5dbe78a8a58655d17b43b93c078f094ddc476ae297"},
 
]
 
 
[package.extras]
 
plugins = ["importlib-metadata"]
 
[[package]]
[[package]]
name = "pyinstaller"
name = "pyinstaller"
version = "5.7.0"
version = "5.7.0"
@@ -529,6 +582,26 @@ urllib3 = ">=1.21.1,<1.27"
@@ -529,6 +582,26 @@ urllib3 = ">=1.21.1,<1.27"
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
 
[[package]]
 
name = "rich"
 
version = "13.3.3"
 
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
 
category = "dev"
 
optional = false
 
python-versions = ">=3.7.0"
 
files = [
 
{file = "rich-13.3.3-py3-none-any.whl", hash = "sha256:540c7d6d26a1178e8e8b37e9ba44573a3cd1464ff6348b99ee7061b95d1c6333"},
 
{file = "rich-13.3.3.tar.gz", hash = "sha256:dc84400a9d842b3a9c5ff74addd8eb798d155f36c1c91303888e0a66850d2a15"},
 
]
 
 
[package.dependencies]
 
markdown-it-py = ">=2.2.0,<3.0.0"
 
pygments = ">=2.13.0,<3.0.0"
 
typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.9\""}
 
 
[package.extras]
 
jupyter = ["ipywidgets (>=7.5.1,<9)"]
 
[[package]]
[[package]]
name = "setuptools"
name = "setuptools"
version = "65.6.3"
version = "65.6.3"
Loading