-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: No need to test pre-releases in merge to main branch Switch to audit mode; we're killing the deploy step DOn't use HTTPS for jquery resources because the CDN is broken for HTTP/2. [pre-commit.ci] pre-commit autoupdate (#1175) Bump hypothesis from 6.100.0 to 6.100.1 (#1173) Bump zope-interface from 6.2 to 6.3 (#1174) Bump sphinx-autobuild from 2024.2.4 to 2024.4.13 (#1172) Bump python from 3.12.2-alpine3.18 to 3.12.3-alpine3.18 (#1171) Bump idna from 3.6 to 3.7 in /requirements (#1170) [pre-commit.ci] pre-commit autoupdate (#1169) Bump typing-extensions from 4.10.0 to 4.11.0 (#1167) Bump werkzeug from 3.0.1 to 3.0.2 (#1168) Bump pyasn1 from 0.5.1 to 0.6.0 (#1161) Bump hypothesis from 6.99.13 to 6.100.0 (#1160) Bump pyasn1-modules from 0.3.0 to 0.4.0 (#1159) Bump pycparser from 2.21 to 2.22 (#1158) Bump codecov/codecov-action from 3 to 4 (#1138)
- Loading branch information
Showing
8 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -213,6 +213,7 @@ jobs: | |
python-version: "3.13.0-alpha.3" | ||
optional: true | ||
tox-prefix: "test" | ||
if: github.ref != 'refs/heads/master' | ||
|
||
services: | ||
mysql: | ||
|
@@ -330,7 +331,7 @@ jobs: | |
python-version: "3.12" | ||
|
||
- name: "Upload coverage to Codecov" | ||
uses: "codecov/codecov-action@v3" | ||
uses: "codecov/codecov-action@v4" | ||
if: ${{ matrix.tox-prefix == 'coverage' }} | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
|
@@ -511,7 +512,7 @@ jobs: | |
- name: Harden CI | ||
uses: step-security/[email protected] | ||
with: | ||
egress-policy: block | ||
egress-policy: audit | ||
|
||
- name: Checkout source code | ||
uses: actions/checkout@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
furo==2024.1.29 | ||
Sphinx==7.2.6 | ||
sphinx-autobuild==2024.2.4 | ||
sphinx-autobuild==2024.4.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
docker==7.0.0 | ||
hypothesis==6.99.13 | ||
hypothesis==6.100.1 | ||
mock==5.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters