Skip to content

Commit

Permalink
Update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Apr 17, 2024
1 parent 261a18d commit 37af310
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
44 changes: 22 additions & 22 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- aiohttp=3.9.3
- aiosignal=1.3.1
- annotated-types=0.6.0
- anyio=3.7.1
- anyio=4.3.0
- attrs=23.2.0
- beautifulsoup4=4.12.3
- brotli-python=1.1.0
Expand All @@ -22,67 +22,67 @@ dependencies:
- colorama=0.4.6
- daiquiri=3.0.0
- exceptiongroup=1.2.0
- fastapi=0.110.0
- fastapi=0.110.1
- frozenlist=1.4.1
- gunicorn=21.2.0
- gunicorn=22.0.0
- h11=0.14.0
- h2=4.1.0
- hpack=4.0.0
- httpcore=1.0.4
- httpcore=1.0.5
- httptools=0.6.1
- httpx=0.27.0
- hyperframe=6.0.1
- icu=73.2
- idna=3.6
- importlib-metadata=7.0.1
- idna=3.7
- importlib-metadata=7.1.0
- iniconfig=2.0.0
- ld_impl_linux-64=2.40
- libexpat=2.5.0
- libexpat=2.6.2
- libffi=3.4.2
- libgcc-ng=13.2.0
- libgomp=13.2.0
- libiconv=1.17
- libnsl=2.0.1
- libsqlite=3.45.1
- libsqlite=3.45.3
- libstdcxx-ng=13.2.0
- libuuid=2.38.1
- libuv=1.47.0
- libuv=1.48.0
- libxcrypt=4.4.36
- libxml2=2.12.5
- libxml2=2.12.6
- libxslt=1.1.39
- libzlib=1.2.13
- lxml=5.1.0
- markdown=3.5.2
- markdown=3.6
- multidict=6.0.5
- ncurses=6.4
- ncurses=6.4.20240210
- openssl=3.2.1
- packaging=23.2
- packaging=24.0
- pip=24.0
- pluggy=1.4.0
- pydantic=2.6.2
- pydantic-core=2.16.3
- pydantic=2.7.0
- pydantic-core=2.18.1
- pysocks=1.7.1
- pytest=8.0.2
- pytest=8.1.1
- python=3.11.8
- python-json-logger=2.0.7
- python-multipart=0.0.9
- python_abi=3.11
- readline=8.2
- requests=2.31.0
- setuptools=69.1.1
- setuptools=69.5.1
- sniffio=1.3.1
- snowballstemmer=2.2.0
- soupsieve=2.5
- starlette=0.36.3
- starlette=0.37.2
- tk=8.6.13
- tomli=2.0.1
- typing-extensions=4.10.0
- typing_extensions=4.10.0
- typing-extensions=4.11.0
- typing_extensions=4.11.0
- tzdata=2024a
- urllib3=2.2.1
- uvicorn=0.27.1
- uvicorn=0.29.0
- uvloop=0.19.0
- wheel=0.42.0
- wheel=0.43.0
- xz=5.2.6
- yarl=1.9.4
- zipp=3.17.0
Expand Down
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiofiles==23.2.1
aiohttp==3.9.3
aiosignal==1.3.1
annotated-types==0.6.0
anyio==3.7.1
anyio==4.3.0
attrs==23.2.0
beautifulsoup4==4.12.3
Brotli==1.1.0
Expand All @@ -14,43 +14,43 @@ click==8.1.7
colorama==0.4.6
daiquiri==3.0.0
exceptiongroup==1.2.0
fastapi==0.110.0
fastapi==0.110.1
fastapi-chameleon==0.1.12
frozenlist==1.4.1
gunicorn==21.2.0
gunicorn==22.0.0
h11==0.14.0
h2==4.1.0
hpack==4.0.0
httpcore==1.0.4
httpcore==1.0.5
httptools==0.6.1
httpx==0.27.0
hyperframe==6.0.1
idna==3.6
importlib-metadata==7.0.1
idna==3.7
importlib_metadata==7.1.0
iniconfig==2.0.0
lxml==5.1.0
Markdown==3.5.2
Markdown==3.6
multidict==6.0.5
packaging==23.2
packaging==24.0
pip==24.0
pluggy==1.4.0
pydantic==2.6.2
pydantic_core==2.16.3
pydantic==2.7.0
pydantic_core==2.18.1
PySocks==1.7.1
pytest==8.0.2
pytest==8.1.1
python-json-logger==2.0.7
python-multipart==0.0.9
requests==2.31.0
setuptools==69.1.1
setuptools==69.5.1
sniffio==1.3.1
snowballstemmer==2.2.0
soupsieve==2.5
starlette==0.36.3
starlette==0.37.2
tomli==2.0.1
typing_extensions==4.10.0
typing_extensions==4.11.0
urllib3==2.2.1
uvicorn==0.27.1
uvicorn==0.29.0
uvloop==0.19.0
wheel==0.42.0
wheel==0.43.0
yarl==1.9.4
zipp==3.17.0

0 comments on commit 37af310

Please sign in to comment.