Skip to content

Commit

Permalink
pip prod(deps): bump the pip group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 2 updates: [cryptography](https://github.com/pyca/cryptography) and [wheel](https://github.com/pypa/wheel).


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

Updates `wheel` from 0.37.1 to 0.38.1
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.37.1...0.38.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: wheel
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 11, 2024
1 parent 091ba36 commit 50f6453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wheel==0.37.1
wheel==0.38.1
python-coveralls==2.9.3
coverage==6.2; python_version < '3.11'
coverage==7.4.4; python_version >= '3.11'
Expand Down
2 changes: 1 addition & 1 deletion requirements-tunnel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ paramiko==3.4.0; python_version >= '3.11'
types-paramiko==2.11.3; python_version < '3.11'
types-paramiko==3.4.0.20240311; python_version >= '3.11'
cryptography==36.0.2; python_version <= '3.6'
cryptography==39.0.1; python_version > '3.6'
cryptography==42.0.4; python_version > '3.6'

0 comments on commit 50f6453

Please sign in to comment.