From f4c925542f3960c36be5ea4ce502730abcb5b392 Mon Sep 17 00:00:00 2001 From: Mark Servilla Date: Mon, 28 Oct 2024 19:34:21 -0600 Subject: [PATCH] Update environment, including python to 3.12 --- environment-min.yml | 2 +- environment.yml | 22 +++++++++++----------- requirements.txt | 14 +++++++------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/environment-min.yml b/environment-min.yml index 330e3a7..b018f7f 100644 --- a/environment-min.yml +++ b/environment-min.yml @@ -13,7 +13,7 @@ dependencies: - beautifulsoup4 - snowballstemmer - lxml - - python=3.11 + - python=3.12 - httpx - fastapi - uvloop diff --git a/environment.yml b/environment.yml index a0acc8f..2e81569 100644 --- a/environment.yml +++ b/environment.yml @@ -27,9 +27,9 @@ dependencies: - email-validator=2.2.0 - email_validator=2.2.0 - exceptiongroup=1.2.2 - - fastapi=0.115.2 + - fastapi=0.115.4 - fastapi-cli=0.0.5 - - frozenlist=1.4.1 + - frozenlist=1.5.0 - gunicorn=23.0.0 - h11=0.14.0 - h2=4.1.0 @@ -51,11 +51,11 @@ dependencies: - libgomp=14.2.0 - libiconv=1.17 - libnsl=2.0.1 - - libsqlite=3.46.1 + - libsqlite=3.47.0 - libstdcxx=14.2.0 - libstdcxx-ng=14.2.0 - libuuid=2.38.1 - - libuv=1.49.1 + - libuv=1.49.2 - libxcrypt=4.4.36 - libxml2=2.12.7 - libxslt=1.1.39 @@ -63,7 +63,7 @@ dependencies: - lxml=5.3.0 - markdown=3.6 - markdown-it-py=3.0.0 - - markupsafe=3.0.1 + - markupsafe=3.0.2 - mdurl=0.1.2 - multidict=6.1.0 - ncurses=6.5 @@ -78,21 +78,21 @@ dependencies: - pygments=2.18.0 - pysocks=1.7.1 - pytest=8.3.3 - - python=3.11.10 + - python=3.12.7 - python-dotenv=1.0.1 - python-json-logger=2.0.7 - - python-multipart=0.0.12 - - python_abi=3.11 + - python-multipart=0.0.16 + - python_abi=3.12 - pyyaml=6.0.2 - readline=8.2 - requests=2.32.3 - - rich=13.9.2 + - rich=13.9.3 - setuptools=75.1.0 - shellingham=1.5.4 - sniffio=1.3.1 - snowballstemmer=2.2.0 - soupsieve=2.5 - - starlette=0.40.0 + - starlette=0.41.0 - tk=8.6.13 - tomli=2.0.2 - typer=0.12.5 @@ -110,7 +110,7 @@ dependencies: - wheel=0.44.0 - xz=5.2.6 - yaml=0.2.5 - - yarl=1.15.3 + - yarl=1.16.0 - zipp=3.20.2 - zstandard=0.23.0 - zstd=1.5.6 diff --git a/requirements.txt b/requirements.txt index dc5ba0d..4882e9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,10 +18,10 @@ daiquiri==3.0.0 dnspython==2.7.0 email_validator==2.2.0 exceptiongroup==1.2.2 -fastapi==0.115.2 +fastapi==0.115.4 fastapi-chameleon==0.1.12 fastapi-cli==0.0.5 -frozenlist==1.4.1 +frozenlist==1.5.0 gunicorn==23.0.0 h11==0.14.0 h2==4.1.0 @@ -37,7 +37,7 @@ Jinja2==3.1.4 lxml==5.3.0 Markdown==3.6 markdown-it-py==3.0.0 -MarkupSafe==3.0.1 +MarkupSafe==3.0.2 mdurl==0.1.2 multidict==6.1.0 packaging==24.1 @@ -52,16 +52,16 @@ PySocks==1.7.1 pytest==8.3.3 python-dotenv==1.0.1 python-json-logger==2.0.7 -python-multipart==0.0.12 +python-multipart==0.0.16 PyYAML==6.0.2 requests==2.32.3 -rich==13.9.2 +rich==13.9.3 setuptools==75.1.0 shellingham==1.5.4 sniffio==1.3.1 snowballstemmer==2.2.0 soupsieve==2.5 -starlette==0.40.0 +starlette==0.41.0 tomli==2.0.2 typer==0.12.5 typer-slim==0.12.5 @@ -72,6 +72,6 @@ uvloop==0.21.0 watchfiles==0.24.0 websockets==13.1 wheel==0.44.0 -yarl==1.15.3 +yarl==1.16.0 zipp==3.20.2 zstandard==0.23.0