Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibbajabbafic committed Aug 1, 2023
1 parent 4d301fd commit b3826b0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
anyio==3.6.2
certifi==2022.12.7
charset-normalizer==3.1.0
click==8.1.3
docker==6.0.1
fastapi==0.94.0
anyio==3.7.1
certifi==2023.7.22
charset-normalizer==3.2.0
click==8.1.6
docker==6.1.3
fastapi==0.100.1
h11==0.14.0
idna==3.4
packaging==23.0
pydantic==1.10.6
requests==2.28.2
packaging==23.1
pydantic==2.1.1
requests==2.31.0
semantic-version==2.10.0
sniffio==1.3.0
starlette==0.26.0.post1
typing-extensions==4.5.0
urllib3==1.26.15
uvicorn==0.21.0
websocket-client==1.5.1
starlette==0.27.0
typing-extensions==4.7.1
urllib3==2.0.4
uvicorn==0.23.2
websocket-client==1.6.1

0 comments on commit b3826b0

Please sign in to comment.