Skip to content

Commit

Permalink
Bump the python-requirements group in /requirements with 6 updates
Browse files Browse the repository at this point in the history
Bumps the python-requirements group in /requirements with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [cryptography](https://github.com/pyca/cryptography) | `42.0.8` | `43.0.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.1` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.3.7` | `7.4.7` |
| [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.0` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.369` | `1.1.373` |
| [types-setuptools](https://github.com/python/typeshed) | `70.1.0.20240627` | `71.1.0.20240724` |


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

Updates `pytest` from 8.2.2 to 8.3.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.1)

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](sphinx-doc/sphinx@v7.3.7...v7.4.7)

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

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

Updates `types-setuptools` from 70.1.0.20240627 to 71.1.0.20240724
- [Commits](https://github.com/python/typeshed/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent 8174013 commit b9aed5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.3.7
sphinx==7.4.7
# via
# -r docs.in
# pallets-sphinx-themes
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cffi @ https://github.com/python-cffi/cffi/archive/d7f750b1b1c5ea4da5aa537b9baba
# via
# -r tests.in
# cryptography
cryptography==42.0.8
cryptography==43.0.0
# via -r tests.in
ephemeral-port-reserve==1.1.4
# via -r tests.in
Expand All @@ -22,7 +22,7 @@ psutil==6.0.0
# via pytest-xprocess
pycparser==2.22
# via cffi
pytest==8.2.2
pytest==8.3.1
# via
# -r tests.in
# pytest-timeout
Expand Down
6 changes: 3 additions & 3 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
iniconfig==2.0.0
# via pytest
mypy==1.10.1
mypy==1.11.0
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -16,15 +16,15 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pyright==1.1.369
pyright==1.1.373
# via -r typing.in
pytest==8.2.0
# via -r typing.in
types-contextvars==2.4.7.3
# via -r typing.in
types-dataclasses==0.6.6
# via -r typing.in
types-setuptools==70.1.0.20240627
types-setuptools==71.1.0.20240724
# via -r typing.in
typing-extensions==4.11.0
# via mypy
Expand Down

0 comments on commit b9aed5a

Please sign in to comment.