Skip to content

Commit

Permalink
set fixed versions for renovatebot
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Drebenstedt <[email protected]>
  • Loading branch information
cutoffthetop authored May 16, 2024
1 parent 25c36c4 commit 76a2945
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions mex-{{ cookiecutter.project_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ urls = { Repository = "https://github.com/robert-koch-institut/mex-{{ cookiecutt
requires-python = "<3.13,>=3.11"
dependencies = []
optional-dependencies.dev = [
"black>=24.4.2",
"ipdb>=0.13.13",
"mypy>=1.10.0",
"black==24.4.2",
"ipdb==0.13.13",
"mypy==1.10.0",
"pytest-cov>=5.0.0",
"pytest-random-order>=1.1.1",
"pytest-xdist>=3.6.1",
"pytest>=8.2.0",
"ruff>=0.4.4",
"sphinx>=7.3.7",
"pytest-random-order==1.1.1",
"pytest-xdist==3.6.1",
"pytest==8.2.0",
"ruff==0.4.4",
"sphinx==7.3.7",
]

[project.scripts]
Expand Down Expand Up @@ -126,5 +126,5 @@ known-first-party = ["mex", "tests"]
convention = "google"

[build-system]
requires = ["pdm-backend>=2.3.0"]
requires = ["pdm-backend==2.3.0"]
build-backend = "pdm.backend"

0 comments on commit 76a2945

Please sign in to comment.