Skip to content

Commit

Permalink
Bump dependendencies (#3141)
Browse files Browse the repository at this point in the history
Fixes: #3112
  • Loading branch information
ssbarnea authored Jun 5, 2021
1 parent 3d3ce25 commit 4e50667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ setup_requires =

# These are required in actual runtime:
install_requires =
ansible-lint >= 5.0.10 # only for the prerun functionality
ansible-lint >= 5.0.12 # only for the prerun functionality
cerberus >= 1.3.1, !=1.3.3, !=1.3.4
click >= 8.0, < 9
click-help-colors >= 0.9
Expand All @@ -79,7 +79,7 @@ install_requires =
pluggy >= 0.7.1, < 1.0
PyYAML >= 5.1, < 6
rich >= 9.5.1
subprocess-tee >= 0.2.0
subprocess-tee >= 0.3.2
setuptools >= 42 # for pkg_resources
# selinux python module is needed as least by ansible-docker/podman modules
# and allows us of isolated (default) virtualenvs. It does not avoid need
Expand Down

0 comments on commit 4e50667

Please sign in to comment.