Skip to content

Commit d11abf7

Browse files
committed
chore: unpin urllib3
Signed-off-by: George Pickering <[email protected]>
1 parent cb803c6 commit d11abf7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

detect_secrets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.13.1+ibm.62.dss'
1+
VERSION = '0.13.1+ibm.63.dss'

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=21.1
2-
urllib3<2.0.0
2+
urllib3
33
coverage>=6.0b1
44
certifi>=2022.12.07
55
flake8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
install_requires=[
2626
'pyyaml',
2727
'requests',
28-
'urllib3<2.0.0',
28+
'urllib3',
2929
'boxsdk[jwt]',
3030
'packaging',
3131
'tabulate',

0 commit comments

Comments
 (0)