Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fixinventory][chore] Bump libs #2111

Merged
merged 2 commits into from
Jun 12, 2024
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
5 changes: 2 additions & 3 deletions plugins/gcp/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ def random_builder() -> Iterator[GraphBuilder]:
feedback = CoreFeedback("test", "test", "test", Queue())
project = GcpProject(id="test")
project_global_region = GcpRegion.fallback_global_region(project)
builder = GraphBuilder(
Graph(), Cloud(id="gcp"), project, AnonymousCredentials(), queue, feedback, project_global_region
)
credentials = AnonymousCredentials() # type: ignore
builder = GraphBuilder(Graph(), Cloud(id="gcp"), project, credentials, queue, feedback, project_global_region)
builder.add_node(project_global_region, {})
# add predefined regions and zones
for predefined in random_predefined:
Expand Down
4 changes: 2 additions & 2 deletions plugins/gcp/test/random_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def build_random_data_client(service: str, version: str, *args: Any, **kwargs: A
"""
This is the random data client discovery function (replaces discovery.build in tests).
"""
real_client = discovery.build(service, version, credentials=AnonymousCredentials())
real_client = discovery.build(service, version, credentials=AnonymousCredentials()) # type: ignore
root = real_client._rootDesc
return RandomDataClient(service, version, root)

Expand Down Expand Up @@ -237,7 +237,7 @@ def roundtrip(
def create_node_for(
clazz: Type[GcpResourceType], spec: GcpApiSpec, adapt: Callable[[Json], Json]
) -> Tuple[Json, GcpResourceType]:
client = GcpClient(AnonymousCredentials())
client = GcpClient(AnonymousCredentials()) # type: ignore
result = client.list(api_spec=spec)
assert len(result) > 0
raw = adapt(result[0])
Expand Down
59 changes: 31 additions & 28 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,38 @@ aiohttp-jinja2==1.6
aiohttp-swagger3==0.8.0
aiosignal==1.3.1
aiostream==0.6.1
appdirs==1.4.4
apscheduler==3.10.4
asn1crypto==1.5.1
astroid==3.2.2
attrs==23.2.0
autocommand==2.2.2
azure-common==1.1.28
azure-core==1.30.1
azure-identity==1.16.0
azure-core==1.30.2
azure-identity==1.16.1
azure-mgmt-core==1.4.0
azure-mgmt-resource==23.1.1
backoff==2.2.1
backports-tarfile==1.1.1
backports-tarfile==1.2.0
bcrypt==4.1.3
black==24.4.2
boto3==1.34.113
botocore==1.34.113
boto3==1.34.124
botocore==1.34.124
brotli==1.1.0
build==1.2.1
cachetools==5.3.3
cattrs==23.2.3
cerberus==1.3.5
certifi==2024.2.2
certifi==2024.6.2
cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.2
cheroot==10.0.1
cherrypy==18.9.0
click==8.1.7
colorama==0.4.6
coverage[toml]==7.5.2
cryptography==42.0.7
coverage[toml]==7.5.3
cryptography==42.0.8
deepdiff==7.0.1
defusedxml==0.7.1
deprecated==1.2.14
Expand All @@ -49,19 +50,21 @@ fixdatalink[extra]==2.0.2
fixinventoryclient==2.0.1
fixinventorydata==0.2.6
flake8==7.0.0
flexcache==0.3
flexparser==0.3.1
frozendict==2.4.4
frozenlist==1.4.1
google-api-core==2.19.0
google-api-python-client==2.130.0
google-auth==2.29.0
google-api-python-client==2.133.0
google-auth==2.30.0
google-auth-httplib2==0.2.0
google-cloud-core==2.4.1
google-cloud-storage==2.16.0
google-cloud-storage==2.17.0
google-crc32c==1.5.0
google-resumable-media==2.7.0
googleapis-common-protos==1.63.0
google-resumable-media==2.7.1
googleapis-common-protos==1.63.1
httplib2==0.22.0
hypothesis==6.102.6
hypothesis==6.103.1
idna==3.7
importlib-metadata==7.1.0
inflect==7.2.1
Expand All @@ -76,14 +79,14 @@ jinja2==3.1.4
jmespath==1.0.1
jq==1.7.0
jsons==1.6.3
kubernetes==29.0.0
kubernetes==30.1.0
markdown-it-py==3.0.0
markupsafe==2.1.5
mccabe==0.7.0
mdurl==0.1.2
monotonic==1.6
more-itertools==10.2.0
msal==1.28.0
more-itertools==10.3.0
msal==1.28.1
msal-extensions==1.1.0
multidict==6.0.5
mypy==1.10.0
Expand All @@ -94,12 +97,12 @@ oauth2client==4.1.3
oauthlib==3.2.2
onelogin==2.0.4
ordered-set==4.1.0
packaging==24.0
packaging==24.1
paramiko==3.4.0
parsy==2.1
pathspec==0.12.1
pep8-naming==0.14.1
pint==0.23
pint==0.24
pip==24.0
pip-tools==7.4.1
plantuml==0.3.0
Expand All @@ -109,7 +112,7 @@ portalocker==2.8.2
portend==3.2.0
posthog==3.5.0
prometheus-client==0.20.0
prompt-toolkit==3.0.44
prompt-toolkit==3.0.47
proto-plus==1.23.0
protobuf==4.25.3
psutil==5.9.8
Expand All @@ -124,23 +127,23 @@ pyflakes==3.2.0
pygithub==2.3.0
pygments==2.18.0
pyjwt[crypto]==2.8.0
pylint==3.2.2
pylint==3.2.3
pymysql==1.1.1
pynacl==1.5.0
pyopenssl==24.1.0
pyparsing==3.1.2
pyproject-api==1.6.1
pyproject-hooks==1.1.0
pytest==8.2.1
pytest==8.2.2
pytest-asyncio==0.23.7
pytest-cov==5.0.0
pytest-runner==6.0.1
python-arango==7.9.1
python-arango==8.0.0
python-dateutil==2.9.0.post0
pytz==2024.1
pyvmomi==8.0.2.0.1
pyyaml==6.0.1
requests==2.32.2
requests==2.32.3
requests-oauthlib==2.0.0
requests-toolbelt==1.0.0
retrying==1.3.4
Expand All @@ -150,7 +153,7 @@ rsa==4.9
s3transfer==0.10.1
setuptools==70.0.0
six==1.16.0
slack-sdk==3.27.2
slack-sdk==3.28.0
snowflake-connector-python==3.10.1
snowflake-sqlalchemy==1.5.3
sortedcontainers==2.4.0
Expand All @@ -160,7 +163,7 @@ tenacity==8.3.0
toml==0.10.2
tomlkit==0.12.5
toolz==0.12.1
tox==4.15.0
tox==4.15.1
transitions==0.9.1
typeguard==4.3.0
types-aiofiles==23.2.0.20240403
Expand All @@ -172,7 +175,7 @@ types-setuptools==70.0.0.20240524
types-six==1.16.21.20240513
types-tzlocal==5.1.0.1
types-urllib3==1.26.25.14
typing-extensions==4.12.0
typing-extensions==4.12.2
typish==1.9.3
tzdata==2024.1
tzlocal==5.2
Expand All @@ -186,4 +189,4 @@ wheel==0.43.0
wrapt==1.16.0
yarl==1.9.4
zc-lockfile==3.0.post1
zipp==3.19.0
zipp==3.19.2
49 changes: 26 additions & 23 deletions requirements-extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,31 @@ aiohttp-jinja2==1.6
aiohttp-swagger3==0.8.0
aiosignal==1.3.1
aiostream==0.6.1
appdirs==1.4.4
apscheduler==3.10.4
asn1crypto==1.5.1
attrs==23.2.0
autocommand==2.2.2
azure-common==1.1.28
azure-core==1.30.1
azure-identity==1.16.0
azure-core==1.30.2
azure-identity==1.16.1
azure-mgmt-core==1.4.0
azure-mgmt-resource==23.1.1
backoff==2.2.1
backports-tarfile==1.1.1
backports-tarfile==1.2.0
bcrypt==4.1.3
boto3==1.34.113
botocore==1.34.113
boto3==1.34.124
botocore==1.34.124
brotli==1.1.0
cachetools==5.3.3
cattrs==23.2.3
cerberus==1.3.5
certifi==2024.2.2
certifi==2024.6.2
cffi==1.16.0
charset-normalizer==3.3.2
cheroot==10.0.1
cherrypy==18.9.0
cryptography==42.0.7
cryptography==42.0.8
deepdiff==7.0.1
defusedxml==0.7.1
deprecated==1.2.14
Expand All @@ -39,17 +40,19 @@ fixcompliance==0.4.18
fixdatalink[extra]==2.0.2
fixinventoryclient==2.0.1
fixinventorydata==0.2.6
flexcache==0.3
flexparser==0.3.1
frozendict==2.4.4
frozenlist==1.4.1
google-api-core==2.19.0
google-api-python-client==2.130.0
google-auth==2.29.0
google-api-python-client==2.133.0
google-auth==2.30.0
google-auth-httplib2==0.2.0
google-cloud-core==2.4.1
google-cloud-storage==2.16.0
google-cloud-storage==2.17.0
google-crc32c==1.5.0
google-resumable-media==2.7.0
googleapis-common-protos==1.63.0
google-resumable-media==2.7.1
googleapis-common-protos==1.63.1
httplib2==0.22.0
idna==3.7
importlib-metadata==7.1.0
Expand All @@ -63,13 +66,13 @@ jinja2==3.1.4
jmespath==1.0.1
jq==1.7.0
jsons==1.6.3
kubernetes==29.0.0
kubernetes==30.1.0
markdown-it-py==3.0.0
markupsafe==2.1.5
mdurl==0.1.2
monotonic==1.6
more-itertools==10.2.0
msal==1.28.0
more-itertools==10.3.0
msal==1.28.1
msal-extensions==1.1.0
multidict==6.0.5
networkx==3.3
Expand All @@ -78,17 +81,17 @@ oauth2client==4.1.3
oauthlib==3.2.2
onelogin==2.0.4
ordered-set==4.1.0
packaging==24.0
packaging==24.1
paramiko==3.4.0
parsy==2.1
pint==0.23
pint==0.24
plantuml==0.3.0
platformdirs==4.2.2
portalocker==2.8.2
portend==3.2.0
posthog==3.5.0
prometheus-client==0.20.0
prompt-toolkit==3.0.44
prompt-toolkit==3.0.47
proto-plus==1.23.0
protobuf==4.25.3
psutil==5.9.8
Expand All @@ -105,12 +108,12 @@ pymysql==1.1.1
pynacl==1.5.0
pyopenssl==24.1.0
pyparsing==3.1.2
python-arango==7.9.1
python-arango==8.0.0
python-dateutil==2.9.0.post0
pytz==2024.1
pyvmomi==8.0.2.0.1
pyyaml==6.0.1
requests==2.32.2
requests==2.32.3
requests-oauthlib==2.0.0
requests-toolbelt==1.0.0
retrying==1.3.4
Expand All @@ -120,7 +123,7 @@ rsa==4.9
s3transfer==0.10.1
setuptools==70.0.0
six==1.16.0
slack-sdk==3.27.2
slack-sdk==3.28.0
snowflake-connector-python==3.10.1
snowflake-sqlalchemy==1.5.3
sortedcontainers==2.4.0
Expand All @@ -131,7 +134,7 @@ tomlkit==0.12.5
toolz==0.12.1
transitions==0.9.1
typeguard==4.3.0
typing-extensions==4.12.0
typing-extensions==4.12.2
typish==1.9.3
tzdata==2024.1
tzlocal==5.2
Expand All @@ -143,4 +146,4 @@ websocket-client==1.8.0
wrapt==1.16.0
yarl==1.9.4
zc-lockfile==3.0.post1
zipp==3.19.0
zipp==3.19.2
Loading
Loading