Skip to content

Commit

Permalink
[chore][resoto] Bump libs (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Jan 22, 2024
1 parent 04ded94 commit 1f0ca94
Show file tree
Hide file tree
Showing 13 changed files with 83 additions and 272 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_resotolib.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{hashFiles('./resotolib/pyproject.toml')}}-${{hashFiles('./resotolib/requirements-test.txt')}}
key: ${{ runner.os }}-pip-${{hashFiles('./resotolib/pyproject.toml')}}-${{hashFiles('./resotolib/requirements-all.txt')}}
restore-keys: |
${{ runner.os }}-pip-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model_check.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-test.txt
python -m pip install -r requirements-all.txt
pip install resotolib/ plugins/aws/ plugins/azure/ plugins/digitalocean/ plugins/dockerhub/ plugins/example_collector/ plugins/gcp/ plugins/github/ plugins/k8s/ plugins/onelogin/ plugins/onprem/ plugins/posthog/ plugins/random/ plugins/scarf/ plugins/slack/ plugins/vsphere/
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/resotocore_coverage.yml
Expand Up @@ -43,14 +43,14 @@ jobs:
# This path is specific to Ubuntu
path: ~/.cache/pip
# Look to see if there is a cache hit for the corresponding requirements file
key: ${{runner.os}}-pip-${{hashFiles('./resotocore/pyproject.toml')}}-${{hashFiles('./resotocore/requirements-test.txt')}}
key: ${{runner.os}}-pip-${{hashFiles('./resotocore/pyproject.toml')}}-${{hashFiles('./resotocore/requirements-all.txt')}}
restore-keys: |
${{ runner.os }}-pip-
${{ runner.os }}-
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r ../requirements-test.txt
pip install -r ../requirements-all.txt
pip install ../resotolib
- name: Run Tests
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/resotocore_lint.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
# This path is specific to Ubuntu
path: ~/.cache/pip
# Look to see if there is a cache hit for the corresponding requirements file
key: ${{runner.os}}-pip-${{hashFiles('./resotocore/pyproject.toml')}}-${{hashFiles('./resotocore/requirements-test.txt')}}
key: ${{runner.os}}-pip-${{hashFiles('./resotocore/pyproject.toml')}}-${{hashFiles('./resotocore/requirements-all.txt')}}
- name: Install Dependencies
run: ./setup_venv.sh --dev --no-venv --no-plugins
- name: Check Formatting
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/resotocore_test_and_build.yml
Expand Up @@ -49,14 +49,14 @@ jobs:
# This path is specific to Ubuntu
path: ~/.cache/pip
# Look to see if there is a cache hit for the corresponding requirements file
key: ${{runner.os}}-pip-${{hashFiles('./resotocore/pyproject.toml')}}-${{hashFiles('./resotocore/requirements-test.txt')}}
key: ${{runner.os}}-pip-${{hashFiles('./resotocore/pyproject.toml')}}-${{hashFiles('./resotocore/requirements-all.txt')}}
restore-keys: |
${{ runner.os }}-pip-
${{ runner.os }}-
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r ../requirements-test.txt
pip install -r ../requirements-all.txt
pip install ../resotolib
- name: Run Tests
env:
Expand Down
2 changes: 1 addition & 1 deletion plugins/aws/tools/awspolicygen/tox.ini
Expand Up @@ -13,7 +13,7 @@ asyncio_mode= auto
[testenv]
usedevelop = true
deps =
-rrequirements-test.txt
-rrequirements-all.txt
-rrequirements.txt

[testenv:syntax]
Expand Down
2 changes: 1 addition & 1 deletion plugins/gcp/tools/gcppolicygen/tox.ini
Expand Up @@ -13,7 +13,7 @@ asyncio_mode= auto
[testenv]
usedevelop = true
deps =
-rrequirements-test.txt
-rrequirements-all.txt
-rrequirements.txt

[testenv:syntax]
Expand Down
44 changes: 21 additions & 23 deletions requirements-all.txt
Expand Up @@ -6,22 +6,21 @@ aiohttp-swagger3==0.8.0
aiosignal==1.3.1
aiostream==0.5.2
annotated-types==0.6.0
anyio==4.2.0
apscheduler==3.10.4
asn1crypto==1.5.1
astroid==3.0.2
attrs==23.2.0
autocommand==2.2.2
azure-common==1.1.28
azure-core==1.29.6
azure-core==1.29.7
azure-identity==1.15.0
azure-mgmt-core==1.4.0
azure-mgmt-resource==23.0.1
backoff==2.2.1
bcrypt==4.1.2
black==23.12.1
boto3==1.34.13
botocore==1.34.13
boto3==1.34.23
botocore==1.34.23
brotli==1.1.0
build==1.0.3
cachetools==5.3.2
Expand Down Expand Up @@ -49,16 +48,16 @@ flake8==7.0.0
frozendict==2.4.0
frozenlist==1.4.1
google-api-core==2.15.0
google-api-python-client==2.112.0
google-auth==2.26.1
google-api-python-client==2.114.0
google-auth==2.26.2
google-auth-httplib2==0.2.0
google-cloud-core==2.4.1
google-cloud-storage==2.14.0
google-crc32c==1.5.0
google-resumable-media==2.7.0
googleapis-common-protos==1.62.0
httplib2==0.22.0
hypothesis==6.92.2
hypothesis==6.96.2
idna==3.6
importlib-metadata==7.0.1
inflect==7.0.0
Expand All @@ -73,13 +72,13 @@ jinja2==3.1.3
jmespath==1.0.1
jq==1.6.0
jsons==1.6.3
kubernetes==28.1.0
kubernetes==29.0.0
markdown-it-py==3.0.0
markupsafe==2.1.3
markupsafe==2.1.4
mccabe==0.7.0
mdurl==0.1.2
monotonic==1.6
more-itertools==10.1.0
more-itertools==10.2.0
msal==1.26.0
msal-extensions==1.1.0
multidict==6.0.4
Expand All @@ -104,13 +103,13 @@ platformdirs==3.11.0
pluggy==1.3.0
portalocker==2.8.2
portend==3.2.0
posthog==3.1.0
posthog==3.3.2
prometheus-client==0.19.0
prompt-toolkit==3.0.43
protobuf==4.25.1
psutil==5.9.7
protobuf==4.25.2
psutil==5.9.8
psycopg2-binary==2.9.9
pyarrow==14.0.2
pyarrow==15.0.0
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycares==4.4.0
Expand All @@ -133,17 +132,17 @@ pytest==7.4.4
pytest-asyncio==0.23.3
pytest-cov==4.1.0
pytest-runner==6.0.1
python-arango==7.8.1
python-arango==7.9.1
python-dateutil==2.8.2
pytz==2023.3.post1
pyvmomi==8.0.2.0.1
pyyaml==6.0.1
requests==2.31.0
requests-oauthlib==1.3.1
requests-toolbelt==1.0.0
resotoclient==1.6.1
resotoclient==1.6.2
resotodata==0.2.2
resotodatalink[extra]==1.2.0
resotodatalink[extra]==1.2.1
resotoui==3.7.1
retrying==1.3.4
rfc3339-validator==0.1.4
Expand All @@ -152,8 +151,7 @@ rsa==4.9
s3transfer==0.10.0
setuptools==69.0.3
six==1.16.0
slack-sdk==3.26.1
sniffio==1.3.0
slack-sdk==3.26.2
snowflake-connector-python==3.6.0
snowflake-sqlalchemy==1.5.1
sortedcontainers==2.4.0
Expand All @@ -166,12 +164,12 @@ toolz==0.12.0
tox==4.11.4
transitions==0.9.0
typeguard==4.1.5
types-aiofiles==23.2.0.0
types-python-dateutil==2.8.19.14
types-aiofiles==23.2.0.20240106
types-python-dateutil==2.8.19.20240106
types-pytz==2023.3.1.1
types-pyyaml==6.0.12.12
types-requests==2.31.0.6
types-setuptools==69.0.0.0
types-setuptools==69.0.0.20240115
types-tzlocal==5.1.0.1
types-urllib3==1.26.25.14
typing-extensions==4.9.0
Expand All @@ -182,7 +180,7 @@ uritemplate==4.1.1
urllib3==1.26.18
ustache==0.1.5
virtualenv==20.25.0
wcwidth==0.2.12
wcwidth==0.2.13
websocket-client==1.7.0
wheel==0.42.0
wrapt==1.16.0
Expand Down
36 changes: 17 additions & 19 deletions requirements-extra.txt
Expand Up @@ -6,20 +6,19 @@ aiohttp-swagger3==0.8.0
aiosignal==1.3.1
aiostream==0.5.2
annotated-types==0.6.0
anyio==4.2.0
apscheduler==3.10.4
asn1crypto==1.5.1
attrs==23.2.0
autocommand==2.2.2
azure-common==1.1.28
azure-core==1.29.6
azure-core==1.29.7
azure-identity==1.15.0
azure-mgmt-core==1.4.0
azure-mgmt-resource==23.0.1
backoff==2.2.1
bcrypt==4.1.2
boto3==1.34.13
botocore==1.34.13
boto3==1.34.23
botocore==1.34.23
brotli==1.1.0
cachetools==5.3.2
cattrs==23.2.3
Expand All @@ -39,8 +38,8 @@ filelock==3.13.1
frozendict==2.4.0
frozenlist==1.4.1
google-api-core==2.15.0
google-api-python-client==2.112.0
google-auth==2.26.1
google-api-python-client==2.114.0
google-auth==2.26.2
google-auth-httplib2==0.2.0
google-cloud-core==2.4.1
google-cloud-storage==2.14.0
Expand All @@ -60,12 +59,12 @@ jinja2==3.1.3
jmespath==1.0.1
jq==1.6.0
jsons==1.6.3
kubernetes==28.1.0
kubernetes==29.0.0
markdown-it-py==3.0.0
markupsafe==2.1.3
markupsafe==2.1.4
mdurl==0.1.2
monotonic==1.6
more-itertools==10.1.0
more-itertools==10.2.0
msal==1.26.0
msal-extensions==1.1.0
multidict==6.0.4
Expand All @@ -83,13 +82,13 @@ plantuml==0.3.0
platformdirs==3.11.0
portalocker==2.8.2
portend==3.2.0
posthog==3.1.0
posthog==3.3.2
prometheus-client==0.19.0
prompt-toolkit==3.0.43
protobuf==4.25.1
psutil==5.9.7
protobuf==4.25.2
psutil==5.9.8
psycopg2-binary==2.9.9
pyarrow==14.0.2
pyarrow==15.0.0
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycares==4.4.0
Expand All @@ -103,17 +102,17 @@ pymysql==1.1.0
pynacl==1.5.0
pyopenssl==23.3.0
pyparsing==3.1.1
python-arango==7.8.1
python-arango==7.9.1
python-dateutil==2.8.2
pytz==2023.3.post1
pyvmomi==8.0.2.0.1
pyyaml==6.0.1
requests==2.31.0
requests-oauthlib==1.3.1
requests-toolbelt==1.0.0
resotoclient==1.6.1
resotoclient==1.6.2
resotodata==0.2.2
resotodatalink[extra]==1.2.0
resotodatalink[extra]==1.2.1
resotoui==3.7.1
retrying==1.3.4
rfc3339-validator==0.1.4
Expand All @@ -122,8 +121,7 @@ rsa==4.9
s3transfer==0.10.0
setuptools==69.0.3
six==1.16.0
slack-sdk==3.26.1
sniffio==1.3.0
slack-sdk==3.26.2
snowflake-connector-python==3.6.0
snowflake-sqlalchemy==1.5.1
sortedcontainers==2.4.0
Expand All @@ -141,7 +139,7 @@ tzlocal==5.2
uritemplate==4.1.1
urllib3==1.26.18
ustache==0.1.5
wcwidth==0.2.12
wcwidth==0.2.13
websocket-client==1.7.0
wrapt==1.16.0
yarl==1.9.4
Expand Down

0 comments on commit 1f0ca94

Please sign in to comment.