Skip to content

Commit

Permalink
build(deps): update bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent c3f2ac3 commit 52fdd15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dev = [
"build",
"pyyaml>=6.0.0",
"coverage[toml]==7.6.1",
"pytest==8.3.2",
"pytest==8.3.3",
"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.1",
"pyright==1.1.375",
"mypy[reports]==1.11.2",
"pyright==1.1.380",
"types-PyYAML",
"types-Pygments",
"types-colorama",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requires =
# renovate: datasource=pypi
tox-ignore-env-name-mismatch>=0.2.0.post2
# renovate: datasource=pypi
tox-gh==1.3.2
tox-gh==1.3.3
# Allow tox to access the user's $TMPDIR environment variable if set.
# This workaround is required to avoid circular dependencies for TMPDIR,
# since tox will otherwise attempt to use the environment's TMPDIR variable.
Expand Down

0 comments on commit 52fdd15

Please sign in to comment.