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

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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.17.0
sentry-sdk[flask]==2.18.0
# via -r requirements/base.in
six==1.16.0
# via python-dateutil
Expand Down
20 changes: 3 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ alabaster==1.0.0
amqp==5.2.0
# via kombu
arrow==1.3.0
# via
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
# rq-dashboard
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
astroid==3.3.5
# via
# pylint
Expand Down Expand Up @@ -59,7 +57,6 @@ click==8.1.7
# edx-lint
# flask
# pip-tools
# rq
# scriv
click-didyoumean==0.3.1
# via celery
Expand Down Expand Up @@ -97,7 +94,6 @@ flask==3.0.3
# via
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
# flask-sslify
# rq-dashboard
# sentry-sdk
flask-sslify==0.1.5
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
Expand Down Expand Up @@ -237,13 +233,7 @@ pyyaml==6.0.2
readme-renderer==44.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/doc.in
redis==5.2.0
# via
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
# redis-sentinel-url
# rq
# rq-dashboard
redis-sentinel-url==1.0.1
# via rq-dashboard
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
repo-tools-data-schema @ git+https://github.com/openedx/repo-tools-data-schema.git
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/test.in
requests==2.32.3
Expand All @@ -264,15 +254,11 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
rq==2.0.0
# via rq-dashboard
rq-dashboard==0.8.2.2
# via -r requirements/dev.in
schema==0.7.7
# via repo-tools-data-schema
scriv==1.5.1
# via -r requirements/dev.in
sentry-sdk[flask]==2.17.0
sentry-sdk[flask]==2.18.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
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.17.0
sentry-sdk[flask]==2.18.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
six==1.16.0
# via
Expand Down
Loading