Skip to content

Commit

Permalink
Merge pull request #652 from lazka/update-dev-deps-2
Browse files Browse the repository at this point in the history
poetry: update dev deps
  • Loading branch information
lazka authored Jun 28, 2024
2 parents f95d3ae + 2b01622 commit 169a474
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx>=6.0,<7.0
sphinx-rtd-theme>=1.0,<2.0
sphinx>=7.0,<8.0
sphinx-rtd-theme>=2.0,<3.0
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ authors = []
python = "^3.8.1"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
pytest = "^8.2"
hypothesis = "^6.50.1"
flake8 = "^6.1.0"
mypy = "1.5.1"
flake8 = "^7.1.0"
mypy = "1.10.1"
coverage = "^7.2.5"
Sphinx = "^6.2.1"
sphinx-rtd-theme = "^1.0.0"
Sphinx = "^7.1"
sphinx-rtd-theme = "^2.0.0"
sphinx-autobuild = "^2021.3.14"
setuptools = "^68.1.2"
setuptools = "^70.1.1"

[tool.poetry.group.fuzzing]
optional = true
Expand Down

0 comments on commit 169a474

Please sign in to comment.