Skip to content

Commit

Permalink
Added minimal bounds for a bunch of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Nov 15, 2024
1 parent 8209d63 commit 6f012a1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,22 @@ changelog = "https://cryptography.io/en/latest/changelog/"
ssh = ["bcrypt >=3.1.5"]

# All the following are used for our own testing.
nox = ["nox", "nox[uv] >=2024.03.02; python_version >= '3.8'"]
nox = ["nox >=2024.04.15", "nox[uv] >=2024.03.02; python_version >= '3.8'"]
test = [
"cryptography_vectors",
"pytest >=7.2.0",
"pytest-benchmark",
"pytest-cov",
"pytest-xdist",
"pretend",
"certifi",
"pytest >=7.4.0",
"pytest-benchmark >=4.0",
"pytest-cov >=2.10.1",
"pytest-xdist >=3.5.0",
"pretend >=0.7",
"certifi >=2024",
]
test-randomorder = ["pytest-randomly"]
docs = ["sphinx >=5.3.0", "sphinx-rtd-theme >=3.0.0; python_version >= '3.8'"]
docstest = ["pyenchant >=1.6.11", "readme-renderer", "sphinxcontrib-spelling >=4.0.1"]
docstest = ["pyenchant >=3", "readme-renderer >=30.0", "sphinxcontrib-spelling >=7.3.1"]
sdist = ["build >=1.0.0"]
# `click` included because its needed to type check `release.py`
pep8test = ["ruff", "mypy", "check-sdist; python_version >= '3.8'", "click"]
pep8test = ["ruff >=0.3.6", "mypy >=1.4", "check-sdist; python_version >= '3.8'", "click >=8.0.1"]

[tool.maturin]
python-source = "src"
Expand Down

0 comments on commit 6f012a1

Please sign in to comment.