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 Jun 10, 2024
1 parent 89b5c11 commit 175fc21
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions ansible/Pipfile.lock

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

6 changes: 3 additions & 3 deletions ansible/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ markupsafe==2.1.5; python_version >= '3.7'
mdurl==0.1.2; python_version >= '3.7'
-e git+https://github.com/jauderho/mitogen.git@23d9d0bc82f8b76eded979110e6bd35ff5e83cab#egg=mitogen
mypy-extensions==1.0.0; python_version >= '3.5'
packaging==24.0; python_version >= '3.7'
packaging==24.1; python_version >= '3.8'
pathspec==0.12.1; python_version >= '3.8'
persist-queue==0.8.1
platformdirs==4.2.2; python_version >= '3.8'
Expand All @@ -34,10 +34,10 @@ pygments==2.18.0; python_version >= '3.8'
pyspnego==0.10.2; python_version >= '3.8'
python-dateutil==2.9.0.post0; 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.35.1; python_version >= '3.8'
requests==2.32.3; python_version >= '3.8'
requests-ntlm==1.2.0; python_version >= '3.7'
requests-ntlm==1.3.0; python_version >= '3.8'
resolvelib==1.0.1
retryz==0.1.9
rich==13.7.1; python_full_version >= '3.7.0'
Expand Down

0 comments on commit 175fc21

Please sign in to comment.