Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Urkem committed Sep 28, 2023
1 parent c2bdf97 commit f360bb3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 34 deletions.
63 changes: 32 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ pytest-cov = "^4.1.0"
coveralls = "^3.0.1"
pytest = "^7.4.0"
black = "22.12.0"
questionary = ">=1.5.1,<1.11.0"
questionary = ">=1.5.1,<2.1.0"
towncrier = "^23.6.0"
toml = "^0.10.0"
pep440-version-utils = "^0.3.0"
semantic_version = "^2.8.5"
mypy = "^1.4"
mypy = "^1.5"
sanic-testing = "^22.3.0, <22.9.0"

[tool.ruff.pydocstyle]
Expand All @@ -109,5 +109,5 @@ python_functions = "test_"
asyncio_mode = "auto"

[tool.poetry.group.dev.dependencies]
ruff = ">=0.0.256,<0.0.278"
ruff = ">=0.0.256,<0.0.286"
pytest-asyncio = "^0.21.0"

0 comments on commit f360bb3

Please sign in to comment.