From db0c8c893272c7fb728f9c0c435befa6c08561cb Mon Sep 17 00:00:00 2001 From: Mark Servilla Date: Wed, 4 Dec 2024 11:55:24 -0700 Subject: [PATCH] Update environment --- environment.yml | 65 +++++++++++++++++++++++++----------------------- requirements.txt | 48 +++++++++++++++++------------------ 2 files changed, 58 insertions(+), 55 deletions(-) diff --git a/environment.yml b/environment.yml index 2e81569..0cb5711 100644 --- a/environment.yml +++ b/environment.yml @@ -6,8 +6,8 @@ dependencies: - _libgcc_mutex=0.1 - _openmp_mutex=4.5 - aiofiles=24.1.0 - - aiohappyeyeballs=2.4.3 - - aiohttp=3.10.10 + - aiohappyeyeballs=2.4.4 + - aiohttp=3.11.9 - aiosignal=1.3.1 - annotated-types=0.7.0 - anyio=4.6.2.post1 @@ -27,29 +27,30 @@ dependencies: - email-validator=2.2.0 - email_validator=2.2.0 - exceptiongroup=1.2.2 - - fastapi=0.115.4 + - fastapi=0.115.5 - fastapi-cli=0.0.5 - frozenlist=1.5.0 - gunicorn=23.0.0 - h11=0.14.0 - h2=4.1.0 - hpack=4.0.0 - - httpcore=1.0.6 - - httptools=0.6.1 - - httpx=0.27.2 + - httpcore=1.0.7 + - httptools=0.6.4 + - httpx=0.28.0 - hyperframe=6.0.1 - - icu=75.1 - idna=3.10 - importlib-metadata=8.5.0 - iniconfig=2.0.0 - jinja2=3.1.4 - ld_impl_linux-64=2.43 - - libexpat=2.6.3 + - libexpat=2.6.4 - libffi=3.4.2 - libgcc=14.2.0 - libgcc-ng=14.2.0 - libgomp=14.2.0 - libiconv=1.17 + - liblzma=5.6.3 + - liblzma-devel=5.6.3 - libnsl=2.0.1 - libsqlite=3.47.0 - libstdcxx=14.2.0 @@ -57,7 +58,7 @@ dependencies: - libuuid=2.38.1 - libuv=1.49.2 - libxcrypt=4.4.36 - - libxml2=2.12.7 + - libxml2=2.13.5 - libxslt=1.1.39 - libzlib=1.3.1 - lxml=5.3.0 @@ -67,51 +68,53 @@ dependencies: - mdurl=0.1.2 - multidict=6.1.0 - ncurses=6.5 - - openssl=3.3.2 - - packaging=24.1 - - pip=24.2 + - openssl=3.4.0 + - packaging=24.2 + - pip=24.3.1 - pluggy=1.5.0 - propcache=0.2.0 - pycparser=2.22 - - pydantic=2.9.2 - - pydantic-core=2.23.4 + - pydantic=2.10.3 + - pydantic-core=2.27.1 - pygments=2.18.0 - pysocks=1.7.1 - - pytest=8.3.3 + - pytest=8.3.4 - python=3.12.7 - python-dotenv=1.0.1 - python-json-logger=2.0.7 - - python-multipart=0.0.16 + - python-multipart=0.0.19 - python_abi=3.12 - pyyaml=6.0.2 - readline=8.2 - requests=2.32.3 - - rich=13.9.3 - - setuptools=75.1.0 + - rich=13.9.4 + - setuptools=75.6.0 - shellingham=1.5.4 - sniffio=1.3.1 - snowballstemmer=2.2.0 - soupsieve=2.5 - - starlette=0.41.0 + - starlette=0.41.3 - tk=8.6.13 - - tomli=2.0.2 - - typer=0.12.5 - - typer-slim=0.12.5 - - typer-slim-standard=0.12.5 + - tomli=2.2.1 + - typer=0.15.0 + - typer-slim=0.15.0 + - typer-slim-standard=0.15.0 - typing-extensions=4.12.2 - typing_extensions=4.12.2 - tzdata=2024b - urllib3=2.2.3 - - uvicorn=0.32.0 - - uvicorn-standard=0.32.0 + - uvicorn=0.32.1 + - uvicorn-standard=0.32.1 - uvloop=0.21.0 - - watchfiles=0.24.0 - - websockets=13.1 - - wheel=0.44.0 - - xz=5.2.6 + - watchfiles=1.0.0 + - websockets=14.1 + - wheel=0.45.1 + - xz=5.6.3 + - xz-gpl-tools=5.6.3 + - xz-tools=5.6.3 - yaml=0.2.5 - - yarl=1.16.0 - - zipp=3.20.2 + - yarl=1.18.0 + - zipp=3.21.0 - zstandard=0.23.0 - zstd=1.5.6 - pip: diff --git a/requirements.txt b/requirements.txt index 4882e9b..03992cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiofiles==24.1.0 -aiohappyeyeballs==2.4.3 -aiohttp==3.10.10 +aiohappyeyeballs==2.4.4 +aiohttp==3.11.9 aiosignal==1.3.1 annotated-types==0.7.0 anyio==4.6.2.post1 @@ -18,7 +18,7 @@ daiquiri==3.0.0 dnspython==2.7.0 email_validator==2.2.0 exceptiongroup==1.2.2 -fastapi==0.115.4 +fastapi==0.115.5 fastapi-chameleon==0.1.12 fastapi-cli==0.0.5 frozenlist==1.5.0 @@ -26,9 +26,9 @@ gunicorn==23.0.0 h11==0.14.0 h2==4.1.0 hpack==4.0.0 -httpcore==1.0.6 -httptools==0.6.1 -httpx==0.27.2 +httpcore==1.0.7 +httptools==0.6.4 +httpx==0.28.0 hyperframe==6.0.1 idna==3.10 importlib_metadata==8.5.0 @@ -40,38 +40,38 @@ markdown-it-py==3.0.0 MarkupSafe==3.0.2 mdurl==0.1.2 multidict==6.1.0 -packaging==24.1 -pip==24.2 +packaging==24.2 +pip==24.3.1 pluggy==1.5.0 propcache==0.2.0 pycparser==2.22 -pydantic==2.9.2 -pydantic_core==2.23.4 +pydantic==2.10.3 +pydantic_core==2.27.1 Pygments==2.18.0 PySocks==1.7.1 -pytest==8.3.3 +pytest==8.3.4 python-dotenv==1.0.1 python-json-logger==2.0.7 -python-multipart==0.0.16 +python-multipart==0.0.19 PyYAML==6.0.2 requests==2.32.3 -rich==13.9.3 -setuptools==75.1.0 +rich==13.9.4 +setuptools==75.6.0 shellingham==1.5.4 sniffio==1.3.1 snowballstemmer==2.2.0 soupsieve==2.5 -starlette==0.41.0 -tomli==2.0.2 -typer==0.12.5 -typer-slim==0.12.5 +starlette==0.41.3 +tomli==2.2.1 +typer==0.15.0 +typer-slim==0.15.0 typing_extensions==4.12.2 urllib3==2.2.3 -uvicorn==0.32.0 +uvicorn==0.32.1 uvloop==0.21.0 -watchfiles==0.24.0 -websockets==13.1 -wheel==0.44.0 -yarl==1.16.0 -zipp==3.20.2 +watchfiles==1.0.0 +websockets==14.1 +wheel==0.45.1 +yarl==1.18.0 +zipp==3.21.0 zstandard==0.23.0