Skip to content
Closed
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 doc/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autodocsumm==0.2.12
furo==2024.5.6
autodocsumm==0.2.14
furo==2024.8.6
numpy>=1.26.4
sphinx==7.3.7
6 changes: 3 additions & 3 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==0.7.16
# via sphinx
autodocsumm==0.2.12
autodocsumm==0.2.14
# via -r doc/requirements.in
babel==2.15.0
# via sphinx
Expand All @@ -18,7 +18,7 @@ charset-normalizer==3.3.2
# via requests
docutils==0.21.2
# via sphinx
furo==2024.5.6
furo==2024.8.6
# via -r doc/requirements.in
idna==3.7
# via requests
Expand All @@ -28,7 +28,7 @@ jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
# via jinja2
numpy==2.0.0
numpy==2.1.2
# via -r doc/requirements.in
packaging==24.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements-legacy.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gemmi==0.6.3
gemmi==0.6.7
pytest==7.0.1
2 changes: 1 addition & 1 deletion tests/requirements-legacy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
attrs==22.2.0
# via pytest
gemmi==0.6.3
gemmi==0.6.7
# via -r tests/requirements-legacy.in
iniconfig==1.1.1
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gemmi==0.6.6
gemmi==0.6.7
pytest==8.2.1
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --strip-extras requirements.in
#
gemmi==0.6.6
gemmi==0.6.7
# via -r tests/requirements.in
iniconfig==2.0.0
# via pytest
Expand Down
Loading