Skip to content

Commit

Permalink
Update requirements.txt (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 authored Sep 29, 2023
1 parent d9ab5fe commit d2b63ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/utils/direct_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aioredis>=2.0.1
fastapi>=0.103.1
fastapi>=0.103.2
fastapi-plugins>=0.12.0
hypercorn>=0.14.4
oteapi-core>=0.5.1
pydantic>=1.10.12
oteapi-core>=0.5.2
pydantic>=1.10.13
urllib3<2 # Ensure allegrograph works as intended
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bcrypt==4.0.1
billiard==4.1.0
celery==5.3.4
certifi==2023.7.22
cffi==1.15.1
cffi==1.16.0
charset-normalizer==3.2.0
click==8.1.7
click-didyoumean==0.3.0
Expand All @@ -18,7 +18,7 @@ cryptography==41.0.4
diskcache==5.6.3
et-xmlfile==1.1.0
exceptiongroup==1.1.3
fastapi==0.103.1
fastapi==0.103.2
fastapi-plugins==0.12.0
future==0.18.3
h11==0.14.0
Expand All @@ -31,19 +31,19 @@ idna==3.4
iso8601==2.0.0
kombu==5.3.2
openpyxl==3.1.2
oteapi-core==0.5.1
oteapi-core==0.5.2
paramiko==3.3.1
Pillow==10.0.1
priority==2.0.0
prompt-toolkit==3.0.39
psycopg==3.1.11
psycopg==3.1.12
pycparser==2.21
pydantic==1.10.12
pydantic==1.10.13
PyNaCl==1.5.0
pysftp==0.2.9
python-dateutil==2.8.2
python-json-logger==2.0.7
redis==5.0.0
redis==5.0.1
requests==2.31.0
six==1.16.0
sniffio==1.3.0
Expand All @@ -54,5 +54,5 @@ typing_extensions==4.8.0
tzdata==2023.3
urllib3==1.26.16
vine==5.0.0
wcwidth==0.2.6
wcwidth==0.2.7
wsproto==1.2.0

0 comments on commit d2b63ae

Please sign in to comment.