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 Jun 18, 2024
1 parent 82e6b3b commit d7ba986
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ markupsafe==2.1.5
# jinja2
# mako
# xblock
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
openedx-events==9.10.0
# via event-tracking
Expand Down Expand Up @@ -189,7 +189,7 @@ tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via requests
vine==5.1.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ faker==25.8.0
# via factory-boy
fastavro==1.9.4
# via openedx-events
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -223,7 +223,7 @@ more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
nh3==0.2.17
# via readme-renderer
Expand Down Expand Up @@ -259,7 +259,7 @@ prompt-toolkit==3.0.47
# via click-repl
psutil==5.9.8
# via edx-django-utils
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -390,7 +390,7 @@ tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via
# requests
# twine
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ markupsafe==2.1.5
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
openedx-events==9.10.0
# via event-tracking
Expand Down Expand Up @@ -291,7 +291,7 @@ tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via requests
vine==5.1.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
nh3==0.2.17
# via readme-renderer
Expand All @@ -211,7 +211,7 @@ prompt-toolkit==3.0.47
# via click-repl
psutil==5.9.8
# via edx-django-utils
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -328,7 +328,7 @@ tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via
# requests
# twine
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ markupsafe==2.1.5
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
openedx-events==9.10.0
# via event-tracking
Expand Down Expand Up @@ -221,7 +221,7 @@ tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via requests
vine==5.1.0
# via
Expand Down

0 comments on commit d7ba986

Please sign in to comment.