Skip to content

Commit

Permalink
feat: bump the dev-dependencies group with 3 updates (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 918cfbd commit 66b699a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
52 changes: 26 additions & 26 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 @@ -30,16 +30,16 @@ sentry-sdk = "2.19.0"

[tool.poetry.group.dev.dependencies]
coverage = "7.6.8"
Faker = "33.0.0"
Faker = "33.1.0"
factory-boy = "3.3.1"
pytest = "8.3.3"
pytest = "8.3.4"
pytest-django = "4.9.0"
pytest-localserver = "0.9.0.post0"
pytest-cov = "6.0.0"
pytest-repeat = "0.9.3"
mypy = "1.13.0"
types-pytz = "2024.2.0.20241003"
ruff = "0.8.0" # also update the version in github workflows and .pre-commit-config.yaml
ruff = "0.8.1" # also update the version in github workflows and .pre-commit-config.yaml

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 66b699a

Please sign in to comment.