Skip to content

Commit 9c89e95

Browse files
chore: Upgrade Python requirements (#192)
1 parent 40dfec5 commit 9c89e95

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ filelock==3.20.0
2424
# via
2525
# tox
2626
# virtualenv
27-
iniconfig==2.1.0
27+
iniconfig==2.3.0
2828
# via
2929
# -r requirements/test.txt
3030
# pytest
@@ -70,9 +70,9 @@ pyyaml==6.0.3
7070
# via
7171
# -r requirements/base.txt
7272
# -r requirements/test.txt
73-
tox==4.31.0
73+
tox==4.32.0
7474
# via -r requirements/dev.in
75-
virtualenv==20.35.3
75+
virtualenv==20.35.4
7676
# via tox
7777
wheel==0.45.1
7878
# via

requirements/pip.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ wheel==0.45.1
99

1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==25.2
12-
# via -r requirements/pip.in
12+
# via
13+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
14+
# -r requirements/pip.in
1315
setuptools==80.9.0
1416
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
iniconfig==2.1.0
7+
iniconfig==2.3.0
88
# via pytest
99
packaging==25.0
1010
# via pytest

0 commit comments

Comments
 (0)