@@ -54,14 +54,14 @@ pyparsing==3.0.9; python_full_version >= '3.6.8'
5454pytest==7.1.3
5555pytest-cov==4.0.0
5656pytest-html==3.1.1
57- pytest-metadata==2.0.2; python_version >= '3.7' and python_version < '4.0 '
57+ pytest-metadata==2.0.2; python_version >= '3.7' and python_version < '4'
5858pytest-mock==3.10.0
5959python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
6060python-dotenv==0.21.0
6161pyyaml==6.0; python_version >= '3.6'
6262pyyaml-env-tag==0.1; python_version >= '3.6'
6363radon==5.1.0
64- requests==2.28.1; python_version >= '3.7' and python_version < '4.0 '
64+ requests==2.28.1; python_version >= '3.7' and python_version < '4'
6565s3transfer==0.6.0; python_version >= '3.7'
6666-e ./cdk
6767setuptools==65.5.0; python_version >= '3.7'
@@ -71,13 +71,14 @@ toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2,
7171tomli==2.0.1; python_version >= '3.7'
7272typeguard==2.13.3; python_full_version >= '3.5.3'
7373typing-extensions==4.4.0; python_version >= '3.7'
74- urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
74+ urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_full_version < '4.0.0 '
7575virtualenv==20.16.5; python_version >= '3.6'
7676watchdog==2.1.9; python_version >= '3.6'
7777xenon==0.9.0
7878yapf==0.32.0
7979zipp==3.10.0; python_version >= '3.7'
80- aws-lambda-powertools==2.0.0
80+ aws-lambda-powertools[all] ==2.0.0
8181aws-xray-sdk==2.10.0
82+ fastjsonschema==2.16.2
8283pydantic==1.10.2
8384wrapt==1.14.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
0 commit comments