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 Feb 3, 2025
1 parent 9444aba commit 064070c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cachetools==5.5.1
# via -r requirements/base.in
celery==5.4.0
# via -r requirements/base.in
certifi==2024.12.14
certifi==2025.1.31
# via
# requests
# sentry-sdk
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ attrs==25.1.0
# via
# glom
# scriv
babel==2.16.0
babel==2.17.0
# via sphinx
billiard==4.2.1
# via celery
Expand All @@ -37,7 +37,7 @@ cachetools==5.5.1
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
celery==5.4.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
certifi==2024.12.14
certifi==2025.1.31
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -111,7 +111,7 @@ imagesize==1.4.1
# via sphinx
iniconfig==2.0.0
# via pytest
isort==5.13.2
isort==6.0.0
# via
# -r requirements/dev.in
# pylint
Expand Down Expand Up @@ -179,7 +179,7 @@ pyjwt[crypto]==2.10.1
# via
# github3-py
# oauthlib
pylint==3.3.3
pylint==3.3.4
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -223,7 +223,7 @@ python-dotenv==1.0.1
# via -r requirements/dev.in
python-slugify==8.0.4
# via code-annotations
pytz==2024.2
pytz==2025.1
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/test.in
pyyaml==6.0.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
alabaster==1.0.0
# via sphinx
babel==2.16.0
babel==2.17.0
# via sphinx
certifi==2024.12.14
certifi==2025.1.31
# via requests
charset-normalizer==3.4.1
# via requests
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ arrow==1.3.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
attrs==25.1.0
# via glom
babel==2.16.0
babel==2.17.0
# via sphinx
billiard==4.2.1
# via celery
Expand All @@ -29,7 +29,7 @@ cachetools==5.5.1
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
celery==5.4.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
certifi==2024.12.14
certifi==2025.1.31
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -151,7 +151,7 @@ python-dateutil==2.9.0.post0
# celery
# freezegun
# github3-py
pytz==2024.2
pytz==2025.1
# via -r requirements/test.in
pyyaml==6.0.2
# via
Expand Down

0 comments on commit 064070c

Please sign in to comment.