File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8484 - name : Set up Python
8585 uses : actions/setup-python@v5
8686 with :
87- python-version : ' 3.13 ' # Use 3.13 until bandit supports 3.14
87+ python-version : ' 3.14 ' # Use 3.13 until bandit supports 3.14
8888
8989 - name : Install security tools
9090 run : |
Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ classifiers = [
2828]
2929requires-python = " >=3.9"
3030dependencies = [
31- " PyYAML==6.0.1 " ,
31+ " PyYAML==6.0.3 " ,
3232 " deepmerge==2.0" ,
3333 " pathlib2==2.3.7.post1" ,
3434]
3535
3636[project .optional-dependencies ]
37- s3 = [" boto3==1.34.6 " ]
38- aws = [" boto3==1.34.6 " ] # Alias for s3 for backward compatibility
37+ s3 = [" boto3==1.40.50 " ]
38+ aws = [" boto3==1.40.50 " ] # Alias for s3 for backward compatibility
3939vault = [" hvac==1.2.1" ]
40- all = [" boto3==1.34.6 " , " hvac==1.2.1" ]
40+ all = [" boto3==1.40.50 " , " hvac==1.2.1" ]
4141dev = [
4242 " pytest==8.4.2" ,
4343 " pytest-cov==7.0.0" ,
@@ -48,7 +48,7 @@ dev = [
4848 " flake8==7.3.0" ,
4949 " mypy==1.18.2" ,
5050 " types-PyYAML==6.0.12.20250915" ,
51- " boto3==1.34.6 " ,
51+ " boto3==1.40.50 " ,
5252 " hvac==1.2.1" ,
5353 " bump-my-version==1.2.4" ,
5454 " build==1.3.0" ,
You can’t perform that action at this time.
0 commit comments