Skip to content

Commit

Permalink
Update requirements for ansible ...
Browse files Browse the repository at this point in the history
Signed-off-by: Jauder Ho <[email protected]>
  • Loading branch information
jauderho committed Oct 12, 2023
1 parent c078e8c commit b8ae6fb
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 103 deletions.
202 changes: 101 additions & 101 deletions ansible/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ansible/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ pygments==2.16.1; python_version >= '3.7'
pyspnego==0.10.2; python_version >= '3.8'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pywinrm==0.4.3
pyyaml==6.0.1; python_version >= '3.6'
pyyaml==6.0.1; python_version != '3.4'
referencing==0.30.2; python_version >= '3.8'
requests==2.31.0; python_version >= '3.7'
requests-ntlm==1.2.0; python_version >= '3.7'
resolvelib==1.0.1
retryz==0.1.9
rich==13.6.0; python_full_version >= '3.7.0'
rpds-py==0.10.4; python_version >= '3.8'
rpds-py==0.10.6; python_version >= '3.8'
ruamel.yaml==0.17.35; python_version >= '3'
ruamel.yaml.clib==0.2.8; python_version < '3.13' and platform_python_implementation == 'CPython'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
Expand Down

0 comments on commit b8ae6fb

Please sign in to comment.