Skip to content

Commit 65e6fb1

Browse files
committed
chore(kubernetes_engine): bump Django to 6.0.6 and remove pytest version constraint
1 parent ce8d461 commit 65e6fb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==9.0.3; python_version >= "3.10"
1+
pytest==9.0.3

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==6.0.1; python_version >= "3.12"
1+
Django==6.0.6; python_version >= "3.12"
22
# Uncomment the mysqlclient requirement if you are using MySQL rather than
33
# PostgreSQL. You must also have a MySQL client installed in that case.
44
#mysqlclient==1.4.1

0 commit comments

Comments
 (0)