We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d395e commit 5dfbdeeCopy full SHA for 5dfbdee
.github/workflows/ci.yaml
@@ -84,7 +84,7 @@ jobs:
84
- name: Set up Python
85
uses: actions/setup-python@v6
86
with:
87
- python-version: '3.13' # Use 3.13 until bandit supports 3.14
+ python-version: '3.14' # Use 3.13 until bandit supports 3.14
88
89
- name: Install security tools
90
run: |
pyproject.toml
@@ -43,7 +43,7 @@ dev = [
43
"pytest-cov==7.0.0",
44
"pytest-mock==3.15.1",
45
"pytest-xdist==3.8.0",
46
- "coverage[toml]==7.10.7",
+ "coverage[toml]==7.11.0",
47
"black==25.9.0",
48
"flake8==7.3.0",
49
"mypy==1.18.2",
0 commit comments