Skip to content

Commit

Permalink
Update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Feb 27, 2024
1 parent a56e9cd commit 261a18d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
34 changes: 17 additions & 17 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- _libgcc_mutex=0.1
- _openmp_mutex=4.5
- aiofiles=23.2.1
- aiohttp=3.9.1
- aiohttp=3.9.3
- aiosignal=1.3.1
- annotated-types=0.6.0
- anyio=3.7.1
Expand All @@ -22,15 +22,15 @@ dependencies:
- colorama=0.4.6
- daiquiri=3.0.0
- exceptiongroup=1.2.0
- fastapi=0.109.2
- fastapi=0.110.0
- frozenlist=1.4.1
- gunicorn=21.2.0
- h11=0.14.0
- h2=4.1.0
- hpack=4.0.0
- httpcore=1.0.2
- httpcore=1.0.4
- httptools=0.6.1
- httpx=0.26.0
- httpx=0.27.0
- hyperframe=6.0.1
- icu=73.2
- idna=3.6
Expand All @@ -43,10 +43,10 @@ dependencies:
- libgomp=13.2.0
- libiconv=1.17
- libnsl=2.0.1
- libsqlite=3.44.2
- libsqlite=3.45.1
- libstdcxx-ng=13.2.0
- libuuid=2.38.1
- libuv=1.46.0
- libuv=1.47.0
- libxcrypt=4.4.36
- libxml2=2.12.5
- libxslt=1.1.39
Expand All @@ -59,28 +59,28 @@ dependencies:
- packaging=23.2
- pip=24.0
- pluggy=1.4.0
- pydantic=2.6.1
- pydantic-core=2.16.2
- pydantic=2.6.2
- pydantic-core=2.16.3
- pysocks=1.7.1
- pytest=8.0.0
- python=3.11.7
- pytest=8.0.2
- python=3.11.8
- python-json-logger=2.0.7
- python-multipart=0.0.7
- python-multipart=0.0.9
- python_abi=3.11
- readline=8.2
- requests=2.31.0
- setuptools=69.0.3
- sniffio=1.3.0
- setuptools=69.1.1
- sniffio=1.3.1
- snowballstemmer=2.2.0
- soupsieve=2.5
- starlette=0.36.3
- tk=8.6.13
- tomli=2.0.1
- typing-extensions=4.9.0
- typing_extensions=4.9.0
- typing-extensions=4.10.0
- typing_extensions=4.10.0
- tzdata=2024a
- urllib3=2.2.0
- uvicorn=0.27.0.post1
- urllib3=2.2.1
- uvicorn=0.27.1
- uvloop=0.19.0
- wheel=0.42.0
- xz=5.2.6
Expand Down
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiofiles==23.2.1
aiohttp==3.9.1
aiohttp==3.9.3
aiosignal==1.3.1
annotated-types==0.6.0
anyio==3.7.1
Expand All @@ -14,16 +14,16 @@ click==8.1.7
colorama==0.4.6
daiquiri==3.0.0
exceptiongroup==1.2.0
fastapi==0.109.2
fastapi==0.110.0
fastapi-chameleon==0.1.12
frozenlist==1.4.1
gunicorn==21.2.0
h11==0.14.0
h2==4.1.0
hpack==4.0.0
httpcore==1.0.2
httpcore==1.0.4
httptools==0.6.1
httpx==0.26.0
httpx==0.27.0
hyperframe==6.0.1
idna==3.6
importlib-metadata==7.0.1
Expand All @@ -34,22 +34,22 @@ multidict==6.0.5
packaging==23.2
pip==24.0
pluggy==1.4.0
pydantic==2.6.1
pydantic_core==2.16.2
pydantic==2.6.2
pydantic_core==2.16.3
PySocks==1.7.1
pytest==8.0.0
pytest==8.0.2
python-json-logger==2.0.7
python-multipart==0.0.7
python-multipart==0.0.9
requests==2.31.0
setuptools==69.0.3
sniffio==1.3.0
setuptools==69.1.1
sniffio==1.3.1
snowballstemmer==2.2.0
soupsieve==2.5
starlette==0.36.3
tomli==2.0.1
typing_extensions==4.9.0
urllib3==2.2.0
uvicorn==0.27.0.post1
typing_extensions==4.10.0
urllib3==2.2.1
uvicorn==0.27.1
uvloop==0.19.0
wheel==0.42.0
yarl==1.9.4
Expand Down

0 comments on commit 261a18d

Please sign in to comment.