Skip to content

Commit

Permalink
deps: update dependency requests to <2.32.3 (#1818)
Browse files Browse the repository at this point in the history
* deps: update dependency requests to <2.32.3

* chore: use fixed version

---------

Co-authored-by: Knut Olav Løite <koloite@gmail.com>
  • Loading branch information
renovate-bot and olavloite authored May 27, 2024
1 parent 8621984 commit 68db6cb
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.0
requests<2.32.0 # `requests` renamed `get_connection` to `_get_connection`, which is a method docker-py monkeypatches. See https://github.com/docker/docker-py/issues/3256 Should be able to un-pin when docker-py hotfix is out.
requests==2.32.2
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.0
requests<2.32.0 # `requests` renamed `get_connection` to `_get_connection`, which is a method docker-py monkeypatches. See https://github.com/docker/docker-py/issues/3256 Should be able to un-pin when docker-py hotfix is out.
requests==2.32.2
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.0 # `requests` renamed `get_connection` to `_get_connection`, which is a method docker-py monkeypatches. See https://github.com/docker/docker-py/issues/3256 Should be able to un-pin when docker-py hotfix is out.
requests==2.32.2

0 comments on commit 68db6cb

Please sign in to comment.