Skip to content

Commit

Permalink
Dependabot fixes (#56)
Browse files Browse the repository at this point in the history
* Dependabot fixes

A few security problems were detected by dependabot with the
cryptography package.
Manually updating versions as depenedabot does not work in
this repository.

* Update to the pypi version of environment provider
  • Loading branch information
t-persson authored Mar 12, 2024
1 parent b15355b commit 8272523
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions projects/etos_suite_runner/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#
PyScaffold==3.2.3
packageurl-python~=0.11
cryptography~=41.0
cryptography>=42.0.4,<43.0.0
etos_lib==4.0.0
environment_provider@https://github.com/eiffel-community/etos-environment-provider/releases/download/3.0.0/environment_provider-3.0.0-py2.py3-none-any.whl
etos_environment_provider~=3.2
4 changes: 2 additions & 2 deletions projects/etos_suite_runner/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ setup_requires = pyscaffold>=3.2a0,<3.3a0
install_requires =
PyScaffold==3.2.3
packageurl-python~=0.11
cryptography~=41.0
cryptography>=42.0.4,<43.0.0
etos_lib==4.0.0
environment_provider@https://github.com/eiffel-community/etos-environment-provider/releases/download/3.0.0/environment_provider-3.0.0-py2.py3-none-any.whl
etos_environment_provider~=3.2

python_requires = >=3.4

Expand Down

0 comments on commit 8272523

Please sign in to comment.