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

Merged
merged 1 commit into from
Nov 25, 2024
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 @@ -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 All @@ -126,7 +126,7 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.18.0
sentry-sdk[flask]==2.19.0
# via -r requirements/base.in
six==1.16.0
# via python-dateutil
Expand Down
20 changes: 10 additions & 10 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.2
# via edx-lint
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# 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 @@ -258,7 +258,7 @@ schema==0.7.7
# via repo-tools-data-schema
scriv==1.5.1
# via -r requirements/dev.in
sentry-sdk[flask]==2.18.0
sentry-sdk[flask]==2.19.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
six==1.16.0
# via
Expand All @@ -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 All @@ -291,7 +291,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.3.0
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down Expand Up @@ -331,13 +331,13 @@ wcwidth==0.2.13
# via prompt-toolkit
werkzeug==3.1.3
# via flask
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
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.6.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
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# 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.6.0
# via pip-tools
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
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.6.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 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.8
# 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 @@ -182,7 +182,7 @@ requests-toolbelt==1.0.0
# via jira
schema==0.7.7
# via repo-tools-data-schema
sentry-sdk[flask]==2.18.0
sentry-sdk[flask]==2.19.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
six==1.16.0
# via
Expand All @@ -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