Skip to content
Merged
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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.7.1
# via aiohttp
aiohttp==3.14.1
aiohttp==3.14.3
# via kubernetes
aiosignal==1.4.0
# via aiohttp
Expand All @@ -20,7 +20,7 @@ bcrypt==5.0.0
# via -r requirements/base.in
black==26.5.1
# via shandy-sqlfmt
certifi==2026.6.17
certifi==2026.7.22
# via
# kubernetes
# requests
Expand Down Expand Up @@ -80,7 +80,7 @@ pathspec==1.1.1
# via
# black
# mypy
platformdirs==4.10.1
platformdirs==4.11.0
# via
# black
# shandy-sqlfmt
Expand Down Expand Up @@ -112,7 +112,7 @@ six==1.17.0
# via
# kubernetes
# python-dateutil
tqdm==4.69.0
tqdm==4.69.1
# via shandy-sqlfmt
tutor==21.0.8
# via
Expand All @@ -132,7 +132,7 @@ urllib3==2.7.0
# requests
websocket-client==1.9.0
# via kubernetes
yarl==1.24.2
yarl==1.24.5
# via aiohttp
zipp==4.1.0
# via importlib-metadata
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiohappyeyeballs==2.7.1
# via
# -r requirements/base.txt
# aiohttp
aiohttp==3.14.1
aiohttp==3.14.3
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -39,7 +39,7 @@ black==26.5.1
# -r requirements/base.txt
# -r requirements/dev.in
# shandy-sqlfmt
certifi==2026.6.17
certifi==2026.7.22
# via
# -r requirements/base.txt
# kubernetes
Expand Down Expand Up @@ -162,7 +162,7 @@ pathspec==1.1.1
# -r requirements/base.txt
# black
# mypy
platformdirs==4.10.1
platformdirs==4.11.0
# via
# -r requirements/base.txt
# black
Expand Down Expand Up @@ -234,7 +234,7 @@ six==1.17.0
# python-dateutil
tomlkit==0.15.1
# via pylint
tqdm==4.69.0
tqdm==4.69.1
# via
# -r requirements/base.txt
# shandy-sqlfmt
Expand Down Expand Up @@ -264,7 +264,7 @@ websocket-client==1.9.0
# via
# -r requirements/base.txt
# kubernetes
yarl==1.24.2
yarl==1.24.5
# via
# -r requirements/base.txt
# aiohttp
Expand Down