From 23573ac9883a271778f4e0fb6f2a13ce745a94fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:50:33 +0000 Subject: [PATCH] build(deps): update bugfixes --- docs/.sphinx/pinned-requirements.txt | 18 +++++------ requirements-devel.txt | 48 ++++++++++++++-------------- requirements.txt | 24 +++++++------- tox.ini | 2 +- 4 files changed, 46 insertions(+), 46 deletions(-) diff --git a/docs/.sphinx/pinned-requirements.txt b/docs/.sphinx/pinned-requirements.txt index e718a50ccb..d35ef8783b 100644 --- a/docs/.sphinx/pinned-requirements.txt +++ b/docs/.sphinx/pinned-requirements.txt @@ -1,4 +1,4 @@ -alabaster==0.7.12 +alabaster==0.7.16 Babel==2.11.0 beautifulsoup4==4.11.1 certifi==2022.12.7 @@ -8,9 +8,9 @@ docutils==0.19 furo==2022.9.29 idna==3.4 imagesize==1.4.1 -Jinja2==3.1.2 +Jinja2==3.1.4 livereload==2.6.3 -MarkupSafe==2.1.1 +MarkupSafe==2.1.5 packaging==21.3 pyenchant==3.2.2 Pygments==2.13.0 @@ -22,13 +22,13 @@ snowballstemmer==2.2.0 soupsieve==2.3.2.post1 Sphinx==5.3.0 sphinx-autobuild==2021.3.14 -sphinx-basic-ng==1.0.0b1 +sphinx-basic-ng==1.0.0b2 sphinx_design==0.3.0 -sphinxcontrib-applehelp==1.0.2 -sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-applehelp==1.0.8 +sphinxcontrib-devhelp==1.0.6 sphinxcontrib-htmlhelp==2.0.0 sphinxcontrib-jsmath==1.0.1 -sphinxcontrib-qthelp==1.0.3 -sphinxcontrib-serializinghtml==1.1.5 +sphinxcontrib-qthelp==1.0.8 +sphinxcontrib-serializinghtml==1.1.10 tornado==6.2 -urllib3==1.26.13 +urllib3==1.26.19 diff --git a/requirements-devel.txt b/requirements-devel.txt index 06ea0457d0..2163371a67 100644 --- a/requirements-devel.txt +++ b/requirements-devel.txt @@ -1,4 +1,4 @@ -astroid==2.15.4 +astroid==2.15.8 attrs==23.1.0 black==23.3.0 cachetools==5.3.0 @@ -7,7 +7,7 @@ certifi==2023.5.7 cffi==1.15.1 chardet==5.1.0 charset-normalizer==3.1.0 -click==8.1.3 +click==8.1.7 codespell==2.2.4 colorama==0.4.6 coverage==7.2.5 @@ -18,9 +18,9 @@ craft-parts==1.19.7 craft-providers==1.20.2 craft-store==2.5.0 cryptography==40.0.2 -Deprecated==1.2.13 -dill==0.3.6 -distlib==0.3.6 +Deprecated==1.2.14 +dill==0.3.8 +distlib==0.3.8 distro==1.8.0 docutils==0.19 exceptiongroup==1.1.1 @@ -28,7 +28,7 @@ filelock==3.12.0 fixtures==4.0.1 gnupg==2.3.1 httplib2==0.22.0 -hupper==1.12 +hupper==1.12.1 idna==3.4 importlib-metadata==6.6.0 importlib-resources==5.12.0 @@ -39,11 +39,11 @@ jeepney==0.8.0 jsonschema==2.5.1 keyring==23.13.1 launchpadlib==1.11.0 -lazr.restfulclient==0.14.5 +lazr.restfulclient==0.14.6 lazr.uri==1.0.6 lazy-object-proxy==1.9.0 -lxml==4.9.2 -macaroonbakery==1.3.1 +lxml==4.9.4 +macaroonbakery==1.3.4 mccabe==0.7.0 more-itertools==9.1.0 mypy==1.3.0 @@ -61,7 +61,7 @@ platformdirs==3.5.0 pluggy==1.0.0 progressbar==2.5 protobuf==3.20.3 -psutil==5.9.5 +psutil==5.9.8 ptyprocess==0.7.0 pycodestyle==2.10.0 pycparser==2.21 @@ -70,33 +70,33 @@ pydantic-yaml==0.11.2 pydocstyle==6.3.0 pyelftools==0.29 pyflakes==3.0.1 -pyftpdlib==1.5.7 -pylint==2.17.4 -pylint-fixme-info==1.0.3 -pylint-pytest==1.1.2 -pylxd==2.3.1 +pyftpdlib==1.5.10 +pylint==2.17.7 +pylint-fixme-info==1.0.4 +pylint-pytest==1.1.8 +pylxd==2.3.4 pymacaroons==0.13.0 PyNaCl==1.5.0 pyparsing==3.0.9 pyproject_api==1.5.1 -pyramid==2.0.1 +pyramid==2.0.2 pyRFC3339==1.1 pytest==7.3.1 pytest-cov==4.0.0 pytest-mock==3.10.0 -pytest-subprocess==1.5.0 +pytest-subprocess==1.5.2 python-dateutil==2.8.2 python-debian==0.1.49 pytz==2023.3 pyxdg==0.28 -PyYAML==6.0 +PyYAML==6.0.2 raven==6.10.0 requests==2.30.0 requests-toolbelt==1.0.0 requests-unixsocket==0.3.0 ruff==0.0.220 SecretStorage==3.3.3 -simplejson==3.19.1 +simplejson==3.19.2 six==1.16.0 snap-helpers==0.3.2 snowballstemmer==2.2.0 @@ -109,14 +109,14 @@ tomli==2.0.1 tomlkit==0.11.8 tox==4.5.1 translationstring==1.4 -types-Deprecated==1.2.9.2 -types-PyYAML==6.0.12.9 +types-Deprecated==1.2.9.20240311 +types-PyYAML==6.0.12.20240808 types-requests==2.30.0.0 types-setuptools==67.7.0.2 -types-tabulate==0.9.0.2 -types-urllib3==1.26.25.13 +types-tabulate==0.9.0.20240106 +types-urllib3==1.26.25.14 typing_extensions==4.5.0 -urllib3==1.26.15 +urllib3==1.26.19 venusian==3.0.0 virtualenv==20.23.0 wadllib==1.3.6 diff --git a/requirements.txt b/requirements.txt index 6328a931ef..82f60f1f0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ certifi==2023.5.7 cffi==1.15.1 chardet==5.1.0 charset-normalizer==3.1.0 -click==8.1.3 +click==8.1.7 craft-archives==1.1.3 craft-cli==1.2.0 craft-grammar==1.1.1 @@ -12,7 +12,7 @@ craft-parts==1.19.7 craft-providers==1.20.2 craft-store==2.5.0 cryptography==40.0.2 -Deprecated==1.2.13 +Deprecated==1.2.14 distro==1.8.0 docutils==0.19 gnupg==2.3.1 @@ -25,10 +25,10 @@ jeepney==0.8.0 jsonschema==2.5.1 keyring==23.13.1 launchpadlib==1.11.0 -lazr.restfulclient==0.14.5 +lazr.restfulclient==0.14.6 lazr.uri==1.0.6 -lxml==4.9.2 -macaroonbakery==1.3.1 +lxml==4.9.4 +macaroonbakery==1.3.4 more-itertools==9.1.0 mypy-extensions==1.0.0 oauthlib==3.2.2 @@ -37,12 +37,12 @@ packaging==23.1 platformdirs==3.5.0 progressbar==2.5 protobuf==3.20.3 -psutil==5.9.5 +psutil==5.9.8 pycparser==2.21 pydantic==1.10.7 pydantic-yaml==0.11.2 pyelftools==0.29 -pylxd==2.3.1 +pylxd==2.3.4 pymacaroons==0.13.0 PyNaCl==1.5.0 pyparsing==3.0.9 @@ -51,22 +51,22 @@ python-dateutil==2.8.2 python-debian==0.1.49 pytz==2023.3 pyxdg==0.28 -PyYAML==6.0.1 +PyYAML==6.0.2 raven==6.10.0 requests==2.30.0 requests-toolbelt==1.0.0 requests-unixsocket==0.3.0 SecretStorage==3.3.3 -simplejson==3.19.1 +simplejson==3.19.2 six==1.16.0 snap-helpers==0.3.2 tabulate==0.9.0 tinydb==4.7.1 toml==0.10.2 -types-Deprecated==1.2.9.2 -types-PyYAML==6.0.12.9 +types-Deprecated==1.2.9.20240311 +types-PyYAML==6.0.12.20240808 typing_extensions==4.5.0 -urllib3==1.26.15 +urllib3==1.26.19 wadllib==1.3.6 wrapt==1.15.0 ws4py==0.5.1 diff --git a/tox.ini b/tox.ini index 2094a941e6..c027d620be 100644 --- a/tox.ini +++ b/tox.ini @@ -161,7 +161,7 @@ deps = # renovate: datasource=pypi sphinx_design==0.4.1 # renovate: datasource=pypi - sphinx-copybutton==0.5.1 + sphinx-copybutton==0.5.2 # renovate: datasource=pypi sphinx-pydantic==0.1.1 # renovate: datasource=pypi