mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
update requirements for molecule (#78)
* start upgrading requirements * add some more updated requirements * add another junk * add another junk * update ansible version
This commit is contained in:
parent
2fa3f51eb4
commit
8b71e3f137
1 changed files with 25 additions and 24 deletions
|
@ -1,24 +1,25 @@
|
|||
ansible==2.9.8
|
||||
ansible-lint==4.2.0
|
||||
anyconfig==0.9.7
|
||||
ansible==2.10.7
|
||||
ansible-lint==5.0.0
|
||||
anyconfig==0.10.0
|
||||
atomicwrites==1.4.0
|
||||
attrs==20.3.0
|
||||
autopep8==1.5.5
|
||||
bcrypt==3.2.0
|
||||
arrow==0.15.5
|
||||
asn1crypto==0.24.0
|
||||
atomicwrites==1.3.0
|
||||
attrs==19.1.0
|
||||
autopep8==1.5.1
|
||||
bcrypt==3.1.7
|
||||
binaryornot==0.4.4
|
||||
Cerberus==1.3.2
|
||||
certifi==2020.4.5.1
|
||||
cffi==1.14.0
|
||||
chardet==3.0.4
|
||||
click==7.1.1
|
||||
certifi==2020.12.5
|
||||
cffi==1.14.4
|
||||
chardet==4.0.0
|
||||
click==7.1.2
|
||||
click-completion==0.5.2
|
||||
click-help-colors==0.8
|
||||
colorama==0.4.3
|
||||
cookiecutter==1.7.0
|
||||
click-help-colors==0.9
|
||||
colorama==0.4.4
|
||||
cookiecutter==1.7.2
|
||||
cryptography==3.3.1
|
||||
cryptography==3.3.2
|
||||
docker==4.2.0
|
||||
docker==4.4.1
|
||||
docker-pycreds==0.4.0
|
||||
entrypoints==0.3
|
||||
fasteners==0.15
|
||||
|
@ -27,16 +28,16 @@ future==0.18.2
|
|||
git-url-parse==1.2.1
|
||||
idna==2.9
|
||||
importlib-metadata==1.6.0
|
||||
Jinja2==2.11.2
|
||||
Jinja2==2.11.3
|
||||
jinja2-time==0.2.0
|
||||
MarkupSafe==1.1.1
|
||||
mccabe==0.6.1
|
||||
molecule==3.0.3
|
||||
monotonic==1.5
|
||||
more-itertools==6.0.0
|
||||
paramiko==2.7.1
|
||||
pathspec==0.8.0
|
||||
pbr==5.1.1
|
||||
more-itertools==8.6.0
|
||||
paramiko==2.7.2
|
||||
pathspec==0.8.1
|
||||
pbr==5.5.1
|
||||
pexpect==4.8.0
|
||||
pi==0.1.2
|
||||
pluggy==0.13.1
|
||||
|
@ -60,10 +61,10 @@ sh==1.12.14
|
|||
shellingham==1.3.2
|
||||
six==1.14.0
|
||||
tabulate==0.8.7
|
||||
testinfra==5.0.0
|
||||
testinfra==6.0.0
|
||||
tree-format==0.1.2
|
||||
urllib3==1.25.8
|
||||
urllib3==1.26.3
|
||||
websocket-client==0.57.0
|
||||
whichcraft==0.6.1
|
||||
yamllint==1.22.1
|
||||
zipp==3.1.0
|
||||
yamllint==1.26.0
|
||||
zipp==3.4.0
|
||||
|
|
Loading…
Reference in a new issue