Skip to content

Commit

Permalink
build(deps): update bugfixes (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 3fef321 commit ea79598
Show file tree
Hide file tree
Showing 2 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 @@ -11,5 +11,5 @@ sphinxext-opengraph==0.9.1
sphinx-lint==0.9.1
sphinx-notfound-page==1.0.4
sphinx-reredirects==0.1.5
sphinx-tabs==3.4.5
sphinx-tabs==3.4.7
sphinx-toolbox==3.8.0
6 changes: 3 additions & 3 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.1",
"coverage[toml]==7.6.2",
"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.11.2",
"pyright==1.1.383",
"pyright==1.1.384",
"types-PyYAML",
"types-Pygments",
"types-colorama",
Expand All @@ -75,7 +75,7 @@ docs = [
"sphinx-notfound-page==1.0.4",
"sphinx-reredirects==0.1.5",
"sphinx-rtd-theme",
"sphinx-tabs==3.4.5",
"sphinx-tabs==3.4.7",
"sphinx-toolbox>=2.5.0",
]
release = [
Expand Down

0 comments on commit ea79598

Please sign in to comment.