Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 2, 2024
1 parent 707fded commit 314bdb9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ factory-boy==3.3.1
# -c requirements/constraints.txt
# -r requirements/doc.txt
# -r requirements/test.txt
faker==28.0.0
faker==28.1.0
# via
# -r requirements/doc.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -643,7 +643,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# snowflake-connector-python
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ factory-boy==3.3.1
# via
# -c requirements/constraints.txt
# -r requirements/doc.in
faker==28.0.0
faker==28.1.0
# via factory-boy
filelock==3.15.4
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/edx-platform-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ edx-drf-extensions==10.3.0
# edx-when
# edxval
# openedx-learning
edx-enterprise==4.23.9
edx-enterprise==4.23.14
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down Expand Up @@ -807,7 +807,7 @@ openedx-filters==1.9.0
# -r requirements/edx/kernel.in
# lti-consumer-xblock
# ora2
openedx-learning==0.11.1
openedx-learning==0.11.2
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/js_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ autocommand==2.2.2
# via jaraco-text
backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.7.4
certifi==2024.8.30
# via selenium
cheroot==10.0.1
# via cherrypy
Expand Down Expand Up @@ -67,7 +67,7 @@ python-dateutil==2.9.0.post0
# via tempora
pyyaml==6.0.2
# via jasmine
selenium==4.23.1
selenium==4.24.0
# via jasmine
six==1.16.0
# via python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ factory-boy==3.3.1
# via
# -c requirements/constraints.txt
# -r requirements/test.in
faker==28.0.0
faker==28.1.0
# via factory-boy
filelock==3.15.4
# via
Expand Down

0 comments on commit 314bdb9

Please sign in to comment.