Skip to content

Commit

Permalink
Update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Feb 8, 2024
1 parent a8adea6 commit dfedfc6
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 45 deletions.
51 changes: 26 additions & 25 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@ dependencies:
- aiosignal=1.3.1
- annotated-types=0.6.0
- anyio=3.7.1
- attrs=23.1.0
- beautifulsoup4=4.12.2
- attrs=23.2.0
- beautifulsoup4=4.12.3
- brotli-python=1.1.0
- bzip2=1.0.8
- ca-certificates=2023.11.17
- certifi=2023.11.17
- ca-certificates=2024.2.2
- certifi=2024.2.2
- chameleon=3.9.1
- charset-normalizer=3.3.2
- click=8.1.7
- colorama=0.4.6
- daiquiri=3.0.0
- exceptiongroup=1.2.0
- fastapi=0.105.0
- fastapi=0.109.2
- frozenlist=1.4.1
- gunicorn=21.2.0
- h11=0.14.0
- h2=4.1.0
- hpack=4.0.0
- httpcore=1.0.2
- httptools=0.6.1
- httpx=0.25.2
- httpx=0.26.0
- hyperframe=6.0.1
- icu=73.2
- idna=3.6
- importlib-metadata=7.0.0
- importlib-metadata=7.0.1
- iniconfig=2.0.0
- ld_impl_linux-64=2.40
- libexpat=2.5.0
Expand All @@ -47,43 +47,44 @@ dependencies:
- libstdcxx-ng=13.2.0
- libuuid=2.38.1
- libuv=1.46.0
- libxml2=2.11.6
- libxslt=1.1.37
- libxcrypt=4.4.36
- libxml2=2.12.5
- libxslt=1.1.39
- libzlib=1.2.13
- lxml=4.9.3
- markdown=3.5.1
- multidict=6.0.4
- lxml=5.1.0
- markdown=3.5.2
- multidict=6.0.5
- ncurses=6.4
- openssl=3.2.0
- openssl=3.2.1
- packaging=23.2
- pip=23.3.2
- pluggy=1.3.0
- pydantic=2.5.2
- pydantic-core=2.14.5
- pip=24.0
- pluggy=1.4.0
- pydantic=2.6.1
- pydantic-core=2.16.2
- pysocks=1.7.1
- pytest=7.4.3
- pytest=8.0.0
- python=3.11.7
- python-json-logger=2.0.7
- python-multipart=0.0.6
- python-multipart=0.0.7
- python_abi=3.11
- readline=8.2
- requests=2.31.0
- setuptools=68.2.2
- setuptools=69.0.3
- sniffio=1.3.0
- snowballstemmer=2.2.0
- soupsieve=2.5
- starlette=0.27.0
- starlette=0.36.3
- tk=8.6.13
- tomli=2.0.1
- typing-extensions=4.9.0
- typing_extensions=4.9.0
- tzdata=2023c
- urllib3=2.1.0
- uvicorn=0.24.0.post1
- tzdata=2024a
- urllib3=2.2.0
- uvicorn=0.27.0.post1
- uvloop=0.19.0
- wheel=0.42.0
- xz=5.2.6
- yarl=1.9.3
- yarl=1.9.4
- zipp=3.17.0
- pip:
- bugle==0.0.4
Expand Down
40 changes: 20 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ aiohttp==3.9.1
aiosignal==1.3.1
annotated-types==0.6.0
anyio==3.7.1
attrs==23.1.0
beautifulsoup4==4.12.2
attrs==23.2.0
beautifulsoup4==4.12.3
Brotli==1.1.0
bugle==0.0.4
certifi==2023.11.17
certifi==2024.2.2
Chameleon==3.9.1
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
daiquiri==3.0.0
exceptiongroup==1.2.0
fastapi==0.105.0
fastapi==0.109.2
fastapi-chameleon==0.1.12
frozenlist==1.4.1
gunicorn==21.2.0
Expand All @@ -23,34 +23,34 @@ h2==4.1.0
hpack==4.0.0
httpcore==1.0.2
httptools==0.6.1
httpx==0.25.2
httpx==0.26.0
hyperframe==6.0.1
idna==3.6
importlib-metadata==7.0.0
importlib-metadata==7.0.1
iniconfig==2.0.0
lxml==4.9.3
Markdown==3.5.1
multidict==6.0.4
lxml==5.1.0
Markdown==3.5.2
multidict==6.0.5
packaging==23.2
pip==23.3.2
pluggy==1.3.0
pydantic==2.5.2
pydantic_core==2.14.5
pip==24.0
pluggy==1.4.0
pydantic==2.6.1
pydantic_core==2.16.2
PySocks==1.7.1
pytest==7.4.3
pytest==8.0.0
python-json-logger==2.0.7
python-multipart==0.0.6
python-multipart==0.0.7
requests==2.31.0
setuptools==68.2.2
setuptools==69.0.3
sniffio==1.3.0
snowballstemmer==2.2.0
soupsieve==2.5
starlette==0.27.0
starlette==0.36.3
tomli==2.0.1
typing_extensions==4.9.0
urllib3==2.1.0
uvicorn==0.24.0.post1
urllib3==2.2.0
uvicorn==0.27.0.post1
uvloop==0.19.0
wheel==0.42.0
yarl==1.9.3
yarl==1.9.4
zipp==3.17.0

0 comments on commit dfedfc6

Please sign in to comment.