Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tests/iaas/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ decorator==5.2.1
# openstacksdk
dogpile-cache==1.5.0
# via openstacksdk
idna==3.11
idna==3.15
# via
# -c iaas/../requirements.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion Tests/kaas/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ frozenlist==1.8.0
# -c kaas/../requirements.txt
# aiohttp
# aiosignal
idna==3.11
idna==3.15
# via
# -c kaas/../requirements.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion Tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ frozenlist==1.8.0
# via
# aiohttp
# aiosignal
idna==3.11
idna==3.15
# via
# requests
# yarl
Expand Down
2 changes: 1 addition & 1 deletion compliance-monitor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ h11==0.16.0
# via uvicorn
httptools==0.6.4
# via uvicorn
idna==3.10
idna==3.15
# via anyio
jinja2==3.1.6
# via -r requirements.in
Expand Down
Loading