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 Oct 21, 2024
1 parent 0909a43 commit d01da75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/.sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sphinx-lint==1.0.0
sphinx-notfound-page==1.0.4
sphinx-reredirects==0.1.5
sphinx-tabs==3.4.7
sphinx-toolbox==3.8.0
sphinx-toolbox==3.8.1
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires-python = ">=3.10"
dev = [
"build",
"pyyaml>=6.0.0",
"coverage[toml]==7.6.2",
"coverage[toml]==7.6.3",
"pytest==8.3.3",
"pytest-cov==5.0.0",
"pytest-mock==3.14.0",
Expand All @@ -52,7 +52,7 @@ lint = [
]
types = [
"mypy[reports]==1.12.0",
"pyright==1.1.384",
"pyright==1.1.385",
"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.4.1
tox-gh==1.4.4
# 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 d01da75

Please sign in to comment.