Skip to content

Commit

Permalink
chore(deps): update bugfixes (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 9a9e18b commit e4ad9ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ requires-python = ">=3.10"
dev = [
"build",
"pyyaml>=6.0.0",
"coverage[toml]==7.6.0",
"pytest==8.3.1",
"coverage[toml]==7.6.1",
"pytest==8.3.2",
"pytest-cov==5.0.0",
"pytest-mock==3.14.0",
"pytest-check>=2.0",
Expand All @@ -51,8 +51,8 @@ lint = [
"yamllint==1.35.1"
]
types = [
"mypy[reports]==1.11.0",
"pyright==1.1.372",
"mypy[reports]==1.11.1",
"pyright==1.1.375",
"types-PyYAML",
"types-Pygments",
"types-colorama",
Expand Down

0 comments on commit e4ad9ee

Please sign in to comment.