Skip to content

Commit

Permalink
Merge pull request #19 from a5chin/feature/pytest-8.2.2
Browse files Browse the repository at this point in the history
chore(rye): bump pytest from 8.2.1 to 8.2.2
  • Loading branch information
a5chin authored Jun 12, 2024
2 parents 4380c3d + 8c55599 commit f313ada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires-python = ">= 3.12"
[tool.rye]
managed = true
dev-dependencies = [
"pytest>=8.2.1",
"pytest>=8.2.2",
"pre-commit>=3.7.0",
"ruff>=0.4.7",
]
4 changes: 2 additions & 2 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ identify==2.5.36
# via pre-commit
iniconfig==2.0.0
# via pytest
nodeenv==1.9.0
nodeenv==1.9.1
# via pre-commit
packaging==24.0
# via pytest
Expand All @@ -28,7 +28,7 @@ platformdirs==4.2.2
pluggy==1.5.0
# via pytest
pre-commit==3.7.1
pytest==8.2.1
pytest==8.2.2
pyyaml==6.0.1
# via pre-commit
ruff==0.4.7
Expand Down

0 comments on commit f313ada

Please sign in to comment.