Skip to content

Commit

Permalink
Fixed missing dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Feb 23, 2025
1 parent 4485a36 commit f409da3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Released: not yet

* Addressed safety issues up to 2025-01-29.

* Dev: Added missing dependencies for development.

* Test: Fixed the issue that coveralls was not found in the test workflow on MacOS
with Python 3.9-3.11, by running it without login shell. Added Python 3.11 on
MacOS to the normal tests.
Expand Down
2 changes: 2 additions & 0 deletions minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ imagesize==1.3.0
Jinja2==3.0.0; python_version == '3.6'
Jinja2==3.1.5; python_version >= '3.7'
keyring==17.0.0
levenshtein==0.25.1
MarkupSafe==2.0.0
more-itertools==5.0.0
pkginfo==1.4.2
Expand All @@ -216,6 +217,7 @@ requests==2.32.2; python_version >= '3.8'
requests-toolbelt==0.8.0
rfc3986==1.3.0
rich==12.0.0
roman-numerals-py==1.0.0; python_version >= '3.9' # used by Sphinx>=8.2.0
smmap==3.0.1
snowballstemmer==2.0.0
toml==0.10.0
Expand Down

0 comments on commit f409da3

Please sign in to comment.