Skip to content

Commit

Permalink
Bump faker from 19.3.0 to 21.0.0
Browse files Browse the repository at this point in the history
Bumps [faker](https://github.com/joke2k/faker) from 19.3.0 to 21.0.0.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v19.3.0...v21.0.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 17, 2023
1 parent 9ced118 commit 0ace4f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ docopt==0.6.2
# via coveralls
exceptiongroup==1.1.2
# via pytest
faker==19.3.0
faker==21.0.0
# via
# -r requirements/prod.txt
# faker-edu
Expand All @@ -66,6 +66,10 @@ filelock==3.12.2
# virtualenv
ghp-import==2.1.0
# via mkdocs
greenlet==3.0.2
# via
# -r requirements/prod.txt
# sqlalchemy
gvgen==1.0
# via -r requirements/prod.txt
identify==2.5.26
Expand Down
4 changes: 3 additions & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charset-normalizer==3.2.0
# via requests
click==8.1.6
# via -r requirements/prod.in
faker==19.3.0
faker==21.0.0
# via
# -r requirements/prod.in
# faker-edu
Expand All @@ -19,6 +19,8 @@ faker-edu==1.0.0
# via -r requirements/prod.in
faker-nonprofit==1.0.0
# via -r requirements/prod.in
greenlet==3.0.2
# via sqlalchemy
gvgen==1.0
# via -r requirements/prod.in
idna==3.4
Expand Down

0 comments on commit 0ace4f5

Please sign in to comment.