Skip to content

Commit b6d9a4d

Browse files
authored
Merge pull request #256 from openedx/repo-tools/upgrade-python-requirements-8294bf1
chore: Upgrade Python requirements
2 parents 8294bf1 + 32ae1cd commit b6d9a4d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ codecov==2.1.13
1616
# via -r requirements/ci.in
1717
colorama==0.4.6
1818
# via tox
19-
coverage==7.6.12
19+
coverage==7.7.0
2020
# via codecov
2121
distlib==0.3.9
2222
# via virtualenv
23-
filelock==3.17.0
23+
filelock==3.18.0
2424
# via
2525
# tox
2626
# virtualenv

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ edx-lint==5.6.0
5858
# via
5959
# -r requirements/dev.in
6060
# -r requirements/quality.in
61-
filelock==3.17.0
61+
filelock==3.18.0
6262
# via
6363
# tox
6464
# virtualenv

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/help-tokens/help-tokens/requirements/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==76.0.0
15+
setuptools==76.1.0
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
asgiref==3.8.1
88
# via django
9-
coverage[toml]==7.6.12
9+
coverage[toml]==7.7.0
1010
# via pytest-cov
1111
# via
1212
# -c requirements/common_constraints.txt

0 commit comments

Comments
 (0)