From a3d931c1b3cf31bb2704ddd605bdcb45e2b432aa Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Mon, 4 Aug 2025 18:01:47 +0200 Subject: [PATCH] update requirements files --- apps/other/requirements.txt | 4 +-- apps/stocks/requirements.txt | 59 +++++++---------------------------- apps/tesla/requirements.txt | 4 +-- apps/vinyl/requirements.txt | 4 +-- apps/weather/requirements.txt | 4 +-- 5 files changed, 20 insertions(+), 55 deletions(-) diff --git a/apps/other/requirements.txt b/apps/other/requirements.txt index 799965e..e469c6b 100644 --- a/apps/other/requirements.txt +++ b/apps/other/requirements.txt @@ -6,7 +6,7 @@ annotated-types==0.7.0 # via pydantic antlr4-python3-runtime==4.13.2 # via dagster -anyio==4.9.0 +anyio==4.10.0 # via # gql # starlette @@ -28,7 +28,7 @@ botocore==1.40.1 # boto3 # s3fs # s3transfer -certifi==2025.7.14 +certifi==2025.8.3 # via requests charset-normalizer==3.4.2 # via requests diff --git a/apps/stocks/requirements.txt b/apps/stocks/requirements.txt index 43ee13c..3e48b0c 100644 --- a/apps/stocks/requirements.txt +++ b/apps/stocks/requirements.txt @@ -6,17 +6,13 @@ annotated-types==0.7.0 # via pydantic antlr4-python3-runtime==4.13.2 # via dagster -anyio==4.9.0 +anyio==4.10.0 # via # gql # starlette # watchfiles asttokens==3.0.0 # via icecream -attrs==25.3.0 - # via - # outcome - # trio backoff==2.2.1 # via gql beautifulsoup4==4.13.4 @@ -30,10 +26,8 @@ botocore==1.40.1 # boto3 # s3fs # s3transfer -certifi==2025.7.14 - # via - # requests - # selenium +certifi==2025.8.3 + # via requests charset-normalizer==3.4.2 # via requests click==8.1.8 @@ -132,8 +126,6 @@ graphql-core==3.2.6 # graphql-relay graphql-relay==3.2.0 # via graphene -greenlet==3.2.3 - # via playwright grpcio==1.74.0 # via # dagster @@ -141,9 +133,7 @@ grpcio==1.74.0 grpcio-health-checking==1.71.2 # via dagster h11==0.16.0 - # via - # uvicorn - # wsproto + # via uvicorn httptools==0.6.4 # via uvicorn humanfriendly==10.0 @@ -155,7 +145,6 @@ idna==3.10 # anyio # email-validator # requests - # trio # yarl jinja2==3.1.6 # via dagster @@ -190,10 +179,6 @@ numpy==2.3.2 # seaborn openpyxl==3.1.5 # via dev (pyproject.toml) -outcome==1.3.0.post0 - # via - # trio - # trio-websocket packaging==25.0 # via # dagster-aws @@ -210,10 +195,10 @@ patito==0.8.3 # via # dev (pyproject.toml) # dagster-polars +pendulum==3.1.0 + # via dev (pyproject.toml) pillow==11.3.0 # via matplotlib -playwright==1.54.0 - # via dev (pyproject.toml) polars==1.32.0 # via # dagster-polars @@ -240,8 +225,6 @@ pydantic-core==2.33.2 # via pydantic pydantic-settings==2.10.1 # via dev (pyproject.toml) -pyee==13.0.0 - # via playwright pygments==2.19.2 # via # icecream @@ -249,15 +232,14 @@ pygments==2.19.2 pyparsing==3.2.3 # via matplotlib pysocks==1.7.1 - # via - # requests - # urllib3 + # via requests python-dateutil==2.9.0.post0 # via # botocore # graphene # matplotlib # pandas + # pendulum python-dotenv==1.1.1 # via # dagster @@ -293,8 +275,6 @@ s3transfer==0.13.1 # via boto3 seaborn==0.13.2 # via dev (pyproject.toml) -selenium==4.34.2 - # via dev (pyproject.toml) setuptools==80.9.0 # via dagster six==1.17.0 @@ -304,11 +284,7 @@ six==1.17.0 smmap==5.0.2 # via gitdb sniffio==1.3.1 - # via - # anyio - # trio -sortedcontainers==2.4.0 - # via trio + # via anyio soupsieve==2.7 # via beautifulsoup4 sqlalchemy==2.0.42 @@ -333,12 +309,6 @@ toposort==1.10 # via dagster tqdm==4.67.1 # via dagster -trio==0.30.0 - # via - # selenium - # trio-websocket -trio-websocket==0.12.2 - # via selenium typing-extensions==4.14.1 # via # alembic @@ -350,8 +320,6 @@ typing-extensions==4.14.1 # patito # pydantic # pydantic-core - # pyee - # selenium # sqlalchemy # starlette # typing-inspection @@ -360,7 +328,9 @@ typing-inspection==0.4.1 # pydantic # pydantic-settings tzdata==2025.2 - # via pandas + # via + # pandas + # pendulum universal-pathlib==0.2.6 # via # dagster @@ -370,7 +340,6 @@ urllib3==2.5.0 # botocore # docker # requests - # selenium uvicorn==0.35.0 # via dagster-webserver uvloop==0.21.0 @@ -379,12 +348,8 @@ watchdog==5.0.3 # via dagster watchfiles==1.1.0 # via uvicorn -websocket-client==1.8.0 - # via selenium websockets==15.0.1 # via uvicorn -wsproto==1.2.0 - # via trio-websocket xlsxwriter==3.2.5 # via dev (pyproject.toml) yarl==1.20.1 diff --git a/apps/tesla/requirements.txt b/apps/tesla/requirements.txt index 9bea2db..175583d 100644 --- a/apps/tesla/requirements.txt +++ b/apps/tesla/requirements.txt @@ -6,7 +6,7 @@ annotated-types==0.7.0 # via pydantic antlr4-python3-runtime==4.13.2 # via dagster -anyio==4.9.0 +anyio==4.10.0 # via # gql # starlette @@ -26,7 +26,7 @@ botocore==1.40.1 # boto3 # s3fs # s3transfer -certifi==2025.7.14 +certifi==2025.8.3 # via requests charset-normalizer==3.4.2 # via requests diff --git a/apps/vinyl/requirements.txt b/apps/vinyl/requirements.txt index 4997075..b37d68c 100644 --- a/apps/vinyl/requirements.txt +++ b/apps/vinyl/requirements.txt @@ -6,7 +6,7 @@ annotated-types==0.7.0 # via pydantic antlr4-python3-runtime==4.13.2 # via dagster -anyio==4.9.0 +anyio==4.10.0 # via # gql # starlette @@ -26,7 +26,7 @@ botocore==1.40.1 # boto3 # s3fs # s3transfer -certifi==2025.7.14 +certifi==2025.8.3 # via requests charset-normalizer==3.4.2 # via requests diff --git a/apps/weather/requirements.txt b/apps/weather/requirements.txt index 892281a..7f0285e 100644 --- a/apps/weather/requirements.txt +++ b/apps/weather/requirements.txt @@ -6,7 +6,7 @@ annotated-types==0.7.0 # via pydantic antlr4-python3-runtime==4.13.2 # via dagster -anyio==4.9.0 +anyio==4.10.0 # via # gql # starlette @@ -32,7 +32,7 @@ botocore==1.40.1 # s3transfer cattrs==25.1.1 # via requests-cache -certifi==2025.7.14 +certifi==2025.8.3 # via requests charset-normalizer==3.4.2 # via