Skip to content

Commit

Permalink
Merge pull request #999 from RasaHQ/dependency-upgrades-47
Browse files Browse the repository at this point in the history
Dependency upgrades 47
  • Loading branch information
Urkem authored Jun 29, 2023
2 parents 871414c + 9d8b36c commit 559141f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 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 @@ -85,9 +85,9 @@ websockets = ">=10.0,<11.0"
pluggy = "^1.0.0"

[tool.poetry.dev-dependencies]
pytest-cov = "^4.0.0"
pytest-cov = "^4.1.0"
coveralls = "^3.0.1"
pytest = "^7.3.1"
pytest = "^7.4.0"
black = "22.12.0"
questionary = ">=1.5.1,<1.11.0"
towncrier = "^22.8.0"
Expand All @@ -105,5 +105,5 @@ python_functions = "test_"
asyncio_mode = "auto"

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

0 comments on commit 559141f

Please sign in to comment.