Skip to content

Commit

Permalink
[resoto][chore] Bump libs (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Oct 18, 2023
1 parent ce37d16 commit a014efb
Show file tree
Hide file tree
Showing 15 changed files with 132 additions and 127 deletions.
2 changes: 1 addition & 1 deletion plugins/aws/resoto_plugin_aws/utils.py
Expand Up @@ -183,7 +183,7 @@ def __init__(self, name: str) -> None:
def execute(self, source: List[Json]) -> Optional[str]:
for k in source:
if k.get("Key") == self.name:
return k.get("Value", "")
return k.get("Value", "") # type: ignore
return None


Expand Down
2 changes: 1 addition & 1 deletion plugins/aws/test/resources/__init__.py
Expand Up @@ -104,7 +104,7 @@ def __call__(self, *args: Any, **kwargs: Any) -> Any:


def all_props_set(obj: AwsResourceType, ignore_props: Set[str]) -> None:
for field in fields(type(obj)):
for field in fields(type(obj)): # type: ignore
prop = field.name
if (
not prop.startswith("_")
Expand Down
2 changes: 1 addition & 1 deletion plugins/azure/test/conftest.py
Expand Up @@ -102,7 +102,7 @@ def builder(


def all_props_set(obj: AzureResourceType, ignore_props: Optional[Set[str]] = None) -> None:
for field in fields(type(obj)):
for field in fields(type(obj)): # type: ignore
prop = field.name
if not prop.startswith("_") and prop not in {
"account",
Expand Down
48 changes: 24 additions & 24 deletions requirements-all.txt
@@ -1,27 +1,27 @@
aiodns==3.0.0
aiodns==3.1.1
aiofiles==23.2.1
aiohttp[speedups]==3.8.5
aiohttp[speedups]==3.8.6
aiohttp-jinja2==1.5.1
aiohttp-swagger3==0.7.4
aiosignal==1.3.1
aiostream==0.4.5
annotated-types==0.5.0
annotated-types==0.6.0
apscheduler==3.10.4
asn1crypto==1.5.1
astroid==3.0.0
astroid==3.0.1
async-timeout==4.0.3
attrs==23.1.0
autocommand==2.2.2
azure-common==1.1.28
azure-core==1.29.4
azure-identity==1.14.0
azure-identity==1.14.1
azure-mgmt-core==1.4.0
azure-mgmt-resource==23.0.1
backoff==2.2.1
bcrypt==4.0.1
black==23.9.1
boto3==1.28.60
botocore==1.31.60
black==23.10.0
boto3==1.28.65
botocore==1.31.65
brotli==1.1.0
build==1.0.3
cachetools==5.3.1
Expand All @@ -37,7 +37,7 @@ click==8.1.7
colorama==0.4.6
coverage[toml]==7.3.2
cryptography==41.0.4
deepdiff==6.6.0
deepdiff==6.6.1
defusedxml==0.7.1
deprecated==1.2.14
dill==0.3.7
Expand All @@ -48,16 +48,16 @@ flake8==6.1.0
frozendict==2.3.8
frozenlist==1.4.0
google-api-core==2.12.0
google-api-python-client==2.102.0
google-auth==2.23.2
google-api-python-client==2.104.0
google-auth==2.23.3
google-auth-httplib2==0.1.1
google-cloud-core==2.3.3
google-cloud-storage==2.11.0
google-cloud-storage==2.12.0
google-crc32c==1.5.0
google-resumable-media==2.6.0
googleapis-common-protos==1.60.0
googleapis-common-protos==1.61.0
httplib2==0.22.0
hypothesis==6.87.1
hypothesis==6.88.1
idna==3.4
importlib-metadata==6.8.0
inflect==7.0.0
Expand All @@ -82,10 +82,10 @@ more-itertools==10.1.0
msal==1.24.1
msal-extensions==1.0.0
multidict==6.0.4
mypy==1.5.1
mypy==1.6.1
mypy-extensions==1.0.0
networkx==3.1
numpy==1.26.0
numpy==1.26.1
oauth2client==4.1.3
oauthlib==3.2.2
onelogin==2.0.4
Expand All @@ -97,7 +97,7 @@ parsy==2.1
pathspec==0.11.2
pep8-naming==0.13.3
pint==0.22
pip==23.2.1
pip==23.3
pip-tools==7.3.0
plantuml==0.3.0
platformdirs==3.11.0
Expand All @@ -108,13 +108,13 @@ posthog==3.0.2
prometheus-client==0.17.1
prompt-toolkit==3.0.39
protobuf==4.24.4
psutil==5.9.5
psutil==5.9.6
psycopg2-binary==2.9.9
pyarrow==13.0.0
pyasn1==0.5.0
pyasn1-modules==0.3.0
pycares==4.3.0
pycodestyle==2.11.0
pycares==4.4.0
pycodestyle==2.11.1
pycparser==2.21
pycryptodomex==3.19.0
pydantic==2.4.2
Expand All @@ -123,7 +123,7 @@ pyflakes==3.1.0
pygithub==2.1.1
pygments==2.16.1
pyjwt[crypto]==2.8.0
pylint==3.0.0
pylint==3.0.1
pymysql==1.1.0
pynacl==1.5.0
pyopenssl==23.2.0
Expand Down Expand Up @@ -154,7 +154,7 @@ s3transfer==0.7.0
setuptools==68.2.2
six==1.16.0
slack-sdk==3.23.0
snowflake-connector-python==3.2.1
snowflake-connector-python==3.3.0
snowflake-sqlalchemy==1.5.0
sortedcontainers==2.4.0
sqlalchemy==1.4.49
Expand All @@ -179,11 +179,11 @@ typish==1.9.3
tzdata==2023.3
tzlocal==5.1
uritemplate==4.1.1
urllib3==1.26.17
urllib3==1.26.18
ustache==0.1.5
virtualenv==20.24.5
wcwidth==0.2.8
websocket-client==1.6.3
websocket-client==1.6.4
wheel==0.41.2
wrapt==1.15.0
yarl==1.9.2
Expand Down
34 changes: 17 additions & 17 deletions requirements-extra.txt
@@ -1,25 +1,25 @@
aiodns==3.0.0
aiodns==3.1.1
aiofiles==23.2.1
aiohttp[speedups]==3.8.5
aiohttp[speedups]==3.8.6
aiohttp-jinja2==1.5.1
aiohttp-swagger3==0.7.4
aiosignal==1.3.1
aiostream==0.4.5
annotated-types==0.5.0
annotated-types==0.6.0
apscheduler==3.10.4
asn1crypto==1.5.1
async-timeout==4.0.3
attrs==23.1.0
autocommand==2.2.2
azure-common==1.1.28
azure-core==1.29.4
azure-identity==1.14.0
azure-identity==1.14.1
azure-mgmt-core==1.4.0
azure-mgmt-resource==23.0.1
backoff==2.2.1
bcrypt==4.0.1
boto3==1.28.60
botocore==1.31.60
boto3==1.28.65
botocore==1.31.65
brotli==1.1.0
cachetools==5.3.1
cattrs==23.1.2
Expand All @@ -30,22 +30,22 @@ charset-normalizer==3.3.0
cheroot==10.0.0
cherrypy==18.8.0
cryptography==41.0.4
deepdiff==6.6.0
deepdiff==6.6.1
defusedxml==0.7.1
deprecated==1.2.14
fastjsonschema==2.16.3
filelock==3.12.4
frozendict==2.3.8
frozenlist==1.4.0
google-api-core==2.12.0
google-api-python-client==2.102.0
google-auth==2.23.2
google-api-python-client==2.104.0
google-auth==2.23.3
google-auth-httplib2==0.1.1
google-cloud-core==2.3.3
google-cloud-storage==2.11.0
google-cloud-storage==2.12.0
google-crc32c==1.5.0
google-resumable-media==2.6.0
googleapis-common-protos==1.60.0
googleapis-common-protos==1.61.0
httplib2==0.22.0
idna==3.4
importlib-metadata==6.8.0
Expand All @@ -69,7 +69,7 @@ msal==1.24.1
msal-extensions==1.0.0
multidict==6.0.4
networkx==3.1
numpy==1.26.0
numpy==1.26.1
oauth2client==4.1.3
oauthlib==3.2.2
onelogin==2.0.4
Expand All @@ -87,12 +87,12 @@ posthog==3.0.2
prometheus-client==0.17.1
prompt-toolkit==3.0.39
protobuf==4.24.4
psutil==5.9.5
psutil==5.9.6
psycopg2-binary==2.9.9
pyarrow==13.0.0
pyasn1==0.5.0
pyasn1-modules==0.3.0
pycares==4.3.0
pycares==4.4.0
pycparser==2.21
pycryptodomex==3.19.0
pydantic==2.4.2
Expand Down Expand Up @@ -124,7 +124,7 @@ s3transfer==0.7.0
setuptools==68.2.2
six==1.16.0
slack-sdk==3.23.0
snowflake-connector-python==3.2.1
snowflake-connector-python==3.3.0
snowflake-sqlalchemy==1.5.0
sortedcontainers==2.4.0
sqlalchemy==1.4.49
Expand All @@ -139,10 +139,10 @@ typish==1.9.3
tzdata==2023.3
tzlocal==5.1
uritemplate==4.1.1
urllib3==1.26.17
urllib3==1.26.18
ustache==0.1.5
wcwidth==0.2.8
websocket-client==1.6.3
websocket-client==1.6.4
wrapt==1.15.0
yarl==1.9.2
zc-lockfile==3.0.post1
Expand Down
43 changes: 21 additions & 22 deletions requirements-test.txt
@@ -1,26 +1,26 @@
aiodns==3.0.0
aiodns==3.1.1
aiofiles==23.2.1
aiohttp[speedups]==3.8.5
aiohttp[speedups]==3.8.6
aiohttp-jinja2==1.5.1
aiohttp-swagger3==0.7.4
aiosignal==1.3.1
aiostream==0.4.5
annotated-types==0.5.0
annotated-types==0.6.0
apscheduler==3.10.4
astroid==3.0.0
astroid==3.0.1
async-timeout==4.0.3
attrs==23.1.0
autocommand==2.2.2
azure-common==1.1.28
azure-core==1.29.4
azure-identity==1.14.0
azure-identity==1.14.1
azure-mgmt-core==1.4.0
azure-mgmt-resource==23.0.1
backoff==2.2.1
bcrypt==4.0.1
black==23.9.1
boto3==1.28.60
botocore==1.31.60
black==23.10.0
boto3==1.28.65
botocore==1.31.65
brotli==1.1.0
build==1.0.3
cachetools==5.3.1
Expand All @@ -36,24 +36,23 @@ click==8.1.7
colorama==0.4.6
coverage[toml]==7.3.2
cryptography==41.0.4
deepdiff==6.6.0
deepdiff==6.6.1
defusedxml==0.7.1
deprecated==1.2.14
dill==0.3.7
distlib==0.3.7
docutils==0.20.1
fastjsonschema==2.16.3
filelock==3.12.4
flake8==6.1.0
frozendict==2.3.8
frozenlist==1.4.0
google-api-core==2.12.0
google-api-python-client==2.102.0
google-auth==2.23.2
google-api-python-client==2.104.0
google-auth==2.23.3
google-auth-httplib2==0.1.1
googleapis-common-protos==1.60.0
googleapis-common-protos==1.61.0
httplib2==0.22.0
hypothesis==6.87.1
hypothesis==6.88.1
idna==3.4
importlib-metadata==6.8.0
inflect==7.0.0
Expand All @@ -78,7 +77,7 @@ more-itertools==10.1.0
msal==1.24.1
msal-extensions==1.0.0
multidict==6.0.4
mypy==1.5.1
mypy==1.6.1
mypy-extensions==1.0.0
networkx==3.1
oauth2client==4.1.3
Expand All @@ -91,7 +90,7 @@ parsy==2.1
pathspec==0.11.2
pep8-naming==0.13.3
pint==0.22
pip==23.2.1
pip==23.3
pip-tools==7.3.0
plantuml==0.3.0
platformdirs==3.11.0
Expand All @@ -102,19 +101,19 @@ posthog==3.0.2
prometheus-client==0.17.1
prompt-toolkit==3.0.39
protobuf==4.24.4
psutil==5.9.5
psutil==5.9.6
pyasn1==0.5.0
pyasn1-modules==0.3.0
pycares==4.3.0
pycodestyle==2.11.0
pycares==4.4.0
pycodestyle==2.11.1
pycparser==2.21
pydantic==2.4.2
pydantic-core==2.10.1
pyflakes==3.1.0
pygithub==2.1.1
pygments==2.16.1
pyjwt[crypto]==2.8.0
pylint==3.0.0
pylint==3.0.1
pynacl==1.5.0
pyparsing==3.1.1
pyproject-api==1.6.1
Expand Down Expand Up @@ -165,11 +164,11 @@ typish==1.9.3
tzdata==2023.3
tzlocal==5.1
uritemplate==4.1.1
urllib3==1.26.17
urllib3==1.26.18
ustache==0.1.5
virtualenv==20.24.5
wcwidth==0.2.8
websocket-client==1.6.3
websocket-client==1.6.4
wheel==0.41.2
wrapt==1.15.0
yarl==1.9.2
Expand Down

0 comments on commit a014efb

Please sign in to comment.