Skip to content

Commit

Permalink
services tests&tools
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Aug 12, 2024
1 parent 47d7865 commit 21ce72b
Show file tree
Hide file tree
Showing 38 changed files with 438 additions and 341 deletions.
22 changes: 11 additions & 11 deletions services/agent/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ certifi==2023.11.17
# httpcore
# httpx
# requests
cffi==1.16.0
cffi==1.17.0
# via cryptography
cfn-lint==1.8.0
cfn-lint==1.9.7
# via moto
charset-normalizer==2.1.1
# via
Expand All @@ -64,11 +64,11 @@ click==8.1.3
# via
# -c requirements/_base.txt
# flask
coverage==7.6.0
coverage==7.6.1
# via
# -r requirements/_test.in
# pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -c requirements/../../../requirements/constraints.txt
# moto
Expand All @@ -83,7 +83,7 @@ ecdsa==0.19.0
# sshpubkeys
exceptiongroup==1.2.2
# via pytest
faker==26.0.0
faker==26.3.0
# via -r requirements/_test.in
flask==3.0.3
# via
Expand Down Expand Up @@ -131,7 +131,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
jsondiff==2.1.2
jsondiff==2.2.0
# via moto
jsonpatch==1.33
# via cfn-lint
Expand Down Expand Up @@ -189,13 +189,13 @@ pyrsistent==0.19.2
# via
# -c requirements/_base.txt
# jsonschema
pytest==8.2.2
pytest==8.3.2
# via
# -r requirements/_test.in
# pytest-asyncio
# pytest-cov
# pytest-mock
pytest-asyncio==0.21.2
pytest-asyncio==0.23.8
# via
# -c requirements/../../../requirements/constraints.txt
# -r requirements/_test.in
Expand All @@ -213,15 +213,15 @@ python-dateutil==2.8.2
# moto
python-jose==3.3.0
# via moto
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -c requirements/../../../requirements/constraints.txt
# cfn-lint
# jsondiff
# moto
# openapi-spec-validator
# responses
regex==2024.5.15
regex==2024.7.24
# via cfn-lint
requests==2.32.3
# via
Expand Down Expand Up @@ -255,7 +255,7 @@ sniffio==1.3.0
# httpx
sshpubkeys==3.3.1
# via moto
sympy==1.13.0
sympy==1.13.2
# via cfn-lint
tomli==2.0.1
# via
Expand Down
14 changes: 7 additions & 7 deletions services/agent/requirements/_tools.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
astroid==3.2.4
# via pylint
black==24.4.2
black==24.8.0
# via
# -r requirements/../../../requirements/devenv.txt
# -r requirements/_tools.in
Expand Down Expand Up @@ -47,7 +47,7 @@ packaging==23.1
# build
pathspec==0.12.1
# via black
pip==24.1.2
pip==24.2
# via pip-tools
pip-tools==7.4.1
# via -r requirements/../../../requirements/devenv.txt
Expand All @@ -56,21 +56,21 @@ platformdirs==4.2.2
# black
# pylint
# virtualenv
pre-commit==3.7.1
pre-commit==3.8.0
# via -r requirements/../../../requirements/devenv.txt
pylint==3.2.6
# via -r requirements/../../../requirements/devenv.txt
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_test.txt
# pre-commit
# watchdog
ruff==0.5.5
ruff==0.5.7
# via -r requirements/../../../requirements/devenv.txt
setuptools==69.2.0
# via
Expand All @@ -96,7 +96,7 @@ typing-extensions==4.4.0
# mypy
virtualenv==20.26.3
# via pre-commit
watchdog==4.0.1
watchdog==4.0.2
# via -r requirements/_tools.in
wheel==0.43.0
wheel==0.44.0
# via pip-tools
20 changes: 10 additions & 10 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.34.144
boto3==1.34.158
# via
# aws-sam-translator
# moto
boto3-stubs==1.34.144
boto3-stubs==1.34.158
# via types-boto3
botocore==1.34.144
botocore==1.34.158
# via
# aws-xray-sdk
# boto3
# moto
# s3transfer
botocore-stubs==1.34.144
botocore-stubs==1.34.158
# via boto3-stubs
certifi==2024.2.2
# via
Expand All @@ -73,7 +73,7 @@ click==8.1.7
# -c requirements/_base.txt
# -r requirements/_test.in
# flask
coverage==7.6.0
coverage==7.6.1
# via pytest-cov
cryptography==42.0.5
# via
Expand All @@ -96,7 +96,7 @@ exceptiongroup==1.2.0
# -c requirements/_base.txt
# anyio
# pytest
faker==26.0.0
faker==26.3.0
# via -r requirements/_test.in
flask==2.1.3
# via
Expand Down Expand Up @@ -154,7 +154,7 @@ jmespath==1.0.1
# botocore
jschema-to-python==1.2.3
# via cfn-lint
jsondiff==2.1.2
jsondiff==2.2.0
# via moto
jsonpatch==1.33
# via cfn-lint
Expand Down Expand Up @@ -194,7 +194,7 @@ multidict==6.0.5
# -c requirements/_base.txt
# aiohttp
# yarl
mypy==1.10.1
mypy==1.11.1
# via sqlalchemy
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -234,14 +234,14 @@ pyrsistent==0.20.0
# via
# -c requirements/_base.txt
# jsonschema
pytest==8.2.2
pytest==8.3.2
# via
# -r requirements/_test.in
# pytest-asyncio
# pytest-cov
# pytest-docker
# pytest-mock
pytest-asyncio==0.21.2
pytest-asyncio==0.23.8
# via
# -c requirements/../../../requirements/constraints.txt
# -r requirements/_test.in
Expand Down
14 changes: 7 additions & 7 deletions services/api-server/requirements/_tools.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
astroid==3.2.4
# via pylint
black==24.4.2
black==24.8.0
# via -r requirements/../../../requirements/devenv.txt
build==1.2.1
# via pip-tools
Expand Down Expand Up @@ -41,7 +41,7 @@ markupsafe==2.1.5
# jinja2
mccabe==0.7.0
# via pylint
mypy==1.10.1
mypy==1.11.1
# via
# -c requirements/_test.txt
# -r requirements/../../../requirements/devenv.txt
Expand All @@ -60,7 +60,7 @@ packaging==24.0
# build
pathspec==0.12.1
# via black
pip==24.1.2
pip==24.2
# via pip-tools
pip-tools==7.4.1
# via -r requirements/../../../requirements/devenv.txt
Expand All @@ -69,7 +69,7 @@ platformdirs==4.2.2
# black
# pylint
# virtualenv
pre-commit==3.7.1
pre-commit==3.8.0
# via -r requirements/../../../requirements/devenv.txt
pylint==3.2.6
# via -r requirements/../../../requirements/devenv.txt
Expand All @@ -84,7 +84,7 @@ pyyaml==6.0.1
# -c requirements/_test.txt
# pre-commit
# watchdog
ruff==0.5.5
ruff==0.5.7
# via -r requirements/../../../requirements/devenv.txt
setuptools==69.2.0
# via
Expand All @@ -110,7 +110,7 @@ typing-extensions==4.10.0
# mypy
virtualenv==20.26.3
# via pre-commit
watchdog==4.0.1
watchdog==4.0.2
# via -r requirements/_tools.in
wheel==0.43.0
wheel==0.44.0
# via pip-tools
32 changes: 16 additions & 16 deletions services/autoscaling/requirements/_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
antlr4-python3-runtime==4.13.1
antlr4-python3-runtime==4.13.2
# via moto
anyio==4.3.0
# via
Expand Down Expand Up @@ -44,21 +44,21 @@ certifi==2024.2.2
# httpcore
# httpx
# requests
cffi==1.16.0
cffi==1.17.0
# via cryptography
cfn-lint==1.8.0
cfn-lint==1.9.7
# via moto
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# -c requirements/_base.txt
# flask
coverage==7.6.0
coverage==7.6.1
# via
# -r requirements/_test.in
# pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -c requirements/../../../requirements/constraints.txt
# joserfc
Expand All @@ -74,9 +74,9 @@ exceptiongroup==1.2.1
# -c requirements/_base.txt
# anyio
# pytest
faker==26.0.0
faker==26.3.0
# via -r requirements/_test.in
fakeredis==2.23.3
fakeredis==2.23.5
# via -r requirements/_test.in
flask==3.0.3
# via
Expand Down Expand Up @@ -125,7 +125,7 @@ jmespath==1.0.1
# botocore
joserfc==1.0.0
# via moto
jsondiff==2.1.2
jsondiff==2.2.0
# via moto
jsonpatch==1.33
# via cfn-lint
Expand Down Expand Up @@ -155,7 +155,7 @@ markupsafe==2.1.5
# -c requirements/_base.txt
# jinja2
# werkzeug
moto==5.0.11
moto==5.0.12
# via -r requirements/_test.in
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -195,15 +195,15 @@ pydantic==1.10.15
# aws-sam-translator
pyparsing==3.1.2
# via moto
pytest==8.2.2
pytest==8.3.2
# via
# -r requirements/_test.in
# pytest-asyncio
# pytest-cov
# pytest-icdiff
# pytest-mock
# pytest-sugar
pytest-asyncio==0.21.2
pytest-asyncio==0.23.8
# via
# -c requirements/../../../requirements/constraints.txt
# -r requirements/_test.in
Expand Down Expand Up @@ -245,7 +245,7 @@ referencing==0.29.3
# jsonschema
# jsonschema-path
# jsonschema-specifications
regex==2024.5.15
regex==2024.7.24
# via cfn-lint
requests==2.32.3
# via
Expand All @@ -268,7 +268,7 @@ s3transfer==0.10.1
# via
# -c requirements/_base.txt
# boto3
setuptools==71.0.2
setuptools==72.1.0
# via moto
six==1.16.0
# via
Expand All @@ -285,7 +285,7 @@ sortedcontainers==2.4.0
# via
# -c requirements/_base.txt
# fakeredis
sympy==1.13.0
sympy==1.13.2
# via cfn-lint
termcolor==2.4.0
# via pytest-sugar
Expand All @@ -301,7 +301,7 @@ types-aiobotocore-ec2==2.13.0
# via
# -c requirements/_base.txt
# types-aiobotocore
types-aiobotocore-iam==2.13.1
types-aiobotocore-iam==2.13.2
# via types-aiobotocore
types-aiobotocore-s3==2.13.0
# via
Expand All @@ -315,7 +315,7 @@ types-awscrt==0.20.9
# via
# -c requirements/_base.txt
# botocore-stubs
types-pyyaml==6.0.12.20240724
types-pyyaml==6.0.12.20240808
# via -r requirements/_test.in
typing-extensions==4.11.0
# via
Expand Down
Loading

0 comments on commit 21ce72b

Please sign in to comment.