Skip to content

Commit

Permalink
Merge pull request #14 from a5chin/feature/pytest-8.2.1
Browse files Browse the repository at this point in the history
chore(rye): bump pytest from 8.2.0 to 8.2.1
  • Loading branch information
a5chin authored May 21, 2024
2 parents 1c6c420 + 02e8f86 commit 5b836e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.0",
"pytest>=8.2.1",
"pre-commit>=3.7.0",
"ruff>=0.4.4",
]
8 changes: 4 additions & 4 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ nodeenv==1.8.0
# via pre-commit
packaging==24.0
# via pytest
platformdirs==4.2.1
platformdirs==4.2.2
# via virtualenv
pluggy==1.5.0
# via pytest
pre-commit==3.7.1
pytest==8.2.0
pytest==8.2.1
pyyaml==6.0.1
# via pre-commit
ruff==0.4.4
setuptools==69.5.1
setuptools==70.0.0
# via nodeenv
virtualenv==20.26.1
virtualenv==20.26.2
# via pre-commit

0 comments on commit 5b836e2

Please sign in to comment.