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 #320

Closed
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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
amqp==5.2.0
amqp==5.3.1
# via kombu
arrow==1.3.0
# via -r requirements/base.in
Expand Down Expand Up @@ -56,7 +56,7 @@ defusedxml==0.7.1
# via jira
face==24.0.0
# via glom
flask==3.0.3
flask==3.1.0
# via
# -r requirements/base.in
# flask-sslify
Expand Down Expand Up @@ -100,7 +100,7 @@ prompt-toolkit==3.0.48
# via click-repl
pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# github3-py
# oauthlib
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==1.0.0
# via sphinx
amqp==5.2.0
amqp==5.3.1
# via kombu
arrow==1.3.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
Expand Down Expand Up @@ -68,9 +68,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.8.0
code-annotations==1.8.1
# via edx-lint
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via pytest-cov
cryptography==43.0.3
# via
Expand All @@ -90,7 +90,7 @@ edx-lint==5.4.1
# via -r requirements/dev.in
face==24.0.0
# via glom
flask==3.0.3
flask==3.1.0
# via
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
# flask-sslify
Expand Down Expand Up @@ -175,7 +175,7 @@ pygments==2.18.0
# via
# readme-renderer
# sphinx
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# github3-py
# oauthlib
Expand Down Expand Up @@ -273,7 +273,7 @@ sphinx==8.1.3
# sphinx-rtd-theme
# sphinxcontrib-httpdomain
# sphinxcontrib-jquery
sphinx-rtd-theme==3.0.1
sphinx-rtd-theme==3.0.2
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand Down Expand Up @@ -339,5 +339,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
setuptools==75.3.0
setuptools==75.5.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sphinx==8.1.3
# sphinx-rtd-theme
# sphinxcontrib-httpdomain
# sphinxcontrib-jquery
sphinx-rtd-theme==3.0.1
sphinx-rtd-theme==3.0.2
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ wheel==0.45.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via pip-tools
setuptools==75.3.0
setuptools==75.5.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.5.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==1.0.0
# via sphinx
amqp==5.2.0
amqp==5.3.1
# via kombu
arrow==1.3.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
Expand Down Expand Up @@ -51,7 +51,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via pytest-cov
cryptography==43.0.3
# via
Expand All @@ -67,7 +67,7 @@ docutils==0.21.2
# sphinx-rtd-theme
face==24.0.0
# via glom
flask==3.0.3
flask==3.1.0
# via
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
# flask-sslify
Expand Down Expand Up @@ -129,7 +129,7 @@ pygments==2.18.0
# via
# readme-renderer
# sphinx
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# github3-py
# oauthlib
Expand Down Expand Up @@ -196,7 +196,7 @@ sphinx==8.1.3
# sphinx-rtd-theme
# sphinxcontrib-httpdomain
# sphinxcontrib-jquery
sphinx-rtd-theme==3.0.1
sphinx-rtd-theme==3.0.2
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand Down
Loading