Skip to content

Commit

Permalink
Update requirements.txt (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 authored Jul 10, 2023
1 parent 5fc1372 commit a6328f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 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.99.1
fastapi>=0.100.0
fastapi-plugins>=0.12.0
hypercorn>=0.14.3
hypercorn>=0.14.4
oteapi-core>=0.4.4
pydantic>=1.10.10
pydantic>=1.10.11
urllib3<2 # Ensure allegrograph works as intended
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ agraph-python==101.0.11
aiojobs==1.1.0
aioredis==2.0.1
amqp==5.1.1
anyio==3.7.0
anyio==3.7.1
ase==3.22.1
async-timeout==4.0.2
bcrypt==4.0.1
billiard==4.1.0
celery==5.3.1
certifi==2023.5.7
cffi==1.15.1
charset-normalizer==3.1.0
click==8.1.3
charset-normalizer==3.2.0
click==8.1.4
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.3.0
Expand All @@ -20,36 +20,36 @@ cryptography==41.0.1
cycler==0.11.0
diskcache==5.6.1
et-xmlfile==1.1.0
exceptiongroup==1.1.1
fastapi==0.99.1
exceptiongroup==1.1.2
fastapi==0.100.0
fastapi-plugins==0.12.0
fonttools==4.40.0
future==0.18.3
h11==0.14.0
h2==4.1.0
hiredis==2.2.3
hpack==4.0.0
hypercorn==0.14.3
hypercorn==0.14.4
hyperframe==6.0.1
idna==3.4
importlib-resources==5.12.0
importlib-resources==6.0.0
iso8601==2.0.0
kiwisolver==1.4.4
kombu==5.3.1
matplotlib==3.7.1
numpy==1.25.0
matplotlib==3.7.2
numpy==1.25.1
openpyxl==3.1.2
oteapi-core==0.4.4
packaging==23.1
paramiko==3.2.0
Pillow==9.5.0
priority==2.0.0
prompt-toolkit==3.0.38
prompt-toolkit==3.0.39
psycopg==3.1.9
pycparser==2.21
pydantic==1.10.10
pydantic==1.10.11
PyNaCl==1.5.0
pyparsing==3.1.0
pyparsing==3.0.9
pysftp==0.2.9
python-dateutil==2.8.2
python-json-logger==2.0.7
Expand All @@ -60,11 +60,11 @@ six==1.16.0
sniffio==1.3.0
starlette==0.27.0
tenacity==8.2.2
toml==0.10.2
tomli==2.0.1
typing_extensions==4.7.1
tzdata==2023.3
urllib3==1.26.16
vine==5.0.0
wcwidth==0.2.6
wsproto==1.2.0
zipp==3.15.0
zipp==3.16.0

0 comments on commit a6328f1

Please sign in to comment.