Skip to content

Commit

Permalink
deps: update dependency testcontainers to v4.7.0 (#2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 28, 2024
1 parent dcb76bf commit 69faf54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/python/django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pytz==2024.1
Django==5.0.6
google==3.0.0
google.auth==2.30.0
testcontainers==4.6.0
testcontainers==4.7.0
requests==2.32.3
2 changes: 1 addition & 1 deletion samples/python/psycopg3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
psycopg[binary]~=3.1.19
testcontainers~=4.6.0
testcontainers~=4.7.0
requests==2.32.3
google~=3.0.0
google.auth~=2.30.0
2 changes: 1 addition & 1 deletion samples/python/sqlalchemy2-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pytz==2024.1
sqlalchemy==2.0.31
google~=3.0.0
google.auth~=2.30.0
testcontainers~=4.6.0
testcontainers~=4.7.0
requests==2.32.3
2 changes: 1 addition & 1 deletion samples/snippets/python-snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
psycopg~=3.1.18
testcontainers~=4.6.0
testcontainers~=4.7.0

0 comments on commit 69faf54

Please sign in to comment.