Skip to content

Commit 826e797

Browse files
authored
Merge pull request #322 from openedx/repo-tools/upgrade-python-requirements-7f6401e
chore: Upgrade Python requirements
2 parents 7f6401e + ba582cf commit 826e797

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sphinx:
1212
build:
1313
os: ubuntu-22.04
1414
tools:
15-
python: "3.10"
15+
python: "3.11"
1616

1717
python:
1818
install:

requirements/base.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ click-plugins==1.1.1
4747
# via celery
4848
click-repl==0.3.0
4949
# via celery
50-
cryptography==43.0.3
50+
cryptography==44.0.0
5151
# via
5252
# -r requirements/base.in
5353
# oauthlib
@@ -100,7 +100,7 @@ prompt-toolkit==3.0.48
100100
# via click-repl
101101
pycparser==2.22
102102
# via cffi
103-
pyjwt[crypto]==2.10.0
103+
pyjwt[crypto]==2.10.1
104104
# via
105105
# github3-py
106106
# oauthlib

requirements/dev.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ click-plugins==1.1.1
6868
# via celery
6969
click-repl==0.3.0
7070
# via celery
71-
code-annotations==1.8.2
71+
code-annotations==2.0.0
7272
# via edx-lint
7373
coverage[toml]==7.6.8
7474
# via pytest-cov
75-
cryptography==43.0.3
75+
cryptography==44.0.0
7676
# via
7777
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
7878
# oauthlib
@@ -144,7 +144,7 @@ mypy==1.13.0
144144
# via -r requirements/dev.in
145145
mypy-extensions==1.0.0
146146
# via mypy
147-
nh3==0.2.18
147+
nh3==0.2.19
148148
# via readme-renderer
149149
oauthlib[signedtoken]==3.2.2
150150
# via
@@ -175,11 +175,11 @@ pygments==2.18.0
175175
# via
176176
# readme-renderer
177177
# sphinx
178-
pyjwt[crypto]==2.10.0
178+
pyjwt[crypto]==2.10.1
179179
# via
180180
# github3-py
181181
# oauthlib
182-
pylint==3.3.1
182+
pylint==3.3.2
183183
# via
184184
# edx-lint
185185
# pylint-celery

requirements/doc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jinja2==3.1.4
2525
# via sphinx
2626
markupsafe==3.0.2
2727
# via jinja2
28-
nh3==0.2.18
28+
nh3==0.2.19
2929
# via readme-renderer
3030
packaging==24.2
3131
# via sphinx

requirements/test.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ click-repl==0.3.0
5353
# via celery
5454
coverage[toml]==7.6.8
5555
# via pytest-cov
56-
cryptography==43.0.3
56+
cryptography==44.0.0
5757
# via
5858
# -r /home/runner/work/openedx-webhooks/openedx-webhooks/requirements/base.in
5959
# oauthlib
@@ -105,7 +105,7 @@ markupsafe==3.0.2
105105
# jinja2
106106
# sentry-sdk
107107
# werkzeug
108-
nh3==0.2.18
108+
nh3==0.2.19
109109
# via readme-renderer
110110
oauthlib[signedtoken]==3.2.2
111111
# via
@@ -129,11 +129,11 @@ pygments==2.18.0
129129
# via
130130
# readme-renderer
131131
# sphinx
132-
pyjwt[crypto]==2.10.0
132+
pyjwt[crypto]==2.10.1
133133
# via
134134
# github3-py
135135
# oauthlib
136-
pytest==8.3.3
136+
pytest==8.3.4
137137
# via
138138
# -r requirements/test.in
139139
# pytest-cov

0 commit comments

Comments
 (0)