Skip to content

Commit

Permalink
Merge pull request #360 from lazka/update-various-dev-deps
Browse files Browse the repository at this point in the history
poetry: update various dev deps
  • Loading branch information
lazka committed Feb 11, 2024
2 parents 47b9504 + 83fb5e1 commit 70bf138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx>=6.2.1,<7.0
sphinx-rtd-theme>=0.5,<2.0
sphinx-rtd-theme>=1.0,<3.0
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ python = "^3.8.1"
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
hypothesis = "^6.58.0"
mypy = {version = "1.3.0", markers = "platform_python_implementation != 'PyPy'"}
flake8 = "^6.0.0"
mypy = {version = "1.8.0", markers = "platform_python_implementation != 'PyPy'"}
flake8 = "^7.0.0"
Sphinx = "^6.2.1"
sphinx-rtd-theme = "^1.1.1"
sphinx-rtd-theme = "^2.0.0"
coverage = "^7.2.3"
sphinx-autobuild = "^2021.3.14"
setuptools = "^67.8.0"
setuptools = "^69.0.3"

[build-system]
requires = ["setuptools"]
Expand Down

0 comments on commit 70bf138

Please sign in to comment.