Skip to content

Commit eebabbf

Browse files
committed
Fix tests
1 parent 10cbc08 commit eebabbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/project_generator.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ fn build_latest_dev_dependencies(is_application: bool, download_latest_packages:
306306
},
307307
PythonPackageVersion {
308308
name: "pytest".to_string(),
309-
version: "7.4.1".to_string(),
309+
version: "7.4.2".to_string(),
310310
},
311311
PythonPackageVersion {
312312
name: "pytest-cov".to_string(),
@@ -870,7 +870,7 @@ python = "^{}"
870870
black = "23.7.0"
871871
mypy = "1.5.1"
872872
pre-commit = "3.3.3"
873-
pytest = "7.4.1"
873+
pytest = "7.4.2"
874874
pytest-cov = "4.1.0"
875875
ruff = "0.0.287"
876876
tomli = {{version = "2.0.1", python = "<3.11"}}
@@ -994,7 +994,7 @@ python = "^{}"
994994
black = "23.7.0"
995995
mypy = "1.5.1"
996996
pre-commit = "3.3.3"
997-
pytest = "7.4.1"
997+
pytest = "7.4.2"
998998
pytest-cov = "4.1.0"
999999
ruff = "0.0.287"
10001000
tomli = {{version = "2.0.1", python = "<3.11"}}
@@ -1241,7 +1241,7 @@ python = "^{}"
12411241
black = ">=23.7.0"
12421242
mypy = ">=1.5.1"
12431243
pre-commit = ">=3.3.3"
1244-
pytest = ">=7.4.1"
1244+
pytest = ">=7.4.2"
12451245
pytest-cov = ">=4.1.0"
12461246
ruff = ">=0.0.287"
12471247
tomli = {{version = ">=2.0.1", python = "<3.11"}}

0 commit comments

Comments
 (0)