Skip to content

Commit

Permalink
chore: Bump faker from 30.10.0 to 33.1.0
Browse files Browse the repository at this point in the history
Bumps [faker](https://github.com/joke2k/faker) from 30.10.0 to 33.1.0.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v30.10.0...v33.1.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 4f4b9c7 commit 5fae422
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.9"
faker = {version = "~=30.0", optional = true}
faker = {version = "~=33.1", optional = true}
psycopg = {extras = ["binary"], version = "3.2.3"}
psycopg2-binary = "2.9.10"
sqlalchemy = "~=2.0"
Expand Down

0 comments on commit 5fae422

Please sign in to comment.