Skip to content

Commit ee8fb34

Browse files
committed
Update all the versions to the latest
1 parent 2426bde commit ee8fb34

File tree

3 files changed

+216
-86
lines changed

3 files changed

+216
-86
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@ dmypy.json
137137
# behave
138138
pretty.output
139139
allure_report/
140+

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ requires-python = ">=3.13"
66
dependencies = []
77
authors = [
88
{name = "Pradeep Bashyal", email = "[email protected]"},
9-
{name = "Another person"},
10-
{email = "[email protected]"},
9+
{name = "NMDP Person"},
10+
{email = "[email protected]"},
1111
]
1212
maintainers = [
1313
{name = "Pradeep Bashyal", email = "[email protected]"},
@@ -45,19 +45,19 @@ Changelog = "https://github.com/nmdp-bioinformatics/nmdp-python-project-template
4545
dev = [
4646
"pre-commit>=4.2.0",
4747
"ruff>=0.11.11",
48-
"allure-behave==2.13.2",
49-
"coverage==7.4.1",
48+
"allure-behave==2.15.0",
49+
"coverage==7.10.6",
5050
]
5151

5252
test = [
53-
"pytest==8.0.0",
54-
"behave==1.2.6",
53+
"pytest==8.4.2",
54+
"behave==1.3.3",
5555
"pyhamcrest==2.1.0",
5656
]
5757

5858
deploy=[
59-
"connexion[swagger-ui]==2.14.2",
60-
"gunicorn==21.2.0"
59+
"connexion[swagger-ui]==3.2.0",
60+
"gunicorn==23.0.0"
6161
]
6262

6363
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)