Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/pip/requirements/develop/watch…
Browse files Browse the repository at this point in the history
…dog-4.0.0
  • Loading branch information
jysheng123 authored Feb 29, 2024
2 parents 29bad06 + d1f4a88 commit 4bd357f
Show file tree
Hide file tree
Showing 6 changed files with 411 additions and 411 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ tzlocal==5.2
cfn-lint~=0.85.2

# Type checking boto3 objects
boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray,sqs,kinesis]==1.34.48
boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray,sqs,kinesis]==1.34.52
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r pre-dev.txt

coverage==7.4.2
coverage==7.4.3
pytest-cov==4.1.0


Expand All @@ -12,13 +12,13 @@ types-pywin32==306.0.0.20240130
types-PyYAML==6.0.12.12
types-chevron==0.14.2.20240106
types-psutil==5.9.5.20240205
types-setuptools==69.1.0.20240223
types-setuptools==69.1.0.20240229
types-Pygments==2.17.0.20240106
types-colorama==0.4.15.20240205
types-dateparser==1.1.4.20240106
types-docutils==0.20.0.20240201
types-docutils==0.20.0.20240227
types-jsonschema==4.21.0.20240118
types-pyOpenSSL==24.0.0.20240130
types-pyOpenSSL==24.0.0.20240228
# as of types-requests>=2.31.0.7, this now requires `urllib3>2`, pin we are able to upgrade
types-requests==2.31.0.6
types-urllib3==1.26.25.14
Expand Down
2 changes: 1 addition & 1 deletion requirements/pyinstaller-build.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Executable binary builder requirements
setuptools==69.1.0
setuptools==69.1.1
pyinstaller==6.4.0
Loading

0 comments on commit 4bd357f

Please sign in to comment.