Skip to content

Commit

Permalink
Merge pull request #983 from RasaHQ/dependency-upgrades-44
Browse files Browse the repository at this point in the history
Dependency Upgrades (Sprint 44)
  • Loading branch information
vcidst authored May 26, 2023
2 parents 49816f8 + f17b009 commit cc0d6ad
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 55 deletions.
84 changes: 32 additions & 52 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 @@ -87,14 +87,14 @@ pluggy = "^1.0.0"
[tool.poetry.dev-dependencies]
pytest-cov = "^4.0.0"
coveralls = "^3.0.1"
pytest = "^7.2.1"
pytest = "^7.3.1"
black = "22.12.0"
questionary = ">=1.5.1,<1.11.0"
towncrier = "^22.8.0"
toml = "^0.10.0"
pep440-version-utils = "^0.3.0"
semantic_version = "^2.8.5"
mypy = "^1.1"
mypy = "^1.3"
sanic-testing = "^22.3.0, <22.9.0"

[tool.pytest.ini_options]
Expand All @@ -105,5 +105,5 @@ asyncio_mode = "auto"
convention = "google"

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

0 comments on commit cc0d6ad

Please sign in to comment.