Skip to content

Commit

Permalink
build(deps): pin types-requests
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
  • Loading branch information
mr-cal committed Apr 9, 2024
1 parent a40a53c commit 5994b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ tox==4.11.4
translationstring==1.4
types-Deprecated==1.2.9.20240311
types-PyYAML==6.0.12.20240311
types-requests==2.31.0.20240311
types-requests==2.31.0.6
types-setuptools==69.2.0.20240317
types-simplejson==3.19.0.20240310
types-tabulate==0.9.0.20240106
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ def recursive_data_files(directory, install_directory):
"pytest-subprocess",
"tox>=4.5",
"types-PyYAML",
"types-requests",
# types-requests>=2.31.0.7 requires urllib3>=2
"types-requests==2.31.0.6",
"types-setuptools",
"types-simplejson",
"types-tabulate",
Expand Down

0 comments on commit 5994b6b

Please sign in to comment.