Skip to content

Commit 221960f

Browse files
authored
[fixinventory][chore] Bump libs (#2111)
1 parent 7ed8a34 commit 221960f

File tree

5 files changed

+85
-77
lines changed

5 files changed

+85
-77
lines changed

plugins/gcp/test/conftest.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ def random_builder() -> Iterator[GraphBuilder]:
2929
feedback = CoreFeedback("test", "test", "test", Queue())
3030
project = GcpProject(id="test")
3131
project_global_region = GcpRegion.fallback_global_region(project)
32-
builder = GraphBuilder(
33-
Graph(), Cloud(id="gcp"), project, AnonymousCredentials(), queue, feedback, project_global_region
34-
)
32+
credentials = AnonymousCredentials() # type: ignore
33+
builder = GraphBuilder(Graph(), Cloud(id="gcp"), project, credentials, queue, feedback, project_global_region)
3534
builder.add_node(project_global_region, {})
3635
# add predefined regions and zones
3736
for predefined in random_predefined:

plugins/gcp/test/random_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def build_random_data_client(service: str, version: str, *args: Any, **kwargs: A
193193
"""
194194
This is the random data client discovery function (replaces discovery.build in tests).
195195
"""
196-
real_client = discovery.build(service, version, credentials=AnonymousCredentials())
196+
real_client = discovery.build(service, version, credentials=AnonymousCredentials()) # type: ignore
197197
root = real_client._rootDesc
198198
return RandomDataClient(service, version, root)
199199

@@ -237,7 +237,7 @@ def roundtrip(
237237
def create_node_for(
238238
clazz: Type[GcpResourceType], spec: GcpApiSpec, adapt: Callable[[Json], Json]
239239
) -> Tuple[Json, GcpResourceType]:
240-
client = GcpClient(AnonymousCredentials())
240+
client = GcpClient(AnonymousCredentials()) # type: ignore
241241
result = client.list(api_spec=spec)
242242
assert len(result) > 0
243243
raw = adapt(result[0])

requirements-all.txt

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,38 @@ aiohttp-jinja2==1.6
55
aiohttp-swagger3==0.8.0
66
aiosignal==1.3.1
77
aiostream==0.6.1
8+
appdirs==1.4.4
89
apscheduler==3.10.4
910
asn1crypto==1.5.1
1011
astroid==3.2.2
1112
attrs==23.2.0
1213
autocommand==2.2.2
1314
azure-common==1.1.28
14-
azure-core==1.30.1
15-
azure-identity==1.16.0
15+
azure-core==1.30.2
16+
azure-identity==1.16.1
1617
azure-mgmt-core==1.4.0
1718
azure-mgmt-resource==23.1.1
1819
backoff==2.2.1
19-
backports-tarfile==1.1.1
20+
backports-tarfile==1.2.0
2021
bcrypt==4.1.3
2122
black==24.4.2
22-
boto3==1.34.113
23-
botocore==1.34.113
23+
boto3==1.34.124
24+
botocore==1.34.124
2425
brotli==1.1.0
2526
build==1.2.1
2627
cachetools==5.3.3
2728
cattrs==23.2.3
2829
cerberus==1.3.5
29-
certifi==2024.2.2
30+
certifi==2024.6.2
3031
cffi==1.16.0
3132
chardet==5.2.0
3233
charset-normalizer==3.3.2
3334
cheroot==10.0.1
3435
cherrypy==18.9.0
3536
click==8.1.7
3637
colorama==0.4.6
37-
coverage[toml]==7.5.2
38-
cryptography==42.0.7
38+
coverage[toml]==7.5.3
39+
cryptography==42.0.8
3940
deepdiff==7.0.1
4041
defusedxml==0.7.1
4142
deprecated==1.2.14
@@ -49,19 +50,21 @@ fixdatalink[extra]==2.0.2
4950
fixinventoryclient==2.0.1
5051
fixinventorydata==0.2.6
5152
flake8==7.0.0
53+
flexcache==0.3
54+
flexparser==0.3.1
5255
frozendict==2.4.4
5356
frozenlist==1.4.1
5457
google-api-core==2.19.0
55-
google-api-python-client==2.130.0
56-
google-auth==2.29.0
58+
google-api-python-client==2.133.0
59+
google-auth==2.30.0
5760
google-auth-httplib2==0.2.0
5861
google-cloud-core==2.4.1
59-
google-cloud-storage==2.16.0
62+
google-cloud-storage==2.17.0
6063
google-crc32c==1.5.0
61-
google-resumable-media==2.7.0
62-
googleapis-common-protos==1.63.0
64+
google-resumable-media==2.7.1
65+
googleapis-common-protos==1.63.1
6366
httplib2==0.22.0
64-
hypothesis==6.102.6
67+
hypothesis==6.103.1
6568
idna==3.7
6669
importlib-metadata==7.1.0
6770
inflect==7.2.1
@@ -76,14 +79,14 @@ jinja2==3.1.4
7679
jmespath==1.0.1
7780
jq==1.7.0
7881
jsons==1.6.3
79-
kubernetes==29.0.0
82+
kubernetes==30.1.0
8083
markdown-it-py==3.0.0
8184
markupsafe==2.1.5
8285
mccabe==0.7.0
8386
mdurl==0.1.2
8487
monotonic==1.6
85-
more-itertools==10.2.0
86-
msal==1.28.0
88+
more-itertools==10.3.0
89+
msal==1.28.1
8790
msal-extensions==1.1.0
8891
multidict==6.0.5
8992
mypy==1.10.0
@@ -94,12 +97,12 @@ oauth2client==4.1.3
9497
oauthlib==3.2.2
9598
onelogin==2.0.4
9699
ordered-set==4.1.0
97-
packaging==24.0
100+
packaging==24.1
98101
paramiko==3.4.0
99102
parsy==2.1
100103
pathspec==0.12.1
101104
pep8-naming==0.14.1
102-
pint==0.23
105+
pint==0.24
103106
pip==24.0
104107
pip-tools==7.4.1
105108
plantuml==0.3.0
@@ -109,7 +112,7 @@ portalocker==2.8.2
109112
portend==3.2.0
110113
posthog==3.5.0
111114
prometheus-client==0.20.0
112-
prompt-toolkit==3.0.44
115+
prompt-toolkit==3.0.47
113116
proto-plus==1.23.0
114117
protobuf==4.25.3
115118
psutil==5.9.8
@@ -124,23 +127,23 @@ pyflakes==3.2.0
124127
pygithub==2.3.0
125128
pygments==2.18.0
126129
pyjwt[crypto]==2.8.0
127-
pylint==3.2.2
130+
pylint==3.2.3
128131
pymysql==1.1.1
129132
pynacl==1.5.0
130133
pyopenssl==24.1.0
131134
pyparsing==3.1.2
132135
pyproject-api==1.6.1
133136
pyproject-hooks==1.1.0
134-
pytest==8.2.1
137+
pytest==8.2.2
135138
pytest-asyncio==0.23.7
136139
pytest-cov==5.0.0
137140
pytest-runner==6.0.1
138-
python-arango==7.9.1
141+
python-arango==8.0.0
139142
python-dateutil==2.9.0.post0
140143
pytz==2024.1
141144
pyvmomi==8.0.2.0.1
142145
pyyaml==6.0.1
143-
requests==2.32.2
146+
requests==2.32.3
144147
requests-oauthlib==2.0.0
145148
requests-toolbelt==1.0.0
146149
retrying==1.3.4
@@ -150,7 +153,7 @@ rsa==4.9
150153
s3transfer==0.10.1
151154
setuptools==70.0.0
152155
six==1.16.0
153-
slack-sdk==3.27.2
156+
slack-sdk==3.28.0
154157
snowflake-connector-python==3.10.1
155158
snowflake-sqlalchemy==1.5.3
156159
sortedcontainers==2.4.0
@@ -160,7 +163,7 @@ tenacity==8.3.0
160163
toml==0.10.2
161164
tomlkit==0.12.5
162165
toolz==0.12.1
163-
tox==4.15.0
166+
tox==4.15.1
164167
transitions==0.9.1
165168
typeguard==4.3.0
166169
types-aiofiles==23.2.0.20240403
@@ -172,7 +175,7 @@ types-setuptools==70.0.0.20240524
172175
types-six==1.16.21.20240513
173176
types-tzlocal==5.1.0.1
174177
types-urllib3==1.26.25.14
175-
typing-extensions==4.12.0
178+
typing-extensions==4.12.2
176179
typish==1.9.3
177180
tzdata==2024.1
178181
tzlocal==5.2
@@ -186,4 +189,4 @@ wheel==0.43.0
186189
wrapt==1.16.0
187190
yarl==1.9.4
188191
zc-lockfile==3.0.post1
189-
zipp==3.19.0
192+
zipp==3.19.2

requirements-extra.txt

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,31 @@ aiohttp-jinja2==1.6
55
aiohttp-swagger3==0.8.0
66
aiosignal==1.3.1
77
aiostream==0.6.1
8+
appdirs==1.4.4
89
apscheduler==3.10.4
910
asn1crypto==1.5.1
1011
attrs==23.2.0
1112
autocommand==2.2.2
1213
azure-common==1.1.28
13-
azure-core==1.30.1
14-
azure-identity==1.16.0
14+
azure-core==1.30.2
15+
azure-identity==1.16.1
1516
azure-mgmt-core==1.4.0
1617
azure-mgmt-resource==23.1.1
1718
backoff==2.2.1
18-
backports-tarfile==1.1.1
19+
backports-tarfile==1.2.0
1920
bcrypt==4.1.3
20-
boto3==1.34.113
21-
botocore==1.34.113
21+
boto3==1.34.124
22+
botocore==1.34.124
2223
brotli==1.1.0
2324
cachetools==5.3.3
2425
cattrs==23.2.3
2526
cerberus==1.3.5
26-
certifi==2024.2.2
27+
certifi==2024.6.2
2728
cffi==1.16.0
2829
charset-normalizer==3.3.2
2930
cheroot==10.0.1
3031
cherrypy==18.9.0
31-
cryptography==42.0.7
32+
cryptography==42.0.8
3233
deepdiff==7.0.1
3334
defusedxml==0.7.1
3435
deprecated==1.2.14
@@ -39,17 +40,19 @@ fixcompliance==0.4.18
3940
fixdatalink[extra]==2.0.2
4041
fixinventoryclient==2.0.1
4142
fixinventorydata==0.2.6
43+
flexcache==0.3
44+
flexparser==0.3.1
4245
frozendict==2.4.4
4346
frozenlist==1.4.1
4447
google-api-core==2.19.0
45-
google-api-python-client==2.130.0
46-
google-auth==2.29.0
48+
google-api-python-client==2.133.0
49+
google-auth==2.30.0
4750
google-auth-httplib2==0.2.0
4851
google-cloud-core==2.4.1
49-
google-cloud-storage==2.16.0
52+
google-cloud-storage==2.17.0
5053
google-crc32c==1.5.0
51-
google-resumable-media==2.7.0
52-
googleapis-common-protos==1.63.0
54+
google-resumable-media==2.7.1
55+
googleapis-common-protos==1.63.1
5356
httplib2==0.22.0
5457
idna==3.7
5558
importlib-metadata==7.1.0
@@ -63,13 +66,13 @@ jinja2==3.1.4
6366
jmespath==1.0.1
6467
jq==1.7.0
6568
jsons==1.6.3
66-
kubernetes==29.0.0
69+
kubernetes==30.1.0
6770
markdown-it-py==3.0.0
6871
markupsafe==2.1.5
6972
mdurl==0.1.2
7073
monotonic==1.6
71-
more-itertools==10.2.0
72-
msal==1.28.0
74+
more-itertools==10.3.0
75+
msal==1.28.1
7376
msal-extensions==1.1.0
7477
multidict==6.0.5
7578
networkx==3.3
@@ -78,17 +81,17 @@ oauth2client==4.1.3
7881
oauthlib==3.2.2
7982
onelogin==2.0.4
8083
ordered-set==4.1.0
81-
packaging==24.0
84+
packaging==24.1
8285
paramiko==3.4.0
8386
parsy==2.1
84-
pint==0.23
87+
pint==0.24
8588
plantuml==0.3.0
8689
platformdirs==4.2.2
8790
portalocker==2.8.2
8891
portend==3.2.0
8992
posthog==3.5.0
9093
prometheus-client==0.20.0
91-
prompt-toolkit==3.0.44
94+
prompt-toolkit==3.0.47
9295
proto-plus==1.23.0
9396
protobuf==4.25.3
9497
psutil==5.9.8
@@ -105,12 +108,12 @@ pymysql==1.1.1
105108
pynacl==1.5.0
106109
pyopenssl==24.1.0
107110
pyparsing==3.1.2
108-
python-arango==7.9.1
111+
python-arango==8.0.0
109112
python-dateutil==2.9.0.post0
110113
pytz==2024.1
111114
pyvmomi==8.0.2.0.1
112115
pyyaml==6.0.1
113-
requests==2.32.2
116+
requests==2.32.3
114117
requests-oauthlib==2.0.0
115118
requests-toolbelt==1.0.0
116119
retrying==1.3.4
@@ -120,7 +123,7 @@ rsa==4.9
120123
s3transfer==0.10.1
121124
setuptools==70.0.0
122125
six==1.16.0
123-
slack-sdk==3.27.2
126+
slack-sdk==3.28.0
124127
snowflake-connector-python==3.10.1
125128
snowflake-sqlalchemy==1.5.3
126129
sortedcontainers==2.4.0
@@ -131,7 +134,7 @@ tomlkit==0.12.5
131134
toolz==0.12.1
132135
transitions==0.9.1
133136
typeguard==4.3.0
134-
typing-extensions==4.12.0
137+
typing-extensions==4.12.2
135138
typish==1.9.3
136139
tzdata==2024.1
137140
tzlocal==5.2
@@ -143,4 +146,4 @@ websocket-client==1.8.0
143146
wrapt==1.16.0
144147
yarl==1.9.4
145148
zc-lockfile==3.0.post1
146-
zipp==3.19.0
149+
zipp==3.19.2

0 commit comments

Comments
 (0)