diff --git a/samples/python/django/requirements.txt b/samples/python/django/requirements.txt index 1577f3567..e95f89f90 100644 --- a/samples/python/django/requirements.txt +++ b/samples/python/django/requirements.txt @@ -1,5 +1,5 @@ psycopg-binary==3.2.1 -pytz==2024.1 +pytz==2024.2 Django==5.1.1 google==3.0.0 google.auth==2.34.0 diff --git a/samples/python/sqlalchemy2-sample/requirements.txt b/samples/python/sqlalchemy2-sample/requirements.txt index cb35414d8..3ed93a050 100644 --- a/samples/python/sqlalchemy2-sample/requirements.txt +++ b/samples/python/sqlalchemy2-sample/requirements.txt @@ -1,5 +1,5 @@ psycopg[binary]==3.2.1 -pytz==2024.1 +pytz==2024.2 sqlalchemy==2.0.34 google~=3.0.0 google.auth~=2.34.0