Skip to content

Commit 2deba90

Browse files
committed
Bump dependency versions
1 parent 81ca8c8 commit 2deba90

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
python_requires=">=3.7",
1515
install_requires=[
1616
# Dependencies are restricted by major version range according to semver.
17-
# By default, version minimums are set to be compatible with the oldest supported Ubuntu LTS (currently 18.04).
18-
"lxml >= 4.2.1, < 5",
17+
# By default, version minimums are set to be compatible with the oldest supported Ubuntu LTS (currently 20.04).
18+
"lxml >= 4.5.0, < 6",
1919
"cryptography >= 3.4.8", # Set to the version in Ubuntu 22.04 due to features we need from cryptography 3.1
20-
"pyOpenSSL >= 17.5.0",
21-
"certifi >= 2018.1.18",
20+
"pyOpenSSL >= 19.0.0",
21+
"certifi >= 2019.11.28",
2222
# "tsp-client >= 0.1.3",
2323
],
2424
extras_require={
@@ -47,6 +47,7 @@
4747
"Programming Language :: Python :: 3.9",
4848
"Programming Language :: Python :: 3.10",
4949
"Programming Language :: Python :: 3.11",
50+
"Programming Language :: Python :: 3.12",
5051
"Topic :: Software Development :: Libraries :: Python Modules",
5152
],
5253
)

0 commit comments

Comments
 (0)