Skip to content

Commit

Permalink
Merge branch 'develop' into add-auto-delete-old-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jysheng123 authored Sep 10, 2024
2 parents 26d1e47 + e3acc7d commit 2c1aa25
Show file tree
Hide file tree
Showing 8 changed files with 665 additions and 674 deletions.
2 changes: 1 addition & 1 deletion installer/pyinstaller/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ "$python_library_zip_filename" = "" ]; then
fi

if [ "$python_version" = "" ]; then
python_version="3.11.8";
python_version="3.11.10";
fi

if [ "$openssl_version" = "" ]; then
Expand Down
2 changes: 1 addition & 1 deletion installer/pyinstaller/build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ "$openssl_version" = "" ]; then
fi

if [ "$python_version" = "" ]; then
python_version="3.8.13";
python_version="3.8.20";
fi

if ! [ "$build_binary_name" = "" ]; then
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ regex!=2021.10.8
tzlocal==5.2

#Adding cfn-lint dependency for SAM validate
cfn-lint~=1.11.0
cfn-lint~=1.12.4

# Type checking boto3 objects
boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray,sqs,kinesis]==1.35.8
boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray,sqs,kinesis]==1.35.14
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ mypy==1.11.2
types-pywin32==306.0.0.20240822
types-PyYAML==6.0.12.20240808
types-chevron==0.14.2.20240310
types-psutil==6.0.0.20240621
types-setuptools==73.0.0.20240822
types-psutil==6.0.0.20240901
types-setuptools==74.1.0.20240907
types-Pygments==2.18.0.20240506
types-colorama==0.4.15.20240311
types-dateparser==1.2.0.20240420
types-docutils==0.21.0.20240724
types-docutils==0.21.0.20240907
types-jsonschema==4.23.0.20240813
types-pyOpenSSL==24.1.0.20240722
# lucashuy: pin `types-request` based on the Python version since newer versions of
# the types require a newer version of requests, which is only installed in newer versions of Python
types-requests==2.31.0.6; python_version<"3.10"
types-requests==2.32.0.20240712; python_version>="3.10"
types-requests==2.32.0.20240907; python_version>="3.10"
types-urllib3==1.26.25.14

# Test requirements
Expand All @@ -38,7 +38,7 @@ pytest-rerunfailures==14.0
pytest-metadata==3.1.1
# NOTE (lucashuy): `pytest-json-report` was updated to `pytest-json-report-wip` as the original repository does not seem to be maintained anymore, if `-wip` is updated, validate the changes
pytest-json-report-wip==1.5.1
filelock==3.15.4
filelock==3.16.0

# formatter
black==24.8.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/pre-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruff==0.6.2
ruff==0.6.4
441 changes: 220 additions & 221 deletions requirements/reproducible-linux.txt

Large diffs are not rendered by default.

437 changes: 216 additions & 221 deletions requirements/reproducible-mac.txt

Large diffs are not rendered by default.

441 changes: 219 additions & 222 deletions requirements/reproducible-win.txt

Large diffs are not rendered by default.

0 comments on commit 2c1aa25

Please sign in to comment.