Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #341

Merged
merged 2 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.3.1
# via kombu
arrow==1.3.0
# via -r requirements/base.in
attrs==24.3.0
attrs==25.1.0
# via glom
billiard==4.2.1
# via celery
Expand All @@ -21,7 +21,7 @@ boltons==24.1.0
# via
# face
# glom
cachetools==5.5.0
cachetools==5.5.1
# via -r requirements/base.in
celery==5.4.0
# via -r requirements/base.in
Expand Down Expand Up @@ -96,7 +96,7 @@ packaging==24.2
# jira
pillow==11.1.0
# via jira
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via click-repl
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -134,7 +134,7 @@ types-python-dateutil==2.9.0.20241206
# via arrow
typing-extensions==4.12.2
# via jira
tzdata==2024.2
tzdata==2025.1
# via
# celery
# kombu
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ astroid==3.3.8
# via
# pylint
# pylint-celery
attrs==24.3.0
attrs==25.1.0
# via
# glom
# scriv
Expand All @@ -33,7 +33,7 @@ boltons==24.1.0
# glom
build==1.2.2.post1
# via pip-tools
cachetools==5.5.0
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
Expand Down Expand Up @@ -86,7 +86,7 @@ docutils==0.21.2
# readme-renderer
# sphinx
# sphinx-rtd-theme
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/dev.in
face==24.0.0
# via glom
Expand Down Expand Up @@ -167,7 +167,7 @@ platformdirs==4.3.6
# via pylint
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via click-repl
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -309,7 +309,7 @@ typing-extensions==4.12.2
# via
# jira
# mypy
tzdata==2024.2
tzdata==2025.1
# via
# celery
# kombu
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
pip==25.0
# via pip-tools
setuptools==75.8.0
# via pip-tools
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ amqp==5.3.1
# via kombu
arrow==1.3.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
attrs==24.3.0
attrs==25.1.0
# via glom
babel==2.16.0
# via sphinx
Expand All @@ -25,7 +25,7 @@ boltons==24.1.0
# via
# face
# glom
cachetools==5.5.0
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
Expand Down Expand Up @@ -121,7 +121,7 @@ pillow==11.1.0
# via jira
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via click-repl
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -218,7 +218,7 @@ types-python-dateutil==2.9.0.20241206
# via arrow
typing-extensions==4.12.2
# via jira
tzdata==2024.2
tzdata==2025.1
# via
# celery
# kombu
Expand Down