Skip to content

Commit 2c1aa25

Browse files
authored
Merge branch 'develop' into add-auto-delete-old-version
2 parents 26d1e47 + e3acc7d commit 2c1aa25

8 files changed

Lines changed: 665 additions & 674 deletions

File tree

installer/pyinstaller/build-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ "$python_library_zip_filename" = "" ]; then
1212
fi
1313

1414
if [ "$python_version" = "" ]; then
15-
python_version="3.11.8";
15+
python_version="3.11.10";
1616
fi
1717

1818
if [ "$openssl_version" = "" ]; then

installer/pyinstaller/build-mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [ "$openssl_version" = "" ]; then
3434
fi
3535

3636
if [ "$python_version" = "" ]; then
37-
python_version="3.8.13";
37+
python_version="3.8.20";
3838
fi
3939

4040
if ! [ "$build_binary_name" = "" ]; then

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ regex!=2021.10.8
2828
tzlocal==5.2
2929

3030
#Adding cfn-lint dependency for SAM validate
31-
cfn-lint~=1.11.0
31+
cfn-lint~=1.12.4
3232

3333
# Type checking boto3 objects
34-
boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray,sqs,kinesis]==1.35.8
34+
boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray,sqs,kinesis]==1.35.14

requirements/dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ mypy==1.11.2
1111
types-pywin32==306.0.0.20240822
1212
types-PyYAML==6.0.12.20240808
1313
types-chevron==0.14.2.20240310
14-
types-psutil==6.0.0.20240621
15-
types-setuptools==73.0.0.20240822
14+
types-psutil==6.0.0.20240901
15+
types-setuptools==74.1.0.20240907
1616
types-Pygments==2.18.0.20240506
1717
types-colorama==0.4.15.20240311
1818
types-dateparser==1.2.0.20240420
19-
types-docutils==0.21.0.20240724
19+
types-docutils==0.21.0.20240907
2020
types-jsonschema==4.23.0.20240813
2121
types-pyOpenSSL==24.1.0.20240722
2222
# lucashuy: pin `types-request` based on the Python version since newer versions of
2323
# the types require a newer version of requests, which is only installed in newer versions of Python
2424
types-requests==2.31.0.6; python_version<"3.10"
25-
types-requests==2.32.0.20240712; python_version>="3.10"
25+
types-requests==2.32.0.20240907; python_version>="3.10"
2626
types-urllib3==1.26.25.14
2727

2828
# Test requirements
@@ -38,7 +38,7 @@ pytest-rerunfailures==14.0
3838
pytest-metadata==3.1.1
3939
# 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
4040
pytest-json-report-wip==1.5.1
41-
filelock==3.15.4
41+
filelock==3.16.0
4242

4343
# formatter
4444
black==24.8.0

requirements/pre-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruff==0.6.2
1+
ruff==0.6.4

requirements/reproducible-linux.txt

Lines changed: 220 additions & 221 deletions
Large diffs are not rendered by default.

requirements/reproducible-mac.txt

Lines changed: 216 additions & 221 deletions
Large diffs are not rendered by default.

requirements/reproducible-win.txt

Lines changed: 219 additions & 222 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)