Skip to content

Commit

Permalink
feat: Upgrade Python dependency faker
Browse files Browse the repository at this point in the history
Routine requirement upgrade.  Doing it individually because there are too many changes in `make upgrade`.

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
  • Loading branch information
feanil authored and Feanil Patel committed May 6, 2024
1 parent e6610f5 commit 5ce580e
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 5ce580e

Please sign in to comment.