We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb803c6 commit d11abf7Copy full SHA for d11abf7
detect_secrets/__init__.py
@@ -1 +1 @@
1
-VERSION = '0.13.1+ibm.62.dss'
+VERSION = '0.13.1+ibm.63.dss'
requirements-dev.txt
@@ -1,5 +1,5 @@
pip>=21.1
2
-urllib3<2.0.0
+urllib3
3
coverage>=6.0b1
4
certifi>=2022.12.07
5
flake8
setup.py
@@ -25,7 +25,7 @@
25
install_requires=[
26
'pyyaml',
27
'requests',
28
- 'urllib3<2.0.0',
+ 'urllib3',
29
'boxsdk[jwt]',
30
'packaging',
31
'tabulate',
0 commit comments