Skip to content

Commit

Permalink
build(deps-dev): bump the python-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 2 updates: [faker](https://github.com/joke2k/faker) and [ruff](https://github.com/astral-sh/ruff).


Updates `faker` from 33.1.0 to 33.3.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v33.1.0...v33.3.0)

Updates `ruff` from 0.8.4 to 0.8.6
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.4...0.8.6)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 923781b commit eb1752e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
47 changes: 24 additions & 23 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 @@ -62,7 +62,7 @@ django-celery-results = "2.5.1"
django-debug-toolbar = "4.4.5" # Can't be updated past 4.4.5 until django-graphiql-debug-toolbar is updated
django-graphiql-debug-toolbar = "0.2.0"
factory-boy = "3.3.1"
faker = "33.1.0"
faker = "33.3.0"
freezegun = "1.5.1"
html2text = "2024.2.26"
polib = "1.2.0"
Expand All @@ -76,7 +76,7 @@ pytest-xdist = "3.6.1"
[tool.poetry.group.lint.dependencies]
# Dependencies only required for linting.
pre-commit = "4.0.1"
ruff = "0.8.4"
ruff = "0.8.6"
ruff-lsp = "0.0.59"

[tool.poetry.plugins.pytest11]
Expand Down

0 comments on commit eb1752e

Please sign in to comment.