Skip to content

Commit 66d034b

Browse files
Bump the pip group across 4 directories with 2 updates (#1170)
Bumps the pip group with 1 update in the /Tests directory: [urllib3](https://github.com/urllib3/urllib3). Bumps the pip group with 1 update in the /Tests/iaas directory: [urllib3](https://github.com/urllib3/urllib3). Bumps the pip group with 1 update in the /Tests/kaas directory: [urllib3](https://github.com/urllib3/urllib3). Bumps the pip group with 1 update in the /compliance-monitor directory: [python-dotenv](https://github.com/theskumar/python-dotenv). Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.3...2.7.0) Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.3...2.7.0) Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.3...2.7.0) Updates `python-dotenv` from 1.1.0 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.1.0...v1.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect dependency-group: pip - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f76ee40 commit 66d034b

4 files changed

Lines changed: 39 additions & 39 deletions

File tree

Tests/iaas/requirements.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
# pip-compile requirements.in
66
#
77
boto3==1.42.86
8-
# via -r requirements.in
8+
# via -r iaas/requirements.in
99
botocore==1.42.86
1010
# via
1111
# boto3
1212
# s3transfer
1313
certifi==2026.2.25
1414
# via
15-
# -c ../requirements.txt
15+
# -c iaas/../requirements.txt
1616
# requests
1717
cffi==2.0.0
1818
# via
19-
# -c ../requirements.txt
19+
# -c iaas/../requirements.txt
2020
# cryptography
2121
charset-normalizer==3.4.7
2222
# via
23-
# -c ../requirements.txt
23+
# -c iaas/../requirements.txt
2424
# requests
2525
cryptography==46.0.7
2626
# via
27-
# -c ../requirements.txt
27+
# -c iaas/../requirements.txt
2828
# openstacksdk
2929
decorator==5.2.1
3030
# via
@@ -34,7 +34,7 @@ dogpile-cache==1.5.0
3434
# via openstacksdk
3535
idna==3.11
3636
# via
37-
# -c ../requirements.txt
37+
# -c iaas/../requirements.txt
3838
# requests
3939
iso8601==2.1.0
4040
# via
@@ -52,7 +52,7 @@ jsonpointer==3.1.1
5252
keystoneauth1==5.13.1
5353
# via openstacksdk
5454
openstacksdk==4.10.0
55-
# via -r requirements.in
55+
# via -r iaas/requirements.in
5656
os-service-types==1.8.2
5757
# via
5858
# keystoneauth1
@@ -68,41 +68,41 @@ psutil==7.2.2
6868
# via openstacksdk
6969
pycparser==3.0
7070
# via
71-
# -c ../requirements.txt
71+
# -c iaas/../requirements.txt
7272
# cffi
7373
python-dateutil==2.9.0.post0
7474
# via
75-
# -c ../requirements.txt
75+
# -c iaas/../requirements.txt
7676
# botocore
7777
pyyaml==6.0.3
7878
# via
79-
# -c ../requirements.txt
79+
# -c iaas/../requirements.txt
8080
# openstacksdk
8181
requests==2.33.1
8282
# via
83-
# -c ../requirements.txt
83+
# -c iaas/../requirements.txt
8484
# keystoneauth1
8585
requestsexceptions==1.4.0
8686
# via openstacksdk
8787
s3transfer==0.16.0
8888
# via boto3
8989
six==1.17.0
9090
# via
91-
# -c ../requirements.txt
91+
# -c iaas/../requirements.txt
9292
# python-dateutil
9393
stevedore==5.7.0
9494
# via
9595
# dogpile-cache
9696
# keystoneauth1
9797
typing-extensions==4.15.0
9898
# via
99-
# -c ../requirements.txt
99+
# -c iaas/../requirements.txt
100100
# keystoneauth1
101101
# openstacksdk
102102
# os-service-types
103-
urllib3==2.6.3
103+
urllib3==2.7.0
104104
# via
105-
# -c ../requirements.txt
105+
# -c iaas/../requirements.txt
106106
# botocore
107107
# requests
108108

Tests/kaas/requirements.txt

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,98 +6,98 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via
9-
# -c ../requirements.txt
9+
# -c kaas/../requirements.txt
1010
# aiohttp
1111
aiohttp==3.13.5
1212
# via
13-
# -c ../requirements.txt
13+
# -c kaas/../requirements.txt
1414
# kubernetes-asyncio
1515
aiosignal==1.4.0
1616
# via
17-
# -c ../requirements.txt
17+
# -c kaas/../requirements.txt
1818
# aiohttp
1919
attrs==26.1.0
2020
# via
21-
# -c ../requirements.txt
21+
# -c kaas/../requirements.txt
2222
# aiohttp
2323
certifi==2026.2.25
2424
# via
25-
# -c ../requirements.txt
25+
# -c kaas/../requirements.txt
2626
# kubernetes
2727
# kubernetes-asyncio
2828
# requests
2929
charset-normalizer==3.4.7
3030
# via
31-
# -c ../requirements.txt
31+
# -c kaas/../requirements.txt
3232
# requests
3333
durationpy==0.10
3434
# via kubernetes
3535
frozenlist==1.8.0
3636
# via
37-
# -c ../requirements.txt
37+
# -c kaas/../requirements.txt
3838
# aiohttp
3939
# aiosignal
4040
idna==3.11
4141
# via
42-
# -c ../requirements.txt
42+
# -c kaas/../requirements.txt
4343
# requests
4444
# yarl
4545
jinja2==3.1.6
46-
# via -r requirements.in
46+
# via -r kaas/requirements.in
4747
kubernetes==35.0.0
48-
# via -r requirements.in
48+
# via -r kaas/requirements.in
4949
kubernetes-asyncio==35.0.1
50-
# via -r requirements.in
50+
# via -r kaas/requirements.in
5151
markupsafe==3.0.3
5252
# via jinja2
5353
multidict==6.7.1
5454
# via
55-
# -c ../requirements.txt
55+
# -c kaas/../requirements.txt
5656
# aiohttp
5757
# yarl
5858
oauthlib==3.3.1
5959
# via requests-oauthlib
6060
propcache==0.4.1
6161
# via
62-
# -c ../requirements.txt
62+
# -c kaas/../requirements.txt
6363
# aiohttp
6464
# yarl
6565
pykube-ng==23.6.0
6666
# via pytest-kind
6767
pytest-kind==22.11.1
68-
# via -r requirements.in
68+
# via -r kaas/requirements.in
6969
python-dateutil==2.9.0.post0
7070
# via
71-
# -c ../requirements.txt
71+
# -c kaas/../requirements.txt
7272
# kubernetes
7373
# kubernetes-asyncio
7474
pyyaml==6.0.3
7575
# via
76-
# -c ../requirements.txt
76+
# -c kaas/../requirements.txt
7777
# kubernetes
7878
# kubernetes-asyncio
7979
# pykube-ng
8080
requests==2.33.1
8181
# via
82-
# -c ../requirements.txt
82+
# -c kaas/../requirements.txt
8383
# kubernetes
8484
# pykube-ng
8585
# requests-oauthlib
8686
requests-oauthlib==2.0.0
8787
# via kubernetes
8888
six==1.17.0
8989
# via
90-
# -c ../requirements.txt
90+
# -c kaas/../requirements.txt
9191
# kubernetes
9292
# kubernetes-asyncio
9393
# python-dateutil
9494
typing-extensions==4.15.0
9595
# via
96-
# -c ../requirements.txt
96+
# -c kaas/../requirements.txt
9797
# aiosignal
98-
urllib3==2.6.3
98+
urllib3==2.7.0
9999
# via
100-
# -c ../requirements.txt
100+
# -c kaas/../requirements.txt
101101
# kubernetes
102102
# kubernetes-asyncio
103103
# pykube-ng
@@ -106,5 +106,5 @@ websocket-client==1.9.0
106106
# via kubernetes
107107
yarl==1.23.0
108108
# via
109-
# -c ../requirements.txt
109+
# -c kaas/../requirements.txt
110110
# aiohttp

Tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ typing-extensions==4.15.0
7070
# typing-inspection
7171
typing-inspection==0.4.2
7272
# via pydantic
73-
urllib3==2.6.3
73+
urllib3==2.7.0
7474
# via requests
7575
yarl==1.23.0
7676
# via aiohttp

compliance-monitor/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pydantic==2.11.4
4444
# via fastapi
4545
pydantic-core==2.33.2
4646
# via pydantic
47-
python-dotenv==1.1.0
47+
python-dotenv==1.2.2
4848
# via uvicorn
4949
pyyaml==6.0.2
5050
# via uvicorn

0 commit comments

Comments
 (0)