Skip to content

Commit

Permalink
Bump the pip group across 2 directories with 3 updates (#447)
Browse files Browse the repository at this point in the history
Updates the requirements on [requests](https://github.com/psf/requests), [pydantic](https://github.com/pydantic/pydantic) and [cryptography](https://github.com/pyca/cryptography) to permit the latest version.

Updates `requests` to 2.31.0
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v0.2.0...v2.31.0)

Updates `pydantic` from 1.10.13 to 2.7.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.13...v2.7.1)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 10, 2024
1 parent 5ca36b5 commit 57962d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions framework/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Requirements for the core module
requests<2.29.0
requests<2.32.0

# Requirements for the net_orc module
docker==7.0.0
Expand All @@ -14,7 +14,7 @@ weasyprint==60.2
fastapi==0.109.1
psutil==5.9.8
uvicorn==0.27.0
pydantic==1.10.13
pydantic==2.7.1

# Requirements for testing
pytest==7.4.4
Expand Down
2 changes: 1 addition & 1 deletion modules/test/tls/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==42.0.4
cryptography==42.0.7
pyOpenSSL==24.0.0
lxml==5.1.0 # Requirement of pyshark but if upgraded automatically above 5.1 will cause a python crash
pyshark==0.6
Expand Down

0 comments on commit 57962d8

Please sign in to comment.