Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jan 20, 2025
1 parent 4e2da26 commit 173a885
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.19.2
sentry-sdk[flask]==2.20.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-lint
coverage[toml]==7.6.10
# via pytest-cov
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.19.2
sentry-sdk[flask]==2.20.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
six==1.17.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.19.2
sentry-sdk[flask]==2.20.0
# via -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
six==1.17.0
# via
Expand Down

0 comments on commit 173a885

Please sign in to comment.