Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman authored Jan 13, 2025
2 parents 685115b + e9899d6 commit 870f1fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/authentication/azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mypy = "^1.11.2"
pytest = "^8.3.2"
pytest-asyncio = ">=0.24,<0.26"
pytest-mock = "^3.14.0"
poetry-plugin-mono-repo-deps = "^0.2.1"
poetry-plugin-mono-repo-deps = ">=0.2.1,<0.4.0"

[mypy]
warn_unused_configs = true
Expand Down
2 changes: 1 addition & 1 deletion packages/http/httpx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mypy = "^1.11.2"
pytest = "^8.3.2"
pytest-asyncio = ">=0.24,<0.26"
pytest-mock = "^3.14.0"
poetry-plugin-mono-repo-deps = "^0.2.1"
poetry-plugin-mono-repo-deps = ">=0.2.1,<0.4.0"

[tool.mypy]
warn_unused_configs = true
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/form/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pylint = "^3.2.7"
mypy = "^1.11.2"
pytest = "^8.3.2"
pytest-asyncio = ">=0.24,<0.26"
poetry-plugin-mono-repo-deps = "^0.2.1"
poetry-plugin-mono-repo-deps = ">=0.2.1,<0.4.0"
types-python-dateutil = "^2.9.0.20240906"

[tool.mypy]
Expand Down

0 comments on commit 870f1fb

Please sign in to comment.