Skip to content

Commit 033faa4

Browse files
authored
Pin urllib3 due to OpenSSL incompatibility, bump boto3 and requests for compatibility with newly pinned urllib3 version (#175)
1 parent 96c51dc commit 033faa4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
=======
44

5+
# 1.9.1 (2023-06-21)
6+
- Pin urllib3 version, see: https://github.com/urllib3/urllib3/issues/2168
7+
58
# 1.9.0 (2023-06-14)
69
- Added command `tilesets list-activity` that returns activity data for a user's tilesets
710

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
boto3==1.9.99
1+
boto3==1.23.10
22
Click==8.0.2
33
cligj==0.7.2
44
numpy==1.19.5
5-
requests==2.21.0
5+
requests==2.27.1
66
requests-toolbelt==0.9.1
77
jsonschema==3.0.1
88
jsonseq==1.0.0
99
mercantile==1.1.6
1010
supermercado==0.2.0
11-
geojson===2.5.0
11+
geojson===2.5.0
12+
urllib3==1.26.16

0 commit comments

Comments
 (0)