From a1225adb98c52698102a30bee970625a565620fd Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 9 Jul 2025 09:50:12 +0000 Subject: [PATCH] chore(deps): update all dependencies --- samples/snippets/requirements-test.txt | 2 +- samples/snippets/requirements.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index 82b196c3..d31b0a4e 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -17,4 +17,4 @@ rsa==4.9.1 six==1.17.0 toml==0.10.2 typing-extensions===4.13.0; python_version == '3.8' -typing-extensions==4.14.0; python_version >= '3.9' +typing-extensions==4.14.1; python_version >= '3.9' diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 3ee07a2d..3a7136ef 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,6 +1,6 @@ alembic===1.14.0; python_version == '3.8' -alembic==1.16.2; python_version >= '3.9' -certifi==2025.6.15 +alembic==1.16.3; python_version >= '3.9' +certifi==2025.7.9 charset-normalizer==3.4.2 geoalchemy2==0.17.1 google-api-core[grpc]==2.25.1 @@ -15,9 +15,9 @@ googleapis-common-protos==1.70.0 greenlet===3.1.1; python_version == '3.8' greenlet==3.2.3; python_version >= '3.9' grpcio===1.68.0; python_version == '3.8' -grpcio==1.73.0; python_version >= '3.9' +grpcio==1.73.1; python_version >= '3.9' grpcio-status===1.68.0; python_version == '3.8' -grpcio-status==1.73.0; python_version >= '3.9' +grpcio-status==1.73.1; python_version >= '3.9' idna==3.10 importlib-resources===6.4.5; python_version == '3.8' importlib-resources==6.5.2; python_version >= '3.9' @@ -42,6 +42,6 @@ shapely==2.1.1; python_version >= '3.10' six==1.17.0 sqlalchemy===1.4.27 typing-extensions===4.13.0; python_version == '3.8' -typing-extensions==4.14.0; python_version >= '3.9' +typing-extensions==4.14.1; python_version >= '3.9' urllib3===2.2.3; python_version == '3.8' urllib3==2.5.0; python_version >= '3.9'