Skip to content

Commit 0cc084c

Browse files
authored
Merge branch 'main' into dependabot/pip/client/pip-updates-744608c098
2 parents 99818a4 + edc4fca commit 0cc084c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

registrar/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ configomatic==0.4.0
77
cryptography==46.0.3
88
easykube==0.6.0
99
exceptiongroup==1.3.1
10-
fastapi==0.124.0
10+
fastapi==0.127.0
1111
h11==0.16.0
1212
httpcore==1.0.9
1313
httpx==0.28.1
@@ -17,4 +17,4 @@ pydantic==2.12.5
1717
PyYAML==6.0.3
1818
sniffio==1.3.1
1919
typing_extensions==4.15.0
20-
uvicorn==0.38.0
20+
uvicorn==0.40.0

registrar/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruff~=0.14.8
1+
ruff~=0.14.10
22
coverage>=4.0,!=4.4 # Apache-2.0
33
python-subunit>=0.0.18 # Apache-2.0/BSD
44
stestr>=1.0.0 # Apache-2.0

sshd/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ PyYAML==6.0.3
1818
requests==2.32.5
1919
sniffio==1.3.1
2020
typing_extensions==4.15.0
21-
urllib3==2.6.1
21+
urllib3==2.6.2

sshd/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruff~=0.14.8
1+
ruff~=0.14.10
22
coverage>=4.0,!=4.4 # Apache-2.0
33
python-subunit>=0.0.18 # Apache-2.0/BSD
44
stestr>=1.0.0 # Apache-2.0

0 commit comments

Comments
 (0)