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

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

| Package | From | To |
| --- | --- | --- |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.3.7` | `8.0.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` |
| [cryptography](https://github.com/pyca/cryptography) | `42.0.8` | `43.0.0` |
| [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.1` | `3.8.0` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.369` | `1.1.374` |


Updates `sphinx` from 7.3.7 to 8.0.2
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.0.2)

Updates `pytest` from 8.2.2 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.2...8.3.2)

Updates `cryptography` from 42.0.8 to 43.0.0
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.0)

Updates `mypy` from 1.10.1 to 1.11.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11.1)

Updates `pre-commit` from 3.7.1 to 3.8.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.7.1...v3.8.0)

Updates `pyright` from 1.1.369 to 1.1.374
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.369...v1.1.374)

---
updated-dependencies:
- dependency-name: sphinx
  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-minor
  dependency-group: python-requirements
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: mypy
  dependency-type: direct:production
  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: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-01 15:28:28 +00:00 committed by GitHub
parent a8956feba1
commit 9665341a98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 12 deletions

View file

@ -36,7 +36,7 @@ charset-normalizer==3.3.2
# requests # requests
colorama==0.4.6 colorama==0.4.6
# via tox # via tox
cryptography==42.0.8 cryptography==43.0.0
# via -r typing.txt # via -r typing.txt
distlib==0.3.8 distlib==0.3.8
# via virtualenv # via virtualenv
@ -72,7 +72,7 @@ markupsafe==2.1.5
# via # via
# -r docs.txt # -r docs.txt
# jinja2 # jinja2
mypy==1.10.1 mypy==1.11.1
# via -r typing.txt # via -r typing.txt
mypy-extensions==1.0.0 mypy-extensions==1.0.0
# via # via
@ -105,7 +105,7 @@ pluggy==1.5.0
# -r typing.txt # -r typing.txt
# pytest # pytest
# tox # tox
pre-commit==3.7.1 pre-commit==3.8.0
# via -r dev.in # via -r dev.in
pycparser==2.22 pycparser==2.22
# via # via
@ -118,9 +118,9 @@ pygments==2.17.2
# sphinx-tabs # sphinx-tabs
pyproject-api==1.6.1 pyproject-api==1.6.1
# via tox # via tox
pyright==1.1.369 pyright==1.1.374
# via -r typing.txt # via -r typing.txt
pytest==8.2.2 pytest==8.3.2
# via # via
# -r tests.txt # -r tests.txt
# -r typing.txt # -r typing.txt
@ -138,7 +138,7 @@ snowballstemmer==2.2.0
# via # via
# -r docs.txt # -r docs.txt
# sphinx # sphinx
sphinx==7.3.7 sphinx==8.0.2
# via # via
# -r docs.txt # -r docs.txt
# pallets-sphinx-themes # pallets-sphinx-themes

View file

@ -38,7 +38,7 @@ requests==2.31.0
# via sphinx # via sphinx
snowballstemmer==2.2.0 snowballstemmer==2.2.0
# via sphinx # via sphinx
sphinx==7.3.7 sphinx==8.0.2
# via # via
# -r docs.in # -r docs.in
# pallets-sphinx-themes # pallets-sphinx-themes

View file

@ -12,7 +12,7 @@ packaging==24.0
# via pytest # via pytest
pluggy==1.5.0 pluggy==1.5.0
# via pytest # via pytest
pytest==8.2.2 pytest==8.3.2
# 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

@ -8,11 +8,11 @@ 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.8 cryptography==43.0.0
# via -r typing.in # via -r typing.in
iniconfig==2.0.0 iniconfig==2.0.0
# via pytest # via pytest
mypy==1.10.1 mypy==1.11.1
# via -r typing.in # via -r typing.in
mypy-extensions==1.0.0 mypy-extensions==1.0.0
# via mypy # via mypy
@ -24,9 +24,9 @@ pluggy==1.5.0
# via pytest # via pytest
pycparser==2.22 pycparser==2.22
# via cffi # via cffi
pyright==1.1.369 pyright==1.1.374
# via -r typing.in # via -r typing.in
pytest==8.2.2 pytest==8.3.2
# via -r typing.in # via -r typing.in
python-dotenv==1.0.1 python-dotenv==1.0.1
# via -r typing.in # via -r typing.in