Skip to content

Commit ed116e0

Browse files
edx-requirements-botregisb
authored andcommitted
chore: Upgrade Python requirements
1 parent 71dc7dd commit ed116e0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pydocstyle==6.3.0
129129
# via -r requirements/quality.txt
130130
pygments==2.19.1
131131
# via diff-cover
132-
pylint==3.3.6
132+
pylint==3.3.7
133133
# via
134134
# -r requirements/quality.txt
135135
# edx-lint

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ certifi==2025.4.26
2424
# via requests
2525
cffi==1.17.1
2626
# via cryptography
27-
charset-normalizer==3.4.1
27+
charset-normalizer==3.4.2
2828
# via requests
2929
click==8.1.8
3030
# via -r requirements/test.txt
3131
coverage[toml]==7.8.0
3232
# via
3333
# -r requirements/test.txt
3434
# pytest-cov
35-
cryptography==44.0.2
35+
cryptography==44.0.3
3636
# via secretstorage
3737
django==4.2.20
3838
# via

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ pip==24.2
1212
# via
1313
# -c /home/runner/work/code-annotations/code-annotations/requirements/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==80.0.0
15+
setuptools==80.3.1
1616
# via -r requirements/pip.in

requirements/quality.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pycodestyle==2.13.0
7272
# via -r requirements/quality.in
7373
pydocstyle==6.3.0
7474
# via -r requirements/quality.in
75-
pylint==3.3.6
75+
pylint==3.3.7
7676
# via
7777
# edx-lint
7878
# pylint-celery

0 commit comments

Comments
 (0)