Skip to content
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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.31.0
tox==4.32.0
# via -r requirements/ci.in
virtualenv==20.35.3
virtualenv==20.35.4
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ filelock==3.20.0
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.142.1
hypothesis==6.144.0
# via -r requirements/doc.txt
idna==3.11
# via
Expand Down Expand Up @@ -145,7 +145,7 @@ mypy-extensions==1.1.0
# via
# -r requirements/doc.txt
# mypy
nh3==0.3.1
nh3==0.3.2
# via
# -r requirements/doc.txt
# readme-renderer
Expand Down Expand Up @@ -311,7 +311,7 @@ tomlkit==0.13.3
# via
# -r requirements/doc.txt
# pylint
tox==4.31.0
tox==4.32.0
# via -r requirements/ci.txt
typing-extensions==4.15.0
# via
Expand All @@ -323,7 +323,7 @@ urllib3==2.5.0
# via
# -r requirements/doc.txt
# requests
virtualenv==20.35.3
virtualenv==20.35.4
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.142.1
hypothesis==6.144.0
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.142.1
hypothesis==6.144.0
# via -r requirements/test.txt
idna==3.11
# via requests
Expand Down Expand Up @@ -101,7 +101,7 @@ mypy-extensions==1.1.0
# via
# -r requirements/test.txt
# mypy
nh3==0.3.1
nh3==0.3.2
# via readme-renderer
packaging==25.0
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ wheel==0.45.1

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via -r requirements/pip.in
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.142.1
hypothesis==6.144.0
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand Down