From 4813c2fef361ba163b871dfe17738681568677bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:07:56 +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 | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.0.2` | | [build](https://github.com/pypa/build) | `1.0.3` | `1.1.1` | | [cryptography](https://github.com/pyca/cryptography) | `42.0.2` | `42.0.5` | | [pip-tools](https://github.com/jazzband/pip-tools) | `7.3.0` | `7.4.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.6.0` | `3.6.2` | | [tox](https://github.com/tox-dev/tox) | `4.12.1` | `4.13.0` | Updates `pytest` from 8.0.0 to 8.0.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.0.0...8.0.2) Updates `build` from 1.0.3 to 1.1.1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.0.3...1.1.1) Updates `cryptography` from 42.0.2 to 42.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.5) Updates `pip-tools` from 7.3.0 to 7.4.0 - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/7.3.0...7.4.0) Updates `pre-commit` from 3.6.0 to 3.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.6.0...v3.6.2) Updates `tox` from 4.12.1 to 4.13.0 - [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.1...4.13.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: build dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pip-tools dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/build.txt | 2 +- requirements/dev.txt | 16 +++++++++------- requirements/tests.txt | 2 +- requirements/typing.txt | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index 6bfd666c..0009cb0c 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -4,7 +4,7 @@ # # pip-compile build.in # -build==1.0.3 +build==1.1.1 # via -r build.in packaging==23.2 # via build diff --git a/requirements/dev.txt b/requirements/dev.txt index 4ac1cdde..c710bcc5 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -12,7 +12,7 @@ asgiref==3.7.2 # -r typing.in babel==2.14.0 # via sphinx -build==1.0.3 +build==1.1.1 # via pip-tools cachetools==5.3.2 # via tox @@ -30,7 +30,7 @@ click==8.1.7 # via pip-tools colorama==0.4.6 # via tox -cryptography==42.0.2 +cryptography==42.0.5 # via -r typing.in distlib==0.3.8 # via virtualenv @@ -70,7 +70,7 @@ packaging==23.2 # tox pallets-sphinx-themes==2.1.1 # via -r docs.in -pip-tools==7.3.0 +pip-tools==7.4.0 # via -r dev.in platformdirs==4.1.0 # via @@ -80,7 +80,7 @@ pluggy==1.3.0 # via # pytest # tox -pre-commit==3.6.0 +pre-commit==3.6.2 # via -r dev.in pycparser==2.21 # via cffi @@ -91,8 +91,10 @@ pygments==2.17.2 pyproject-api==1.6.1 # via tox pyproject-hooks==1.0.0 - # via build -pytest==8.0.0 + # via + # build + # pip-tools +pytest==8.0.2 # via -r tests.in python-dotenv==1.0.1 # via @@ -129,7 +131,7 @@ sphinxcontrib-qthelp==1.0.7 # via sphinx sphinxcontrib-serializinghtml==1.1.10 # via sphinx -tox==4.12.1 +tox==4.13.0 # via -r dev.in types-contextvars==2.4.7.3 # via -r typing.in diff --git a/requirements/tests.txt b/requirements/tests.txt index 7fdb2d03..0428c5fd 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==8.0.0 +pytest==8.0.2 # via -r tests.in python-dotenv==1.0.1 # via -r tests.in diff --git a/requirements/typing.txt b/requirements/typing.txt index fdf87bf7..60cb7768 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==42.0.2 +cryptography==42.0.5 # via -r typing.in mypy==1.8.0 # via -r typing.in