diff --git a/requirements.txt b/requirements.txt index 360cd46..253ef30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -flask==2.3.3 -cryptography==41.0.7 +flask==3.1.3 +cryptography==46.0.5 redis==5.0.1 -pymongo==4.6.0 +pymongo==4.6.3 elasticsearch==8.11.0 gitpython==3.1.40 opencv-python==4.8.1.78 folium==0.14.0 -geopandas==0.13.2 +geopandas==1.1.2 asyncio -requests==2.31.0 +requests==2.32.4 pytest==7.4.3 diff --git a/services/data-capture/pyproject.toml b/services/data-capture/pyproject.toml index aba4706..e4ca227 100644 --- a/services/data-capture/pyproject.toml +++ b/services/data-capture/pyproject.toml @@ -10,9 +10,9 @@ fastapi = "^0.104.1" uvicorn = {extras = ["standard"], version = "^0.24.0"} kafka-python = "^2.0.2" boto3 = "^1.34.0" -cryptography = "^41.0.7" +cryptography = "^46.0.5" pydantic = "^2.5.0" -python-multipart = "^0.0.6" +python-multipart = "^0.0.22" [build-system] requires = ["poetry-core"] diff --git a/services/digital-library/pyproject.toml b/services/digital-library/pyproject.toml index b309892..b6acad7 100644 --- a/services/digital-library/pyproject.toml +++ b/services/digital-library/pyproject.toml @@ -11,9 +11,9 @@ uvicorn = {extras = ["standard"], version = "^0.24.0"} sqlalchemy = "^2.0.23" psycopg2-binary = "^2.9.9" meilisearch = "^0.28.3" -cryptography = "^41.0.7" +cryptography = "^46.0.5" pydantic = "^2.5.0" -python-multipart = "^0.0.6" +python-multipart = "^0.0.22" [build-system] requires = ["poetry-core"] diff --git a/services/ecological-eval/requirements.txt b/services/ecological-eval/requirements.txt index 22ee478..7ea25a4 100644 --- a/services/ecological-eval/requirements.txt +++ b/services/ecological-eval/requirements.txt @@ -3,6 +3,6 @@ uvicorn[standard]==0.24.0 kafka-python==2.0.2 sqlalchemy==2.0.23 psycopg2-binary==2.9.9 -requests==2.31.0 +requests==2.32.4 pydantic==2.5.0 -jinja2==3.1.2 \ No newline at end of file +jinja2==3.1.6 \ No newline at end of file