Skip to content
Open
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
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mypy-extensions==1.1.0
packaging==26.0
pathspec==1.0.3
pluggy==1.6.0
pygments==2.19.2
pygments==2.20.0
pytest==8.4.2 ; python_full_version < '3.10'
pytest==9.0.2 ; python_full_version >= '3.10'
pytest-qgis @ git+https://github.com/3liz/pytest-qgis.git@190a2859f0c0203b08a0de987cac29b1579ae9b5
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mdurl==0.1.2
mypy==1.19.1
mypy-extensions==1.1.0
pathspec==1.0.3
pygments==2.19.2
pygments==2.20.0
pyyaml==6.0.3
rich==14.2.0
ruff==0.14.13
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ iniconfig==2.1.0 ; python_full_version < '3.10'
iniconfig==2.3.0 ; python_full_version >= '3.10'
packaging==26.0
pluggy==1.6.0
pygments==2.19.2
pygments==2.20.0
pytest==8.4.2 ; python_full_version < '3.10'
pytest==9.0.2 ; python_full_version >= '3.10'
pytest-qgis @ git+https://github.com/3liz/pytest-qgis.git@190a2859f0c0203b08a0de987cac29b1579ae9b5
Expand Down
Loading