Skip to content

Commit

Permalink
Update requirement lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
maximusunc committed Oct 4, 2024
1 parent 6a498c1 commit 7ac4f9a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 49 deletions.
59 changes: 27 additions & 32 deletions requirements-lock.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
anyio==3.7.0
asgiref==3.7.2
async-timeout==4.0.2
certifi==2023.5.7
click==7.1.2
anyio==4.6.0
asgiref==3.8.1
certifi==2024.8.30
click==8.1.7
Deprecated==1.2.14
exceptiongroup==1.1.1
fastapi==0.75.0
fastapi==0.115.0
googleapis-common-protos==1.59.1
grpcio==1.66.2
gunicorn==20.1.0
gunicorn==23.0.0
h11==0.14.0
httpcore==0.17.2
httptools==0.2.0
httpx==0.24.1
idna==3.4
httpcore==1.0.6
httpx==0.27.2
idna==3.10
importlib_metadata==8.4.0
numpy==1.25.1
numpy==2.1.1
opentelemetry-api==1.27.0
opentelemetry-exporter-jaeger==1.21.0
opentelemetry-exporter-jaeger-proto-grpc==1.21.0
Expand All @@ -27,27 +24,25 @@ opentelemetry-instrumentation-httpx==0.48b0
opentelemetry-sdk==1.27.0
opentelemetry-semantic-conventions==0.48b0
opentelemetry-util-http==0.48b0
pandas==2.0.3
Pillow==10.0.0
packaging==24.1
pandas==2.2.3
pillow==10.4.0
protobuf==4.25.5
pydantic==1.10.9
python-dateutil==2.8.2
python-dotenv==1.0.0
pytz==2023.3
PyYAML==6.0
rdkit==2023.3.2
reasoner-pydantic==5.0.3
redis==4.6.0
pydantic==1.10.18
python-dateutil==2.9.0.post0
pytz==2024.2
rdkit==2024.3.5
reasoner-pydantic==5.0.6
redis==5.1.1
setuptools==70.0.0
six==1.16.0
sniffio==1.3.0
starlette==0.17.1
sniffio==1.3.1
starlette==0.38.6
thrift==0.21.0
tqdm==4.65.0
typing_extensions==4.6.3
tzdata==2023.3
uvicorn==0.13.3
uvloop==0.17.0
watchgod==0.8.2
websockets==11.0.3
tqdm==4.66.5
typing_extensions==4.12.2
tzdata==2024.2
uvicorn==0.31.0
wheel==0.43.0
wrapt==1.16.0
zipp==3.20.2
29 changes: 12 additions & 17 deletions requirements-test-lock.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
async-timeout==4.0.2
attrs==23.1.0
certifi==2023.5.7
chardet==4.0.0
coverage==7.2.7
fakeredis==2.17.0
idna==2.10
certifi==2024.8.30
charset-normalizer==3.3.2
coverage==7.6.1
fakeredis==2.25.1
idna==3.10
iniconfig==2.0.0
packaging==23.1
pluggy==0.13.1
py==1.11.0
pytest==6.2.2
pytest-asyncio==0.16.0
pytest-cov==2.11.1
redis==4.6.0
requests==2.25.1
packaging==24.1
pluggy==1.5.0
pytest==8.3.3
pytest-cov==5.0.0
redis==5.1.1
requests==2.32.3
setuptools==70.0.0
sortedcontainers==2.4.0
toml==0.10.2
urllib3==1.26.16
urllib3==2.2.3
wheel==0.43.0

0 comments on commit 7ac4f9a

Please sign in to comment.