Bump the python-requirements group in /requirements with 8 updates

Bumps the python-requirements group in /requirements with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [asgiref](https://github.com/django/asgiref) | `3.7.2` | `3.8.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.1.1` |
| [build](https://github.com/pypa/build) | `1.0.3` | `1.2.1` |
| [cryptography](https://github.com/pyca/cryptography) | `42.0.2` | `42.0.5` |
| [mypy](https://github.com/python/mypy) | `1.8.0` | `1.9.0` |
| [pip-tools](https://github.com/jazzband/pip-tools) | `7.3.0` | `7.4.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.6.0` | `3.7.0` |
| [tox](https://github.com/tox-dev/tox) | `4.12.1` | `4.14.2` |


Updates `asgiref` from 3.7.2 to 3.8.1
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt)
- [Commits](https://github.com/django/asgiref/compare/3.7.2...3.8.1)

Updates `pytest` from 8.0.0 to 8.1.1
- [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.1.1)

Updates `build` from 1.0.3 to 1.2.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.2.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 `mypy` from 1.8.0 to 1.9.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.0)

Updates `pip-tools` from 7.3.0 to 7.4.1
- [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.1)

Updates `pre-commit` from 3.6.0 to 3.7.0
- [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.7.0)

Updates `tox` from 4.12.1 to 4.14.2
- [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.14.2)

---
updated-dependencies:
- dependency-name: asgiref
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-minor
  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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-01 15:59:55 +00:00 committed by GitHub
parent b90a4f1f4a
commit 0c70a20f7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 19 additions and 17 deletions

View file

@ -4,7 +4,7 @@
# #
# pip-compile build.in # pip-compile build.in
# #
build==1.0.3 build==1.2.1
# via -r build.in # via -r build.in
packaging==23.2 packaging==23.2
# via build # via build

View file

@ -6,13 +6,13 @@
# #
alabaster==0.7.16 alabaster==0.7.16
# via sphinx # via sphinx
asgiref==3.7.2 asgiref==3.8.1
# via # via
# -r tests.in # -r tests.in
# -r typing.in # -r typing.in
babel==2.14.0 babel==2.14.0
# via sphinx # via sphinx
build==1.0.3 build==1.2.1
# via pip-tools # via pip-tools
cachetools==5.3.2 cachetools==5.3.2
# via tox # via tox
@ -30,7 +30,7 @@ click==8.1.7
# via pip-tools # via pip-tools
colorama==0.4.6 colorama==0.4.6
# via tox # via tox
cryptography==42.0.2 cryptography==42.0.5
# via -r typing.in # via -r typing.in
distlib==0.3.8 distlib==0.3.8
# via virtualenv # via virtualenv
@ -54,7 +54,7 @@ jinja2==3.1.3
# via sphinx # via sphinx
markupsafe==2.1.3 markupsafe==2.1.3
# via jinja2 # via jinja2
mypy==1.8.0 mypy==1.9.0
# via -r typing.in # via -r typing.in
mypy-extensions==1.0.0 mypy-extensions==1.0.0
# via mypy # via mypy
@ -70,17 +70,17 @@ packaging==23.2
# tox # tox
pallets-sphinx-themes==2.1.1 pallets-sphinx-themes==2.1.1
# via -r docs.in # via -r docs.in
pip-tools==7.3.0 pip-tools==7.4.1
# via -r dev.in # via -r dev.in
platformdirs==4.1.0 platformdirs==4.1.0
# via # via
# tox # tox
# virtualenv # virtualenv
pluggy==1.3.0 pluggy==1.4.0
# via # via
# pytest # pytest
# tox # tox
pre-commit==3.6.0 pre-commit==3.7.0
# via -r dev.in # via -r dev.in
pycparser==2.21 pycparser==2.21
# via cffi # via cffi
@ -91,8 +91,10 @@ pygments==2.17.2
pyproject-api==1.6.1 pyproject-api==1.6.1
# via tox # via tox
pyproject-hooks==1.0.0 pyproject-hooks==1.0.0
# via build # via
pytest==8.0.0 # build
# pip-tools
pytest==8.1.1
# via -r tests.in # via -r tests.in
python-dotenv==1.0.1 python-dotenv==1.0.1
# via # via
@ -129,7 +131,7 @@ sphinxcontrib-qthelp==1.0.7
# via sphinx # via sphinx
sphinxcontrib-serializinghtml==1.1.10 sphinxcontrib-serializinghtml==1.1.10
# via sphinx # via sphinx
tox==4.12.1 tox==4.14.2
# via -r dev.in # via -r dev.in
types-contextvars==2.4.7.3 types-contextvars==2.4.7.3
# via -r typing.in # via -r typing.in

View file

@ -4,15 +4,15 @@
# #
# pip-compile tests.in # pip-compile tests.in
# #
asgiref==3.7.2 asgiref==3.8.1
# via -r tests.in # via -r tests.in
iniconfig==2.0.0 iniconfig==2.0.0
# via pytest # via pytest
packaging==23.2 packaging==23.2
# via pytest # via pytest
pluggy==1.3.0 pluggy==1.4.0
# via pytest # via pytest
pytest==8.0.0 pytest==8.1.1
# via -r tests.in # via -r tests.in
python-dotenv==1.0.1 python-dotenv==1.0.1
# via -r tests.in # via -r tests.in

View file

@ -4,13 +4,13 @@
# #
# pip-compile typing.in # pip-compile typing.in
# #
asgiref==3.7.2 asgiref==3.8.1
# via -r typing.in # via -r typing.in
cffi==1.16.0 cffi==1.16.0
# via cryptography # via cryptography
cryptography==42.0.2 cryptography==42.0.5
# via -r typing.in # via -r typing.in
mypy==1.8.0 mypy==1.9.0
# via -r typing.in # via -r typing.in
mypy-extensions==1.0.0 mypy-extensions==1.0.0
# via mypy # via mypy