Skip to content

Commit

Permalink
Added missing indirect dependencies
Browse files Browse the repository at this point in the history
Details:

* Added some missing indirect dependencies for installation to the
  minimum-constraints.txt file.

Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Sep 25, 2024
1 parent e872555 commit 3f575f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Released: 2024-08-19

* Dev: Fixed new issue 'too-many-positional-arguments' reported by Pylint 3.3.0.

* Test: Added new indirect dependencies for package installation to the
minimum-constraints.txt file to make sure the package is tested with defined
minimum versions. (related to issue #623)

Version 1.7.0
^^^^^^^^^^^^^

Expand Down
8 changes: 8 additions & 0 deletions minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,18 @@ docopt==0.6.2
# idna>3 requires using requests >=2.26.0
idna==3.7
immutable-views==0.6.0
jsonschema-specifications==2023.03.6 # used by jsonschema>=4.18.0
MarkupSafe==2.0.0
nocasedict==1.0.2
python-dateutil==2.8.2
pytz==2019.1
referencing==0.28.4 # used by jsonschema>=4.18.0
requests==2.31.0; python_version <= '3.7'
requests==2.32.2; python_version >= '3.8'
rpds-py==0.7.1 # used by jsonschema>=4.18.0
ruamel.yaml.clib==0.2.8
stomp.py==4.1.23
typing-extensions==4.7.1
websocket-client==1.8.0
yamlloader==0.5.5
zipp==3.19.1 # Used in some combinations of Python version and package level

0 comments on commit 3f575f3

Please sign in to comment.