Skip to content
Closed
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
6 changes: 3 additions & 3 deletions sync/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiohappyeyeballs==2.6.1
aiohttp==3.12.15
aiosignal==1.4.0
annotated-types==0.7.0
anyio==4.10.0
anyio==4.11.0
async-timeout==5.0.1
attrs==25.3.0
certifi==2025.8.3
Expand All @@ -19,9 +19,9 @@ idna==3.10
kube-custom-resource==0.6.1
multidict==6.6.4
propcache==0.3.2
pydantic==2.11.7
pydantic==2.11.9
pyhelm3==0.4.0
PyYAML==6.0.2
PyYAML==6.0.3
sniffio==1.3.1
typing_extensions==4.15.0
yarl==1.20.1
4 changes: 2 additions & 2 deletions sync/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruff~=0.12.11
ruff~=0.13.2
coverage>=4.0,!=4.4 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
stestr>=1.0.0 # Apache-2.0
Expand All @@ -8,4 +8,4 @@ autopep8
mypy
types-PyYAML
types-setuptools
black~=25.1.0
black~=25.9.0
Loading