Skip to content

Commit

Permalink
chore(deps): bump faker from 22.6.0 to 23.1.0 (meltano#2229)
Browse files Browse the repository at this point in the history
Bumps [faker](https://github.com/joke2k/faker) from 22.6.0 to 23.1.0.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v22.6.0...v23.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent e0c78e5 commit b7b8d15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -91,7 +91,7 @@ pytest = {version=">=7.2.1", optional = true}
pytest-durations = {version = ">=1.2.0", optional = true}

# installed as optional 'faker' extra
faker = {version = "~=22.5", optional = true}
faker = {version = ">=22.5,<24.0", optional = true}

[tool.poetry.extras]
docs = [
Expand Down

0 comments on commit b7b8d15

Please sign in to comment.