-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Damien J. Burks
authored and
Damien J. Burks
committed
Apr 23, 2024
1 parent
a2cc6ca
commit 2a2ec46
Showing
1 changed file
with
51 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,60 @@ | ||
astroid==2.11.6 | ||
attrs==22.1.0 | ||
aws-cdk-lib==2.45.0 | ||
black==22.12.0 | ||
boto3==1.24.7 | ||
botocore==1.27.69 | ||
cattrs==22.1.0 | ||
certifi==2022.12.7 | ||
cffi==1.15.1 | ||
charset-normalizer==2.1.0 | ||
click==8.1.3 | ||
configparser==5.3.0 | ||
constructs==10.1.36 | ||
cryptography==42.0.4 | ||
dill==0.3.5.1 | ||
astroid==3.1.0 | ||
attrs==23.2.0 | ||
aws-cdk-lib==2.138.0 | ||
aws-cdk.asset-awscli-v1==2.2.202 | ||
aws-cdk.asset-kubectl-v20==2.1.2 | ||
aws-cdk.asset-node-proxy-agent-v6==2.0.3 | ||
black==24.4.0 | ||
boto3==1.34.89 | ||
botocore==1.34.89 | ||
cattrs==23.2.3 | ||
certifi==2024.2.2 | ||
cffi==1.16.0 | ||
charset-normalizer==3.3.2 | ||
click==8.1.7 | ||
configparser==7.0.0 | ||
constructs==10.3.0 | ||
cryptography==42.0.5 | ||
dill==0.3.8 | ||
docopt==0.6.2 | ||
exceptiongroup==1.0.0rc9 | ||
idna==3.3 | ||
iniconfig==1.1.1 | ||
invoke==1.7.1 | ||
isort==5.10.1 | ||
exceptiongroup==1.2.1 | ||
idna==3.7 | ||
importlib_resources==6.4.0 | ||
iniconfig==2.0.0 | ||
invoke==2.2.0 | ||
isort==5.13.2 | ||
Jinja2==3.1.3 | ||
jmespath==1.0.0 | ||
jsii>=1.68.0 | ||
lazy-object-proxy==1.7.1 | ||
MarkupSafe==2.1.1 | ||
jmespath==1.0.1 | ||
jsii==1.97.0 | ||
lazy-object-proxy==1.10.0 | ||
MarkupSafe==2.1.5 | ||
mccabe==0.7.0 | ||
moto==4.0.12 | ||
mypy-extensions==0.4.3 | ||
packaging==21.3 | ||
pathspec==0.10.3 | ||
platformdirs==2.6.2 | ||
pluggy==1.0.0 | ||
moto==5.0.5 | ||
mypy-extensions==1.0.0 | ||
packaging==24.0 | ||
pathspec==0.12.1 | ||
platformdirs==4.2.0 | ||
pluggy==1.5.0 | ||
publication==0.0.3 | ||
py==1.11.0 | ||
pycparser==2.21 | ||
Pygments==2.13.0 | ||
pylint==2.14.3 | ||
pyparsing==3.0.9 | ||
pytest==7.1.2 | ||
python-dateutil==2.8.2 | ||
pytz==2023.3 | ||
requests==2.28.1 | ||
responses==0.21.0 | ||
s3transfer==0.6.0 | ||
pycparser==2.22 | ||
Pygments==2.17.2 | ||
pylint==3.1.0 | ||
pyparsing==3.1.2 | ||
pytest==8.1.1 | ||
python-dateutil==2.9.0.post0 | ||
pytz==2024.1 | ||
PyYAML==6.0.1 | ||
requests==2.31.0 | ||
responses==0.25.0 | ||
s3transfer==0.10.1 | ||
six==1.16.0 | ||
tomli==2.0.1 | ||
tomlkit==0.11.0 | ||
tomlkit==0.12.4 | ||
typeguard==2.13.3 | ||
typing_extensions==4.2.0 | ||
urllib3==1.26.12 | ||
Werkzeug==2.1.2 | ||
wrapt==1.14.1 | ||
typing_extensions==4.11.0 | ||
urllib3==1.26.18 | ||
Werkzeug==3.0.2 | ||
wrapt==1.16.0 | ||
xmltodict==0.13.0 | ||
zipp==3.18.1 |