Skip to content

Commit fbc4a9e

Browse files
chore(deps): bump urllib3 in /cost-optimization/hpa-config-recommender (#1861)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9e9b7e commit fbc4a9e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

cost-optimization/hpa-config-recommender/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requests==2.32.4
2727
rsa==4.9
2828
six==1.16.0
2929
tzdata==2024.2
30-
urllib3==2.6.0
30+
urllib3==2.6.3
3131
aiohttp>=3.8.0
3232
asyncio==3.4.3
3333
google_cloud_bigquery==3.29.0

cost-optimization/hpa-config-recommender/requirements.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ aiosignal==1.4.0 \
134134
--hash=sha256:053243f8b92b990551949e63930a839ff0cf0b0ebbe0597b0f3fb19e1a0fe82e \
135135
--hash=sha256:f47eecd9468083c2029cc99945502cb7708b082c232f9aca65da147157b251c7
136136
# via aiohttp
137+
async-timeout==5.0.1 \
138+
--hash=sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c \
139+
--hash=sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3
140+
# via aiohttp
137141
asyncio==3.4.3 \
138142
--hash=sha256:83360ff8bc97980e4ff25c964c7bd3923d333d177aa4f7fb736b019f26c7cb41 \
139143
--hash=sha256:b62c9157d36187eca799c378e572c969f0da87cd5fc42ca372d92cdb06e7e1de \
@@ -1059,16 +1063,18 @@ six==1.16.0 \
10591063
typing-extensions==4.14.0 \
10601064
--hash=sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4 \
10611065
--hash=sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af
1062-
# via aiosignal
1066+
# via
1067+
# aiosignal
1068+
# multidict
10631069
tzdata==2024.2 \
10641070
--hash=sha256:7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc \
10651071
--hash=sha256:a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd
10661072
# via
10671073
# -r requirements.in
10681074
# pandas
1069-
urllib3==2.6.0 \
1070-
--hash=sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f \
1071-
--hash=sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1
1075+
urllib3==2.6.3 \
1076+
--hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \
1077+
--hash=sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4
10721078
# via
10731079
# -r requirements.in
10741080
# requests

0 commit comments

Comments
 (0)