Skip to content

Commit 5ceda3a

Browse files
authored
pip update
1 parent cbe9fd9 commit 5ceda3a

File tree

4 files changed

+24
-16
lines changed

4 files changed

+24
-16
lines changed

Pipfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ mkdocs-material = "*"
2424
mkdocs-git-revision-date-plugin = "*"
2525

2626
[packages]
27-
aws-lambda-powertools = "*"
28-
pydantic = "*"
29-
aws_xray_sdk = "*"
27+
aws-lambda-powertools= {extras = ["all"],version = "*"}
3028

3129
[requires]
3230
python_version = "3.9"

Pipfile.lock

Lines changed: 15 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev_requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ pyparsing==3.0.9; python_full_version >= '3.6.8'
5454
pytest==7.1.3
5555
pytest-cov==4.0.0
5656
pytest-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'
5858
pytest-mock==3.10.0
5959
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
6060
python-dotenv==0.21.0
6161
pyyaml==6.0; python_version >= '3.6'
6262
pyyaml-env-tag==0.1; python_version >= '3.6'
6363
radon==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'
6565
s3transfer==0.6.0; python_version >= '3.7'
6666
-e ./cdk
6767
setuptools==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,
7171
tomli==2.0.1; python_version >= '3.7'
7272
typeguard==2.13.3; python_full_version >= '3.5.3'
7373
typing-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'
7575
virtualenv==20.16.5; python_version >= '3.6'
7676
watchdog==2.1.9; python_version >= '3.6'
7777
xenon==0.9.0
7878
yapf==0.32.0
7979
zipp==3.10.0; python_version >= '3.7'
80-
aws-lambda-powertools==2.0.0
80+
aws-lambda-powertools[all]==2.0.0
8181
aws-xray-sdk==2.10.0
82+
fastjsonschema==2.16.2
8283
pydantic==1.10.2
8384
wrapt==1.14.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'

lambda_requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
-i https://pypi.org/simple
2-
aws-lambda-powertools==2.0.0
2+
aws-lambda-powertools[all]==2.0.0
33
aws-xray-sdk==2.10.0
44
botocore==1.27.96; python_version >= '3.7'
5+
fastjsonschema==2.16.2
56
jmespath==1.0.1; python_version >= '3.7'
67
pydantic==1.10.2
78
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
89
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
910
typing-extensions==4.4.0; python_version >= '3.7'
10-
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'
11+
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'
1112
wrapt==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

Comments
 (0)