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

Merged
merged 2 commits into from
Dec 3, 2024
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 .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.11"

python:
install:
Expand Down
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
Loading