Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump faker from 19.3.0 to 22.0.0 #994

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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==22.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.3
# 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==22.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.3
# via sqlalchemy
gvgen==1.0
# via -r requirements/prod.in
idna==3.4
Expand Down
Loading