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
6 changes: 3 additions & 3 deletions .github/requirements-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ contourpy==1.3.2
# via matplotlib
cycler==0.12.1
# via matplotlib
exceptiongroup==1.3.0
exceptiongroup==1.3.1
# via pytest
execnet==2.1.2
# via pytest-xdist
fonttools==4.60.1
# via matplotlib
gemmi==0.7.3
gemmi==0.7.4
# via -r tests/requirements.in
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -56,7 +56,7 @@ pytest==9.0.1
# -r tests/requirements.in
# pytest-doctestplus
# pytest-xdist
pytest-doctestplus==1.5.0
pytest-doctestplus==1.6.0
# via -r tests/requirements.in
pytest-xdist==3.8.0
# via -r tests/requirements.in
Expand Down
4 changes: 2 additions & 2 deletions .github/requirements-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ execnet==2.1.2
# via pytest-xdist
fonttools==4.60.1
# via matplotlib
gemmi==0.7.3
gemmi==0.7.4
# via -r tests/requirements.in
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -54,7 +54,7 @@ pytest==9.0.1
# -r tests/requirements.in
# pytest-doctestplus
# pytest-xdist
pytest-doctestplus==1.5.0
pytest-doctestplus==1.6.0
# via -r tests/requirements.in
pytest-xdist==3.8.0
# via -r tests/requirements.in
Expand Down
4 changes: 2 additions & 2 deletions .github/requirements-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ execnet==2.1.2
# via pytest-xdist
fonttools==4.60.1
# via matplotlib
gemmi==0.7.3
gemmi==0.7.4
# via -r tests/requirements.in
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -54,7 +54,7 @@ pytest==9.0.1
# -r tests/requirements.in
# pytest-doctestplus
# pytest-xdist
pytest-doctestplus==1.5.0
pytest-doctestplus==1.6.0
# via -r tests/requirements.in
pytest-xdist==3.8.0
# via -r tests/requirements.in
Expand Down
4 changes: 2 additions & 2 deletions .github/requirements-3.13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ execnet==2.1.2
# via pytest-xdist
fonttools==4.60.1
# via matplotlib
gemmi==0.7.3
gemmi==0.7.4
# via -r tests/requirements.in
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -54,7 +54,7 @@ pytest==9.0.1
# -r tests/requirements.in
# pytest-doctestplus
# pytest-xdist
pytest-doctestplus==1.5.0
pytest-doctestplus==1.6.0
# via -r tests/requirements.in
pytest-xdist==3.8.0
# via -r tests/requirements.in
Expand Down
6 changes: 3 additions & 3 deletions .github/requirements-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
exceptiongroup==1.3.0
exceptiongroup==1.3.1
# via pytest
execnet==2.1.2
# via pytest-xdist
fonttools==4.60.1
# via matplotlib
gemmi==0.7.3
gemmi==0.7.4
# via -r tests/requirements.in
importlib-resources==6.5.2
# via matplotlib
Expand Down Expand Up @@ -58,7 +58,7 @@ pytest==8.4.2
# -r tests/requirements.in
# pytest-doctestplus
# pytest-xdist
pytest-doctestplus==1.5.0
pytest-doctestplus==1.6.0
# via -r tests/requirements.in
pytest-xdist==3.8.0
# via -r tests/requirements.in
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pygments==2.19.2
# sphinx
pytest==9.0.1
# via pytest-doctestplus
pytest-doctestplus==1.5.0
pytest-doctestplus==1.6.0
# via -r doc/requirements.in
requests==2.32.5
# via sphinx
Expand Down
Loading