Skip to content

Commit

Permalink
Bump the pip group with 4 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [paramiko](https://github.com/paramiko/paramiko), [fastapi](https://github.com/fastapi/fastapi), [cryptography](https://github.com/pyca/cryptography) and [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.

Updates `paramiko` to 3.4.1
- [Commits](paramiko/paramiko@2.12.0...3.4.1)

Updates `fastapi` to 0.113.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.101.0...0.113.0)

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

Updates `pydantic` to 2.9.0
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.1.1...v2.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent acb581a commit de4b4e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openstacksdk==0.62
mergedeep~=1.3.4
paramiko~=2.12.0
paramiko~=3.4.1
python-cinderclient
python-keystoneclient
python-novaclient
Expand All @@ -10,10 +10,10 @@ shortuuid~=1.0.11
sshtunnel~=0.4.0
sympy~=1.12
seedir~=0.4.2
cryptography~=38.0.4
cryptography~=43.0.1
uvicorn~=0.23.2
fastapi~=0.101.0
pydantic~=2.1.1
fastapi~=0.113.0
pydantic~=2.9.0
keystoneauth1~=5.1.0
filelock~=3.13.1
schema~=0.7.7

0 comments on commit de4b4e5

Please sign in to comment.