Skip to content

Commit 8da9c6a

Browse files
chore(deps): update non-major dependencies
1 parent 49cbc52 commit 8da9c6a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Set up Python
8585
uses: actions/setup-python@v6
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: |

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ dependencies = [
3434
]
3535

3636
[project.optional-dependencies]
37-
s3 = ["boto3==1.40.50"]
38-
aws = ["boto3==1.40.50"] # Alias for s3 for backward compatibility
37+
s3 = ["boto3==1.40.54"]
38+
aws = ["boto3==1.40.54"] # Alias for s3 for backward compatibility
3939
vault = ["hvac==2.3.0"]
40-
all = ["boto3==1.40.50", "hvac==2.3.0"]
40+
all = ["boto3==1.40.54", "hvac==2.3.0"]
4141
dev = [
4242
"pytest==8.4.2",
4343
"pytest-cov==7.0.0",
4444
"pytest-mock==3.15.1",
4545
"pytest-xdist==3.8.0",
46-
"coverage[toml]==7.10.7",
46+
"coverage[toml]==7.11.0",
4747
"black==25.9.0",
4848
"flake8==7.3.0",
4949
"mypy==1.18.2",
5050
"types-PyYAML==6.0.12.20250915",
51-
"boto3==1.40.50",
51+
"boto3==1.40.54",
5252
"hvac==2.3.0",
5353
"bump-my-version==1.2.4",
5454
"build==1.3.0",

0 commit comments

Comments
 (0)