From 484a7cc9a7ba2540ab2af5141196f5ab5809df33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:41:57 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 6 updates Bumps the python-requirements group in /requirements with 6 updates: | Package | From | To | | --- | --- | --- | | [sphinx-issues](https://github.com/sloria/sphinx-issues) | `3.0.1` | `4.0.0` | | [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) | `3.4.4` | `3.4.5` | | [cryptography](https://github.com/pyca/cryptography) | `41.0.7` | `42.0.2` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.4` | `8.0.0` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.0` | `1.0.1` | | [tox](https://github.com/tox-dev/tox) | `4.12.0` | `4.12.1` | Updates `sphinx-issues` from 3.0.1 to 4.0.0 - [Commits](https://github.com/sloria/sphinx-issues/compare/3.0.1...4.0.0) Updates `sphinx-tabs` from 3.4.4 to 3.4.5 - [Release notes](https://github.com/executablebooks/sphinx-tabs/releases) - [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-tabs/compare/v3.4.4...v3.4.5) Updates `cryptography` from 41.0.7 to 42.0.2 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.2) Updates `pytest` from 7.4.4 to 8.0.0 - [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/7.4.4...8.0.0) Updates `python-dotenv` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1) Updates `tox` from 4.12.0 to 4.12.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.12.0...4.12.1) --- updated-dependencies: - dependency-name: sphinx-issues dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: sphinx-tabs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 12 ++++++------ requirements/docs.txt | 4 ++-- requirements/tests.txt | 4 ++-- requirements/typing.txt | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 454616e2..4ac1cdde 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -30,7 +30,7 @@ click==8.1.7 # via pip-tools colorama==0.4.6 # via tox -cryptography==41.0.7 +cryptography==42.0.2 # via -r typing.in distlib==0.3.8 # via virtualenv @@ -92,9 +92,9 @@ pyproject-api==1.6.1 # via tox pyproject-hooks==1.0.0 # via build -pytest==7.4.4 +pytest==8.0.0 # via -r tests.in -python-dotenv==1.0.0 +python-dotenv==1.0.1 # via # -r tests.in # -r typing.in @@ -111,9 +111,9 @@ sphinx==7.2.6 # sphinx-issues # sphinx-tabs # sphinxcontrib-log-cabinet -sphinx-issues==3.0.1 +sphinx-issues==4.0.0 # via -r docs.in -sphinx-tabs==3.4.4 +sphinx-tabs==3.4.5 # via -r docs.in sphinxcontrib-applehelp==1.0.8 # via sphinx @@ -129,7 +129,7 @@ sphinxcontrib-qthelp==1.0.7 # via sphinx sphinxcontrib-serializinghtml==1.1.10 # via sphinx -tox==4.12.0 +tox==4.12.1 # via -r dev.in types-contextvars==2.4.7.3 # via -r typing.in diff --git a/requirements/docs.txt b/requirements/docs.txt index fed1b7b9..cb4fb7f0 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -45,9 +45,9 @@ sphinx==7.2.6 # sphinx-issues # sphinx-tabs # sphinxcontrib-log-cabinet -sphinx-issues==3.0.1 +sphinx-issues==4.0.0 # via -r docs.in -sphinx-tabs==3.4.4 +sphinx-tabs==3.4.5 # via -r docs.in sphinxcontrib-applehelp==1.0.8 # via sphinx diff --git a/requirements/tests.txt b/requirements/tests.txt index 4f7a590c..7fdb2d03 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -12,7 +12,7 @@ packaging==23.2 # via pytest pluggy==1.3.0 # via pytest -pytest==7.4.4 +pytest==8.0.0 # via -r tests.in -python-dotenv==1.0.0 +python-dotenv==1.0.1 # via -r tests.in diff --git a/requirements/typing.txt b/requirements/typing.txt index adbef1ab..fdf87bf7 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -8,7 +8,7 @@ asgiref==3.7.2 # via -r typing.in cffi==1.16.0 # via cryptography -cryptography==41.0.7 +cryptography==42.0.2 # via -r typing.in mypy==1.8.0 # via -r typing.in @@ -16,7 +16,7 @@ mypy-extensions==1.0.0 # via mypy pycparser==2.21 # via cffi -python-dotenv==1.0.0 +python-dotenv==1.0.1 # via -r typing.in types-contextvars==2.4.7.3 # via -r typing.in