Skip to content

Commit 78e8763

Browse files
authored
CM-24629 - Lock urllib3 v1 (#152)
update certifi to fix CVE-2023-37920
1 parent d0b46d5 commit 78e8763

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

poetry.lock

Lines changed: 11 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ arrow = ">=0.17.0,<0.18.0"
3737
binaryornot = ">=0.4.4,<0.5.0"
3838
texttable = ">=1.6.7,<1.7.0"
3939
requests = ">=2.24,<3.0"
40+
urllib3 = "1.26.16" # lock v1 to avoid issues with openssl and old Python versions (<3.9.11) on macOS
4041

4142
[tool.poetry.group.test.dependencies]
4243
mock = ">=4.0.3,<4.1.0"

0 commit comments

Comments
 (0)