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 Dec 2, 2024
1 parent 7f6401e commit 9844ee8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/base.in
# oauthlib
Expand Down Expand Up @@ -100,7 +100,7 @@ prompt-toolkit==3.0.48
# via click-repl
pycparser==2.22
# via cffi
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# github3-py
# oauthlib
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-lint
coverage[toml]==7.6.8
# via pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
# oauthlib
Expand Down Expand Up @@ -144,7 +144,7 @@ mypy==1.13.0
# via -r requirements/dev.in
mypy-extensions==1.0.0
# via mypy
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
oauthlib[signedtoken]==3.2.2
# via
Expand Down Expand Up @@ -175,11 +175,11 @@ pygments==2.18.0
# via
# readme-renderer
# sphinx
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# github3-py
# oauthlib
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jinja2==3.1.4
# via sphinx
markupsafe==3.0.2
# via jinja2
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
packaging==24.2
# via sphinx
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ click-repl==0.3.0
# via celery
coverage[toml]==7.6.8
# via pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
# oauthlib
Expand Down Expand Up @@ -105,7 +105,7 @@ markupsafe==3.0.2
# jinja2
# sentry-sdk
# werkzeug
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
oauthlib[signedtoken]==3.2.2
# via
Expand All @@ -129,11 +129,11 @@ pygments==2.18.0
# via
# readme-renderer
# sphinx
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# github3-py
# oauthlib
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 9844ee8

Please sign in to comment.