Skip to content

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jan 28, 2024
1 parent 81ca8c8 commit 2deba90
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
python_requires=">=3.7",
install_requires=[
# Dependencies are restricted by major version range according to semver.
# By default, version minimums are set to be compatible with the oldest supported Ubuntu LTS (currently 18.04).
"lxml >= 4.2.1, < 5",
# By default, version minimums are set to be compatible with the oldest supported Ubuntu LTS (currently 20.04).
"lxml >= 4.5.0, < 6",
"cryptography >= 3.4.8", # Set to the version in Ubuntu 22.04 due to features we need from cryptography 3.1
"pyOpenSSL >= 17.5.0",
"certifi >= 2018.1.18",
"pyOpenSSL >= 19.0.0",
"certifi >= 2019.11.28",
# "tsp-client >= 0.1.3",
],
extras_require={
Expand Down Expand Up @@ -47,6 +47,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
],
)

0 comments on commit 2deba90

Please sign in to comment.