File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,24 +33,24 @@ dependencies = [
3333]
3434
3535[project .optional-dependencies ]
36- s3 = [" boto3==1.42.9 " ]
37- aws = [" boto3==1.42.9 " ] # Alias for s3 for backward compatibility
36+ s3 = [" boto3==1.42.42 " ]
37+ aws = [" boto3==1.42.42 " ] # Alias for s3 for backward compatibility
3838vault = [" hvac==2.4.0" ]
39- all = [" boto3==1.42.9 " , " hvac==2.4.0" ]
39+ all = [" boto3==1.42.42 " , " hvac==2.4.0" ]
4040dev = [
4141 " pytest==9.0.2" ,
4242 " pytest-cov==7.0.0" ,
4343 " pytest-mock==3.15.1" ,
4444 " pytest-xdist==3.8.0" ,
45- " coverage[toml]==7.13.0 " ,
45+ " coverage[toml]==7.13.3 " ,
4646 " black==25.12.0" ,
4747 " flake8==7.3.0" ,
4848 " mypy==1.19.1" ,
4949 " types-PyYAML==6.0.12.20250915" ,
50- " boto3==1.42.9 " ,
50+ " boto3==1.42.42 " ,
5151 " hvac==2.4.0" ,
52- " bump-my-version==1.2.5 " ,
53- " build==1.3 .0" ,
52+ " bump-my-version==1.2.6 " ,
53+ " build==1.4 .0" ,
5454 " twine==6.2.0" ,
5555]
5656
You can’t perform that action at this time.
0 commit comments