Skip to content

Commit 4beb2be

Browse files
authored
Merge pull request #2479 from Trusted-AI/dependabot/pip/pycodestyle-2.12.1
Bump pycodestyle from 2.12.0 to 2.12.1
2 parents 42c6da4 + a2aa7e5 commit 4beb2be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci-goturn.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
uses: ./.github/actions/goturn
3434
- name: Upload coverage to Codecov
3535
uses: codecov/codecov-action@v4
36+
env:
37+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3638
with:
3739
token: ${{ secrets.CODECOV_TOKEN }}
3840
fail_ci_if_error: true

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pytest-mock~=3.14.0
5656
pytest-cov~=5.0.0
5757
pylint==3.2.6
5858
mypy==1.11.1
59-
pycodestyle==2.12.0
59+
pycodestyle==2.12.1
6060
black==24.4.2
6161
ruff==0.5.5
6262
types-six==1.16.21.9

0 commit comments

Comments
 (0)