Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into drop-python-3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurio committed Jan 5, 2024
2 parents 8bf7852 + 9af72a5 commit 1b0d6d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 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 @@ -96,7 +96,7 @@ pydantic = ">=2.0.0,<3.0.0"
python = ">=3.9,<4.0"

[tool.poetry.dev-dependencies]
Faker = "^20.0.0"
Faker = "^22.0.0"
SQLAlchemy-Utils = "^0.41.0"
aiosqlite = "^0.19.0"
bandit = "^1.7.5"
Expand Down Expand Up @@ -132,7 +132,7 @@ all = ["mongoengine", "SQLAlchemy"]
[tool.poetry.group.dev.dependencies]
nox = "^2023.0.0"
ruff = "^0.1.0"
urllib3 = "<=2.0"
urllib3 = "<=2.1.0"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 1b0d6d9

Please sign in to comment.