Skip to content

Commit

Permalink
deps: update dependency requests to v2.32.3 (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored May 31, 2024
1 parent bcb44a1 commit 42178b4
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 @@ -4,4 +4,4 @@ Django==5.0.6
google==3.0.0
google.auth==2.29.0
testcontainers==4.5.1
requests==2.32.2
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.5.1
requests==2.32.2
requests==2.32.3
google~=3.0.0
google.auth~=2.29.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 @@ -4,4 +4,4 @@ sqlalchemy==2.0.27
google~=3.0.0
google.auth~=2.29.0
testcontainers~=4.5.0
requests==2.32.2
requests==2.32.3

0 comments on commit 42178b4

Please sign in to comment.