Skip to content

Commit b375fc8

Browse files
chore(deps): refresh pip-compile outputs
1 parent 6021cca commit b375fc8

File tree

5 files changed

+287
-95
lines changed

5 files changed

+287
-95
lines changed

charms/kserve-controller/requirements-fmt.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
#
55
# pip-compile requirements-fmt.in
66
#
7-
black==23.9.1
7+
black==24.8.0
88
# via -r requirements-fmt.in
99
click==8.1.7
1010
# via black
11-
isort==5.12.0
11+
isort==5.13.2
1212
# via -r requirements-fmt.in
1313
mypy-extensions==1.0.0
1414
# via black
15-
packaging==23.2
15+
packaging==24.1
1616
# via black
17-
pathspec==0.11.2
17+
pathspec==0.12.1
1818
# via black
19-
platformdirs==3.11.0
19+
platformdirs==4.2.2
2020
# via black
2121
tomli==2.0.1
2222
# via black
23-
typing-extensions==4.8.0
23+
typing-extensions==4.12.2
2424
# via black

charms/kserve-controller/requirements-integration.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
#
55
# pip-compile requirements-integration.in
66
#
7-
aiohttp==3.9.5
7+
aiohappyeyeballs==2.3.4
8+
# via aiohttp
9+
aiohttp==3.10.1
810
# via -r requirements-integration.in
911
aiosignal==1.3.1
1012
# via aiohttp
@@ -14,15 +16,15 @@ asttokens==2.4.1
1416
# via stack-data
1517
async-timeout==4.0.3
1618
# via aiohttp
17-
attrs==23.2.0
19+
attrs==24.1.0
1820
# via
1921
# aiohttp
2022
# jsonschema
2123
backcall==0.2.0
2224
# via ipython
23-
bcrypt==4.1.3
25+
bcrypt==4.2.0
2426
# via paramiko
25-
cachetools==5.3.3
27+
cachetools==5.4.0
2628
# via google-auth
2729
certifi==2024.7.4
2830
# via
@@ -38,15 +40,15 @@ charmed-kubeflow-chisme==0.4.2
3840
# via -r requirements-integration.in
3941
charset-normalizer==3.3.2
4042
# via requests
41-
cryptography==42.0.8
43+
cryptography==43.0.0
4244
# via paramiko
4345
decorator==5.1.1
4446
# via
4547
# ipdb
4648
# ipython
4749
deepdiff==6.2.1
4850
# via charmed-kubeflow-chisme
49-
exceptiongroup==1.2.1
51+
exceptiongroup==1.2.2
5052
# via
5153
# anyio
5254
# pytest
@@ -56,7 +58,7 @@ frozenlist==1.4.1
5658
# via
5759
# aiohttp
5860
# aiosignal
59-
google-auth==2.31.0
61+
google-auth==2.32.0
6062
# via kubernetes
6163
h11==0.14.0
6264
# via httpcore
@@ -89,7 +91,7 @@ jinja2==3.1.4
8991
# pytest-operator
9092
jsonschema==4.17.3
9193
# via serialized-data-interface
92-
juju==3.5.0.0
94+
juju==3.5.2.0
9395
# via
9496
# -r requirements-integration.in
9597
# charmed-kubeflow-chisme
@@ -118,7 +120,7 @@ oauthlib==3.2.2
118120
# via
119121
# kubernetes
120122
# requests-oauthlib
121-
ops==2.14.1
123+
ops==2.15.0
122124
# via
123125
# charmed-kubeflow-chisme
124126
# serialized-data-interface
@@ -142,11 +144,11 @@ pluggy==1.5.0
142144
# via pytest
143145
prompt-toolkit==3.0.47
144146
# via ipython
145-
protobuf==5.27.2
147+
protobuf==5.27.3
146148
# via macaroonbakery
147149
ptyprocess==0.7.0
148150
# via pexpect
149-
pure-eval==0.2.2
151+
pure-eval==0.2.3
150152
# via stack-data
151153
pyasn1==0.6.0
152154
# via
@@ -172,7 +174,7 @@ pyrfc3339==1.1
172174
# macaroonbakery
173175
pyrsistent==0.20.0
174176
# via jsonschema
175-
pytest==8.2.2
177+
pytest==8.3.2
176178
# via
177179
# pytest-asyncio
178180
# pytest-operator
@@ -223,7 +225,7 @@ sniffio==1.3.1
223225
# httpx
224226
stack-data==0.6.3
225227
# via ipython
226-
tenacity==8.5.0
228+
tenacity==9.0.0
227229
# via
228230
# -r requirements-integration.in
229231
# charmed-kubeflow-chisme

charms/kserve-controller/requirements-lint.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,47 @@
44
#
55
# pip-compile requirements-lint.in
66
#
7-
black==23.9.1
7+
black==24.8.0
88
# via -r requirements-lint.in
99
click==8.1.7
1010
# via black
11-
codespell==2.2.6
11+
codespell==2.3.0
1212
# via -r requirements-lint.in
13-
flake8==6.1.0
13+
flake8==7.0.0
1414
# via
1515
# -r requirements-lint.in
1616
# flake8-builtins
1717
# pep8-naming
1818
# pyproject-flake8
19-
flake8-builtins==2.1.0
19+
flake8-builtins==2.5.0
2020
# via -r requirements-lint.in
2121
flake8-copyright==0.2.4
2222
# via -r requirements-lint.in
23-
isort==5.12.0
23+
isort==5.13.2
2424
# via -r requirements-lint.in
2525
mccabe==0.7.0
2626
# via flake8
2727
mypy-extensions==1.0.0
2828
# via black
29-
packaging==23.2
29+
packaging==24.1
3030
# via black
31-
pathspec==0.11.2
31+
pathspec==0.12.1
3232
# via black
33-
pep8-naming==0.13.3
33+
pep8-naming==0.14.1
3434
# via -r requirements-lint.in
35-
platformdirs==3.11.0
35+
platformdirs==4.2.2
3636
# via black
3737
pycodestyle==2.11.1
3838
# via flake8
39-
pyflakes==3.1.0
39+
pyflakes==3.2.0
4040
# via flake8
41-
pyproject-flake8==6.1.0
41+
pyproject-flake8==7.0.0
4242
# via -r requirements-lint.in
4343
tomli==2.0.1
4444
# via
4545
# black
4646
# pyproject-flake8
47-
typing-extensions==4.8.0
47+
typing-extensions==4.12.2
4848
# via black
4949

5050
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)