Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [sphinx-issues](https://github.com/sloria/sphinx-issues) | `3.0.1` | `4.0.0` |
| [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` |
| [tox](https://github.com/tox-dev/tox) | `4.11.4` | `4.12.1` |
| [types-setuptools](https://github.com/python/typeshed) | `69.0.0.0` | `69.0.0.20240125` |


Updates `sphinx-issues` from 3.0.1 to 4.0.0
- [Commits](sloria/sphinx-issues@3.0.1...4.0.0)

Updates `cryptography` from 41.0.7 to 42.0.2
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@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](pytest-dev/pytest@7.4.4...8.0.0)

Updates `tox` from 4.11.4 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](tox-dev/tox@4.11.4...4.12.1)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent d3dd65a commit 2bd8945
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ click==8.1.7
# via pip-tools
colorama==0.4.6
# via tox
cryptography==41.0.7
cryptography==42.0.2
# via -r tests.in
distlib==0.3.7
# via virtualenv
Expand Down Expand Up @@ -70,7 +70,7 @@ pallets-sphinx-themes==2.1.1
# via -r docs.in
pip-tools==7.3.0
# via -r dev.in
platformdirs==3.11.0
platformdirs==4.2.0
# via
# tox
# virtualenv
Expand All @@ -90,7 +90,7 @@ 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
# pytest-timeout
Expand All @@ -116,7 +116,7 @@ sphinx==7.2.6
# sphinxcontrib-log-cabinet
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-issues==3.0.1
sphinx-issues==4.0.0
# via -r docs.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
Expand All @@ -132,19 +132,19 @@ sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
tox==4.11.4
tox==4.12.1
# via -r dev.in
types-contextvars==2.4.7.3
# via -r typing.in
types-dataclasses==0.6.6
# via -r typing.in
types-setuptools==69.0.0.0
types-setuptools==69.0.0.20240125
# via -r typing.in
typing-extensions==4.8.0
# via mypy
urllib3==2.0.7
# via requests
virtualenv==20.24.6
virtualenv==20.25.0
# via
# pre-commit
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sphinx==7.2.6
# sphinxcontrib-log-cabinet
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-issues==3.0.1
sphinx-issues==4.0.0
# via -r docs.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cffi==1.16.0
# via cryptography
cryptography==41.0.7
cryptography==42.0.2
# via -r tests.in
ephemeral-port-reserve==1.1.4
# via -r tests.in
Expand All @@ -22,7 +22,7 @@ psutil==5.9.6
# via pytest-xprocess
pycparser==2.21
# via cffi
pytest==7.4.4
pytest==8.0.0
# via
# -r tests.in
# pytest-timeout
Expand Down
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ types-contextvars==2.4.7.3
# via -r typing.in
types-dataclasses==0.6.6
# via -r typing.in
types-setuptools==69.0.0.0
types-setuptools==69.0.0.20240125
# via -r typing.in
typing-extensions==4.8.0
# via mypy
Expand Down

0 comments on commit 2bd8945

Please sign in to comment.