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 dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# pip-compile-multi
#
build==1.2.1
# via -r requirements-packaging.in
# via -r dev_requirements/requirements-packaging.in
certifi==2024.7.4
# via requests
cffi==1.16.0
Expand Down Expand Up @@ -37,7 +37,7 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.3.0
more-itertools==10.4.0
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -70,7 +70,7 @@ rich==13.7.1
secretstorage==3.3.3
# via keyring
twine==5.1.1
# via -r requirements-packaging.in
# via -r dev_requirements/requirements-packaging.in
urllib3==2.2.2
# via
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lxml==5.2.1
# python-docx
# rebdhuhn
# svgutils
more-itertools==10.3.0
more-itertools==10.4.0
# via -r requirements.in
networkx==3.3
# via rebdhuhn
Expand Down