Skip to content

Commit 52c3e83

Browse files
authored
Merge pull request #38 from cloudbeds/chore/urllib3-security-update
chore: urllib3 security update
2 parents ac33603 + 785a064 commit 52c3e83

File tree

3 files changed

+500
-339
lines changed

3 files changed

+500
-339
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
]
1313
license = { file = "LICENSE" }
1414
dependencies = [
15-
"urllib3 >= 1.25.3, < 3.0.0",
15+
"urllib3 >= 2.6.3, < 3.0.0",
1616
"python-dateutil >= 2.8.2, < 3.0.0",
1717
"pydantic >= 2",
1818
"typing-extensions >= 4.7.1",
@@ -25,7 +25,6 @@ classifiers = [
2525
"Operating System :: OS Independent",
2626

2727
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.8",
2928
"Programming Language :: Python :: 3.9",
3029
"Programming Language :: Python :: 3.10",
3130
"Programming Language :: Python :: 3.11",
@@ -35,7 +34,7 @@ classifiers = [
3534
"Topic :: Software Development :: Libraries :: Python Modules",
3635
]
3736

38-
requires-python = ">=3.8"
37+
requires-python = ">=3.9"
3938

4039
[project.urls]
4140
Documentation = "https://github.com/cloudbeds/cloudbeds-api-python#README"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ typing-extensions==4.12.2
2525
# cloudbeds-pms (pyproject.toml)
2626
# pydantic
2727
# pydantic-core
28-
urllib3==2.3.0
28+
urllib3==2.6.3
2929
# via cloudbeds-pms (pyproject.toml)

0 commit comments

Comments
 (0)