Skip to content

Commit

Permalink
[ATO-3212] Housekeeping: Dependency Upgrades (#1192)
Browse files Browse the repository at this point in the history
* update pytest-asyncio

* update mypy + jinja2

* update urllib3

* update idna
  • Loading branch information
ancalita authored Jan 10, 2025
1 parent f94e4f4 commit 50a30b0
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 54 deletions.
121 changes: 69 additions & 52 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ towncrier = "^23.6.0"
toml = "^0.10.0"
pep440-version-utils = "^0.3.0"
semantic_version = "^2.8.5"
mypy = "^1.5"
mypy = "^1.14"
sanic-testing = "^22.12"

[tool.ruff.lint]
Expand All @@ -113,5 +113,5 @@ convention = "google"

[tool.poetry.group.dev.dependencies]
ruff = ">=0.3.5,<0.4.0"
pytest-asyncio = "^0.21.0"
pytest-asyncio = "^0.23.6"
types-protobuf = "4.25.0.20240417"

0 comments on commit 50a30b0

Please sign in to comment.