Skip to content

Commit 9cd1cb9

Browse files
committed
Bump required urllib3
1 parent 2ba82b3 commit 9cd1cb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openlayer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Define the SDK version here so that the interal package can have access to this value.
22
# See https://stackoverflow.com/questions/2058802
3-
__version__ = "0.0.0a6"
3+
__version__ = "0.0.0a7"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ include_package_data = True
3535
setup_requires =
3636
setuptools>=59.0
3737
requests>=2.28.2
38-
urllib3>=1.26.7
38+
urllib3>=1.26.14
3939
wheel
4040
zip_safe = False

0 commit comments

Comments
 (0)