Skip to content

Commit

Permalink
Merge pull request #324 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-9bc8834

chore: Upgrade Python requirements
  • Loading branch information
feanil authored Dec 16, 2024
2 parents 9bc8834 + 60fca68 commit 9f337f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cachetools==5.5.0
# via -r requirements/base.in
celery==5.4.0
# via -r requirements/base.in
certifi==2024.8.30
certifi==2024.12.14
# via
# requests
# sentry-sdk
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cachetools==5.5.0
# 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
certifi==2024.8.30
certifi==2024.12.14
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -68,7 +68,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-lint
coverage[toml]==7.6.9
# via pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alabaster==1.0.0
# via sphinx
babel==2.16.0
# via sphinx
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cachetools==5.5.0
# 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
certifi==2024.8.30
certifi==2024.12.14
# via
# requests
# sentry-sdk
Expand Down

0 comments on commit 9f337f8

Please sign in to comment.