Skip to content

Commit

Permalink
new updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Aug 21, 2024
1 parent 62416b8 commit f2b2585
Show file tree
Hide file tree
Showing 53 changed files with 74 additions and 74 deletions.
4 changes: 2 additions & 2 deletions api/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohappyeyeballs==2.3.7
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.4
aiohttp==3.10.5
# via
# -c ../../requirements/constraints.txt
# -r requirements.in
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-library/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ aiofiles==24.1.0
# via
# -r requirements/../../../packages/service-library/requirements/_base.in
# aioboto3
aiohappyeyeballs==2.3.7
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.4
aiohttp==3.10.5
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../packages/service-library/requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
Expand Down Expand Up @@ -57,7 +57,7 @@ botocore==1.34.131
# aiobotocore
# boto3
# s3transfer
botocore-stubs==1.35.0
botocore-stubs==1.35.1
# via types-aiobotocore
click==8.1.7
# via typer
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ boto3==1.34.131
# -c requirements/_base.txt
# aws-sam-translator
# moto
boto3-stubs==1.35.0
boto3-stubs==1.35.1
# via types-boto3
botocore==1.34.131
# via
Expand All @@ -27,7 +27,7 @@ botocore==1.34.131
# boto3
# moto
# s3transfer
botocore-stubs==1.35.0
botocore-stubs==1.35.1
# via
# -c requirements/_base.txt
# boto3-stubs
Expand Down Expand Up @@ -235,7 +235,7 @@ s3transfer==0.10.2
# via
# -c requirements/_base.txt
# boto3
setuptools==72.2.0
setuptools==73.0.0
# via moto
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-library/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pyyaml==6.0.2
# pre-commit
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via
# -c requirements/_test.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-library/tests/test_ec2_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async def test_get_ec2_instance_capabilities_empty_list_returns_all_options(
instance_types = await simcore_ec2_api.get_ec2_instance_capabilities(set())
assert instance_types
# NOTE: this might need adaptation when moto is updated
assert 700 < len(instance_types) < 800
assert 700 < len(instance_types) < 807


async def test_get_ec2_instance_capabilities_with_invalid_type_raises(
Expand Down
2 changes: 1 addition & 1 deletion packages/dask-task-models-library/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fsspec==2024.6.1
# via dask
idna==3.7
# via email-validator
importlib-metadata==8.2.0
importlib-metadata==8.3.0
# via dask
jinja2==3.1.4
# via
Expand Down
2 changes: 1 addition & 1 deletion packages/dask-task-models-library/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pyyaml==6.0.2
# pre-commit
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via pip-tools
tomli==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion packages/models-library/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ rich==13.7.1
# via typer
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via pip-tools
shellingham==1.5.4
# via typer
Expand Down
2 changes: 1 addition & 1 deletion packages/notifications-library/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pyyaml==6.0.2
# pre-commit
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via pip-tools
tomli==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres-database/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pyyaml==6.0.2
# pre-commit
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via pip-tools
tomli==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion packages/service-integration/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pyyaml==6.0.2
# pre-commit
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via pip-tools
tomli==2.0.1
# via
Expand Down
4 changes: 2 additions & 2 deletions packages/service-library/requirements/_aiohttp.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohappyeyeballs==2.3.7
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.4
aiohttp==3.10.5
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../packages/settings-library/requirements/../../../requirements/constraints.txt
Expand Down
4 changes: 2 additions & 2 deletions packages/service-library/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ aiodocker==0.22.2
# via -r requirements/_base.in
aiofiles==24.1.0
# via -r requirements/_base.in
aiohappyeyeballs==2.3.7
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.4
aiohttp==3.10.5
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../packages/settings-library/requirements/../../../requirements/constraints.txt
Expand Down
4 changes: 2 additions & 2 deletions packages/service-library/requirements/_test.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
aiohappyeyeballs==2.3.7
aiohappyeyeballs==2.4.0
# via
# -c requirements/_aiohttp.txt
# -c requirements/_base.txt
# aiohttp
aiohttp==3.10.4
aiohttp==3.10.5
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_aiohttp.txt
Expand Down
2 changes: 1 addition & 1 deletion packages/service-library/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pyyaml==6.0.2
# pre-commit
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via pip-tools
tomli==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion packages/settings-library/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pyyaml==6.0.2
# pre-commit
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via pip-tools
tomli==2.0.1
# via
Expand Down
4 changes: 2 additions & 2 deletions packages/simcore-sdk/requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ aiofiles==24.1.0
# via
# -r requirements/../../../packages/service-library/requirements/_base.in
# -r requirements/_base.in
aiohappyeyeballs==2.3.7
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.4
aiohttp==3.10.5
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../packages/postgres-database/requirements/../../../requirements/constraints.txt
Expand Down
8 changes: 4 additions & 4 deletions packages/simcore-sdk/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ aiofiles==24.1.0
# via
# -c requirements/_base.txt
# aioboto3
aiohappyeyeballs==2.3.7
aiohappyeyeballs==2.4.0
# via
# -c requirements/_base.txt
# aiohttp
aiohttp==3.10.4
aiohttp==3.10.5
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
Expand Down Expand Up @@ -58,7 +58,7 @@ botocore==1.34.131
# boto3
# moto
# s3transfer
botocore-stubs==1.35.0
botocore-stubs==1.35.1
# via types-aiobotocore
certifi==2024.7.4
# via
Expand Down Expand Up @@ -285,7 +285,7 @@ rpds-py==0.20.0
# referencing
s3transfer==0.10.2
# via boto3
setuptools==72.2.0
setuptools==73.0.0
# via moto
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion packages/simcore-sdk/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pyyaml==6.0.2
# pre-commit
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via
# -c requirements/_test.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion services/agent/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ attrs==21.4.0
# -c requirements/_base.txt
# aiohttp
# jsonschema
aws-sam-translator==1.90.0
aws-sam-translator==1.91.0
# via cfn-lint
aws-xray-sdk==2.14.0
# via moto
Expand Down
8 changes: 4 additions & 4 deletions services/api-server/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ aws-sam-translator==1.55.0
# cfn-lint
aws-xray-sdk==2.14.0
# via moto
boto3==1.35.0
boto3==1.35.1
# via
# aws-sam-translator
# moto
boto3-stubs==1.35.0
boto3-stubs==1.35.1
# via types-boto3
botocore==1.35.0
botocore==1.35.1
# via
# aws-xray-sdk
# boto3
# moto
# s3transfer
botocore-stubs==1.35.0
botocore-stubs==1.35.1
# via boto3-stubs
certifi==2024.2.2
# via
Expand Down
2 changes: 1 addition & 1 deletion services/autoscaling/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ s3transfer==0.10.1
# via
# -c requirements/_base.txt
# boto3
setuptools==72.2.0
setuptools==73.0.0
# via moto
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion services/autoscaling/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pyyaml==6.0.1
# watchdog
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via
# -c requirements/_test.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion services/catalog/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pyyaml==6.0.1
# watchdog
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via pip-tools
tomli==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion services/clusters-keeper/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ s3transfer==0.10.1
# via
# -c requirements/_base.txt
# boto3
setuptools==72.2.0
setuptools==73.0.0
# via moto
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion services/clusters-keeper/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pyyaml==6.0.1
# watchdog
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via
# -c requirements/_test.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion services/dask-sidecar/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ rpds-py==0.18.1
# referencing
s3transfer==0.10.2
# via boto3
setuptools==72.2.0
setuptools==73.0.0
# via moto
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion services/dask-sidecar/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pyyaml==6.0.1
# watchdog
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via
# -c requirements/_test.txt
# pip-tools
Expand Down
4 changes: 2 additions & 2 deletions services/datcore-adapter/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ anyio==4.3.0
# httpx
asgi-lifespan==2.1.0
# via -r requirements/_test.in
boto3-stubs==1.35.0
boto3-stubs==1.35.1
# via types-boto3
botocore-stubs==1.35.0
botocore-stubs==1.35.1
# via
# boto3-stubs
# types-botocore
Expand Down
2 changes: 1 addition & 1 deletion services/datcore-adapter/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pyyaml==6.0.1
# watchdog
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via pip-tools
tomli==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion services/director-v2/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ tornado==6.4
# distributed
traitlets==5.14.3
# via dask-gateway-server
types-networkx==3.2.1.20240813
types-networkx==3.2.1.20240820
# via -r requirements/_test.in
types-psycopg2==2.9.21.20240819
# via -r requirements/_test.in
Expand Down
2 changes: 1 addition & 1 deletion services/director-v2/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pyyaml==6.0.1
# watchdog
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via pip-tools
tomli==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion services/dynamic-scheduler/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pyyaml==6.0.1
# pre-commit
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via pip-tools
tomli==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion services/dynamic-sidecar/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pyyaml==6.0.1
# pre-commit
ruff==0.6.1
# via -r requirements/../../../requirements/devenv.txt
setuptools==72.2.0
setuptools==73.0.0
# via pip-tools
tomli==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion services/efs-guardian/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ s3transfer==0.10.1
# via
# -c requirements/_base.txt
# boto3
setuptools==72.2.0
setuptools==73.0.0
# via moto
six==1.16.0
# via
Expand Down
Loading

0 comments on commit f2b2585

Please sign in to comment.