Skip to content

Commit

Permalink
deps: update dependency testcontainers to v4.8.0 (#2201)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Aug 23, 2024
1 parent deacb95 commit 1d6c5d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1
google==3.0.0
google.auth==2.34.0
testcontainers==4.7.2
testcontainers==4.8.0
requests==2.32.3
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.34.0
testcontainers~=4.7.0
testcontainers~=4.8.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.2.1
testcontainers~=4.7.0
testcontainers~=4.8.0

0 comments on commit 1d6c5d7

Please sign in to comment.