From e1983d17c51656799d99ce4956a6c78a63230823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:08:46 +0000 Subject: [PATCH] build(deps): bump the prod-dependencies group across 1 directory with 26 updates Bumps the prod-dependencies group with 26 updates in the / directory: | Package | From | To | | --- | --- | --- | | [babel](https://github.com/python-babel/babel) | `2.14.0` | `2.15.0` | | [boto3](https://github.com/boto/boto3) | `1.34.93` | `1.34.149` | | [botocore](https://github.com/boto/botocore) | `1.34.93` | `1.34.149` | | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.7.4` | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.0` | `7.6.0` | | [cssutils](https://github.com/jaraco/cssutils) | `2.10.2` | `2.11.1` | | [domdf-python-tools](https://github.com/domdfcoding/domdf_python_tools) | `3.8.0.post2` | `3.9.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.13.4` | `3.15.4` | | [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.4` | | [keyring](https://github.com/jaraco/keyring) | `25.2.0` | `25.2.1` | | [more-itertools](https://github.com/more-itertools/more-itertools) | `10.2.0` | `10.3.0` | | [nh3](https://github.com/messense/nh3) | `0.2.17` | `0.2.18` | | [packaging](https://github.com/pypa/packaging) | `24.0` | `24.1` | | [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.10.0` | `1.11.1` | | [platformdirs](https://github.com/platformdirs/platformdirs) | `4.2.1` | `4.2.2` | | [pygments](https://github.com/pygments/pygments) | `2.17.2` | `2.18.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.3.2` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` | | [s3transfer](https://github.com/boto/s3transfer) | `0.10.1` | `0.10.2` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.3.7` | `7.4.7` | | [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `2.1.0` | `2.2.3` | | [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) | `3.5.0` | `3.7.0` | | [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) | `2.0.5` | `2.1.0` | | [twine](https://github.com/pypa/twine) | `5.0.0` | `5.1.1` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.11.0` | `4.12.2` | | [zipp](https://github.com/jaraco/zipp) | `3.18.1` | `3.19.2` | Updates `babel` from 2.14.0 to 2.15.0 - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.14.0...v2.15.0) Updates `boto3` from 1.34.93 to 1.34.149 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.93...1.34.149) Updates `botocore` from 1.34.93 to 1.34.149 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.93...1.34.149) Updates `certifi` from 2024.2.2 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) Updates `coverage` from 7.5.0 to 7.6.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.5.0...7.6.0) Updates `cssutils` from 2.10.2 to 2.11.1 - [Release notes](https://github.com/jaraco/cssutils/releases) - [Changelog](https://github.com/jaraco/cssutils/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/cssutils/compare/v2.10.2...v2.11.1) Updates `domdf-python-tools` from 3.8.0.post2 to 3.9.0 - [Release notes](https://github.com/domdfcoding/domdf_python_tools/releases) - [Commits](https://github.com/domdfcoding/domdf_python_tools/compare/v3.8.0.post2...v3.9.0) Updates `filelock` from 3.13.4 to 3.15.4 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.13.4...3.15.4) Updates `jinja2` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4) Updates `keyring` from 25.2.0 to 25.2.1 - [Release notes](https://github.com/jaraco/keyring/releases) - [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/keyring/compare/v25.2.0...v25.2.1) Updates `more-itertools` from 10.2.0 to 10.3.0 - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](https://github.com/more-itertools/more-itertools/compare/v10.2.0...v10.3.0) Updates `nh3` from 0.2.17 to 0.2.18 - [Release notes](https://github.com/messense/nh3/releases) - [Commits](https://github.com/messense/nh3/compare/v0.2.17...v0.2.18) Updates `packaging` from 24.0 to 24.1 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/24.0...24.1) Updates `pkginfo` from 1.10.0 to 1.11.1 Updates `platformdirs` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/4.2.1...4.2.2) Updates `pygments` from 2.17.2 to 2.18.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.17.2...2.18.0) Updates `pytest` from 8.2.0 to 8.3.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.3.2) Updates `requests` from 2.31.0 to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.3) Updates `s3transfer` from 0.10.1 to 0.10.2 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/s3transfer/compare/0.10.1...0.10.2) Updates `sphinx` from 7.3.7 to 7.4.7 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v7.4.7) Updates `sphinx-autodoc-typehints` from 2.1.0 to 2.2.3 - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.1.0...2.2.3) Updates `sphinx-toolbox` from 3.5.0 to 3.7.0 - [Release notes](https://github.com/sphinx-toolbox/sphinx-toolbox/releases) - [Changelog](https://github.com/sphinx-toolbox/sphinx-toolbox/blob/master/doc-source/changelog.rst) - [Commits](https://github.com/sphinx-toolbox/sphinx-toolbox/compare/v3.5.0...v3.7.0) Updates `sphinxcontrib-htmlhelp` from 2.0.5 to 2.1.0 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/compare/2.0.5...2.1.0) Updates `twine` from 5.0.0 to 5.1.1 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/5.0.0...v5.1.1) Updates `typing-extensions` from 4.11.0 to 4.12.2 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.11.0...4.12.2) Updates `zipp` from 3.18.1 to 3.19.2 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.18.1...v3.19.2) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: cssutils dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: domdf-python-tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: keyring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: more-itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: nh3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: pkginfo dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: s3transfer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: sphinx-toolbox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: sphinxcontrib-htmlhelp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: zipp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 52 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8897f0b..e99c9bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,75 +3,75 @@ apeye==1.4.1 apeye-core==1.1.5 autodocsumm==0.2.12 aws-requests-auth==0.4.3 -Babel==2.14.0 +Babel==2.15.0 beautifulsoup4==4.12.3 -boto3==1.34.93 -botocore==1.34.93 +boto3==1.34.149 +botocore==1.34.149 CacheControl==0.14.0 -certifi==2024.2.2 +certifi==2024.7.4 charset-normalizer==3.3.2 colorama==0.4.6 -coverage==7.5.0 -cssutils==2.10.2 +coverage==7.6.0 +cssutils==2.11.1 dict2css==0.3.0.post1 docutils>=0.18.1 -domdf-python-tools==3.8.0.post2 -filelock==3.13.4 +domdf-python-tools==3.9.0 +filelock==3.15.4 html5lib==1.1 idna==3.7 imagesize==1.4.1 importlib-metadata==7.1.0 iniconfig==2.0.0 jaraco.classes==3.4.0 -Jinja2==3.1.3 +Jinja2==3.1.4 jmespath==1.0.1 -keyring==25.2.0 +keyring==25.2.1 markdown-it-py==3.0.0 MarkupSafe==2.1.5 mdurl==0.1.2 -more-itertools==10.2.0 +more-itertools==10.3.0 msgpack==1.0.8 natsort==8.4.0 -nh3==0.2.17 -packaging==24.0 -pkginfo==1.10.0 -platformdirs==4.2.1 +nh3==0.2.18 +packaging==24.1 +pkginfo==1.11.1 +platformdirs==4.2.2 pluggy==1.5.0 -Pygments==2.17.2 -pytest==8.2.0 +Pygments==2.18.0 +pytest==8.3.2 pytest-cov==5.0.0 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 pywin32-ctypes==0.2.2 readme-renderer==43.0 -requests==2.31.0 +requests==2.32.3 requests-toolbelt==1.0.0 rfc3986==2.0.0 rich==13.7.1 ruamel.yaml==0.18.6 ruamel.yaml.clib==0.2.8 -s3transfer==0.10.1 +s3transfer==0.10.2 scribeauth==1.2.0 six==1.16.0 snowballstemmer==2.2.0 soupsieve==2.5 -Sphinx==7.3.7 -sphinx-autodoc-typehints==2.1.0 +Sphinx==7.4.7 +sphinx-autodoc-typehints==2.2.3 sphinx-jinja2-compat>=0.2.0 sphinx-markdown-builder==0.6.6 sphinx-prompt==1.8.0 sphinx-tabs==3.4.5 -sphinx-toolbox==3.5.0 +sphinx-toolbox==3.7.0 sphinxcontrib-applehelp==1.0.8 sphinxcontrib-devhelp==1.0.6 -sphinxcontrib-htmlhelp==2.0.5 +sphinxcontrib-htmlhelp==2.1.0 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.7 sphinxcontrib-serializinghtml==1.1.10 tabulate==0.9.0 -twine==5.0.0 +twine==5.1.1 typing==3.7.4.3 -typing_extensions==4.11.0 +typing_extensions==4.12.2 urllib3<2.3.0 webencodings==0.5.1 -zipp==3.18.1 +zipp==3.19.2