Skip to content

Commit

Permalink
pin cryptography on python 3.6 too
Browse files Browse the repository at this point in the history
it's deprecated and generates warnings
  • Loading branch information
evgeni committed Apr 29, 2022
1 parent 349455c commit 9cc1928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rpm-py-installer
rstcheck==3.3.1 # from https://github.com/ansible/ansible/raw/devel/test/sanity/code-smell/rstcheck.requirements.txt
docker
ruamel.yaml.clib<0.2.3; python_version < '3.6'
cryptography<3.1; python_version < '3.6'
cryptography<3.1; python_version < '3.7'
-r requirements.txt
pylint==2.6.0; python_version >= '3.6'
voluptuous==0.12.1 # from https://github.com/ansible/ansible/raw/devel/test/lib/ansible_test/_data/requirements/sanity.validate-modules.txt
Expand Down

0 comments on commit 9cc1928

Please sign in to comment.