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

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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ boltons==25.0.0
# via
# face
# glom
cachetools==5.5.1
cachetools==5.5.2
# via -r requirements/base.in
celery==5.4.0
# via -r requirements/base.in
Expand Down Expand Up @@ -126,7 +126,7 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.21.0
sentry-sdk[flask]==2.22.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down
10 changes: 6 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ boltons==25.0.0
# glom
build==1.2.2.post1
# via pip-tools
cachetools==5.5.1
cachetools==5.5.2
# 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 @@ -254,11 +254,13 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
roman-numerals-py==3.1.0
# via sphinx
schema==0.7.7
# via repo-tools-data-schema
scriv==1.5.1
# via -r requirements/dev.in
sentry-sdk[flask]==2.21.0
sentry-sdk[flask]==2.22.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
six==1.17.0
# via
Expand All @@ -267,7 +269,7 @@ six==1.17.0
# sphinxcontrib-httpdomain
snowballstemmer==2.2.0
# via sphinx
sphinx==8.1.3
sphinx==8.2.1
# via
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/doc.in
# sphinx-rtd-theme
Expand All @@ -291,7 +293,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.4.0
stevedore==5.4.1
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down
4 changes: 3 additions & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ readme-renderer==44.0
# via -r requirements/doc.in
requests==2.32.3
# via sphinx
roman-numerals-py==3.1.0
# via sphinx
six==1.17.0
# via sphinxcontrib-httpdomain
snowballstemmer==2.2.0
# via sphinx
sphinx==8.1.3
sphinx==8.2.1
# via
# -r requirements/doc.in
# sphinx-rtd-theme
Expand Down
8 changes: 5 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ boltons==25.0.0
# via
# face
# glom
cachetools==5.5.1
cachetools==5.5.2
# 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 @@ -180,17 +180,19 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
roman-numerals-py==3.1.0
# via sphinx
schema==0.7.7
# via repo-tools-data-schema
sentry-sdk[flask]==2.21.0
sentry-sdk[flask]==2.22.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
six==1.17.0
# via
# python-dateutil
# sphinxcontrib-httpdomain
snowballstemmer==2.2.0
# via sphinx
sphinx==8.1.3
sphinx==8.2.1
# via
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/doc.in
# sphinx-rtd-theme
Expand Down