-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Changes - clarify release step names - make python bound order consistent with deps - add PNGs to ignore files (for playwright testing) - update versions --------- Signed-off-by: Nicolas Drebenstedt <[email protected]> Co-authored-by: RKI | Metadata Exchange <[email protected]>
- Loading branch information
1 parent
bae8644
commit 382febf
Showing
10 changed files
with
20 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,17 @@ authors = [{ name = "MEx Team", email = "[email protected]" }] | |
readme = { file = "README.md", content-type = "text/markdown" } | ||
license = { file = "LICENSE" } | ||
urls = { Repository = "https://github.com/robert-koch-institut/mex-{{ cookiecutter.project_name }}" } | ||
requires-python = "<3.13,>=3.11" | ||
requires-python = ">=3.11,<3.13" | ||
dependencies = [] | ||
optional-dependencies.dev = [ | ||
"ipdb>=0.13.13,<1", | ||
"mypy>=1.11.0,<2", | ||
"mypy>=1.11.2,<2", | ||
"pytest-cov>=5.0.0,<6", | ||
"pytest-random-order>=1.1.1,<2", | ||
"pytest-xdist>=3.6.1,<4", | ||
"pytest>=8.3.1,<9", | ||
"ruff>=0.5.4,<1", | ||
"sphinx>=7.4.5,<8", | ||
"pytest>=8.3.3,<9", | ||
"ruff>=0.6.5,<1", | ||
"sphinx>=8.0.2,<9", | ||
] | ||
|
||
[project.scripts] | ||
|
@@ -129,5 +129,5 @@ known-first-party = ["mex", "tests"] | |
convention = "google" | ||
|
||
[build-system] | ||
requires = ["pdm-backend==2.3.3"] | ||
requires = ["pdm-backend==2.4.1"] | ||
build-backend = "pdm.backend" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cruft==2.15.0 | ||
mex-release @ git+https://github.com/robert-koch-institut/mex-release.git | ||
pdm==2.18.1 | ||
pdm==2.19.1 | ||
pre-commit==3.8.0 | ||
wheel==0.44.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cruft==2.15.0 | ||
mex-release @ git+https://github.com/robert-koch-institut/mex-release.git | ||
pdm==2.18.1 | ||
pdm==2.19.1 | ||
pre-commit==3.8.0 | ||
wheel==0.44.0 |