Skip to content

Commit

Permalink
Bump the python-requirements group in /requirements with 4 updates
Browse files Browse the repository at this point in the history
Bumps the python-requirements group in /requirements with 4 updates: [cryptography](https://github.com/pyca/cryptography), [mypy](https://github.com/python/mypy), [types-setuptools](https://github.com/python/typeshed) and [tox](https://github.com/tox-dev/tox).


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

Updates `mypy` from 1.7.0 to 1.7.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.7.0...v1.7.1)

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

Updates `tox` from 4.11.3 to 4.11.4
- [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.3...4.11.4)

---
updated-dependencies:
- 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-patch
  dependency-group: python-requirements
- dependency-name: types-setuptools
  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-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent eafbed0 commit 8e4d0a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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.5
cryptography==41.0.7
# via -r tests.in
distlib==0.3.7
# via virtualenv
Expand All @@ -52,7 +52,7 @@ jinja2==3.1.2
# via sphinx
markupsafe==2.1.3
# via jinja2
mypy==1.7.0
mypy==1.7.1
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -132,13 +132,13 @@ sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
tox==4.11.3
tox==4.11.4
# 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==68.2.0.1
types-setuptools==69.0.0.0
# via -r typing.in
typing-extensions==4.8.0
# via mypy
Expand Down
2 changes: 1 addition & 1 deletion 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.5
cryptography==41.0.7
# via -r tests.in
ephemeral-port-reserve==1.1.4
# via -r tests.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile typing.in
#
mypy==1.7.0
mypy==1.7.1
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
types-contextvars==2.4.7.3
# via -r typing.in
types-dataclasses==0.6.6
# via -r typing.in
types-setuptools==68.2.0.1
types-setuptools==69.0.0.0
# via -r typing.in
typing-extensions==4.8.0
# via mypy
Expand Down

0 comments on commit 8e4d0a8

Please sign in to comment.