Skip to content

Commit

Permalink
Merge pull request #34697 from openedx/feanil/upgrade-faker-5cff751
Browse files Browse the repository at this point in the history
feat: Upgrade Python dependency faker
  • Loading branch information
feanil committed May 6, 2024
2 parents 28927da + 5ce580e commit 96f2105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ execnet==2.0.2
# pytest-xdist
factory-boy==3.3.0
# via -r requirements/edx/testing.txt
faker==24.14.0
faker==25.0.1
# via
# -r requirements/edx/testing.txt
# factory-boy
Expand Down Expand Up @@ -2062,7 +2062,6 @@ typing-extensions==4.9.0
# djangorestframework-stubs
# drf-spectacular
# edx-opaque-keys
# faker
# fastapi
# grimp
# import-linter
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ execnet==2.0.2
# via pytest-xdist
factory-boy==3.3.0
# via -r requirements/edx/testing.in
faker==24.14.0
faker==25.0.1
# via factory-boy
fastapi==0.109.2
# via pact-python
Expand Down Expand Up @@ -1513,7 +1513,6 @@ typing-extensions==4.9.0
# django-countries
# drf-spectacular
# edx-opaque-keys
# faker
# fastapi
# grimp
# import-linter
Expand Down

0 comments on commit 96f2105

Please sign in to comment.