Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
...to potentially improve the result for vulnerability scanner.
  • Loading branch information
vfreex committed Sep 21, 2022
1 parent 6816629 commit f89c8d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Expand Up @@ -4,10 +4,10 @@ coverage
flake8
flexmock
mock
pygit2 == 1.6.*
pygit2
pylint
pytest
tox
typing
typing-extensions
setuptools~=49.6.0
setuptools>=49.6.0
9 changes: 4 additions & 5 deletions requirements.txt
@@ -1,7 +1,6 @@
aiofiles
bashlex
click~=8.0
contextvars ; python_version<"3.7"
click >= 8.1.3
dockerfile-parse >= 0.0.13
future
koji
Expand All @@ -12,7 +11,7 @@ requests_kerberos
semver
tenacity
wrapt
mysql-connector-python~=8.0.21
python-dateutil~=2.8.1
openshift-client~=1.0.12
mysql-connector-python >= 8.0.21
python-dateutil >= 2.8.1
openshift-client >= 1.0.12
setuptools-scm

0 comments on commit f89c8d0

Please sign in to comment.