-
Notifications
You must be signed in to change notification settings - Fork 11
chore: merge next release #1005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
cabf83e
chore(deps): bump pytest-cov from 6.1.0 to 6.3.0 (#996)
dependabot[bot] 892b93a
chore(deps): bump github/codeql-action from 3.28.13 to 3.30.1 (#995)
dependabot[bot] f14c3cf
chore(deps): bump twine from 6.1.0 to 6.2.0 (#994)
dependabot[bot] a80136f
chore(deps): bump actions/setup-python from 5.5.0 to 6.0.0 (#993)
dependabot[bot] 468be5f
chore(deps): update hypothesis requirement from <6.130.9,>=6.21.0 to …
dependabot[bot] dd8ae59
chore(deps): bump pytest-cases from 3.8.6 to 3.9.1 (#958)
dependabot[bot] b6881a5
chore(deps): update pre-commit requirement from <4.1.0,>=3.0.0 to >=3…
dependabot[bot] 4bc4285
chore(deps): bump step-security/harden-runner from 2.11.1 to 2.13.0 (…
dependabot[bot] 09d7c75
chore(deps): update mypy requirement from <1.15,>=1.0.0 to >=1.0.0,<1…
dependabot[bot] c5ccbe4
chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#985)
dependabot[bot] 8b97adb
chore(deps): bump slsa-framework/slsa-github-generator from 2.0.0 to …
dependabot[bot] dfe12f3
chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.2 (#942)
dependabot[bot] dd8777a
chore(deps): bump faker from 37.1.0 to 37.6.0 (#990)
dependabot[bot] 2d4284e
chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 (#914)
dependabot[bot] a37762b
chore(deps): bump actions/download-artifact from 4.1.8 to 5.0.0 (#984)
dependabot[bot] b051cfe
chore(deps): bump pytest-doctestplus from 1.3.0 to 1.4.0 (#909)
dependabot[bot] 5a964f1
chore(deps): bump commitizen from 4.5.0 to 4.8.4 (#997)
dependabot[bot] 6bfad98
fix: make sure isort skips over files listed as such in the pyproject…
jenstroeger b7250ac
fix: building the package’s dist files should *always* generate the b…
jenstroeger 63c2bd0
fix: remove various repo files that leaked into the sdist of the pack…
jenstroeger ff72c39
chore: add macOS .DS_Store system files and vim .swp files to the .gi…
jenstroeger 761f687
feat(ci): cancel existing running workflows for a PR when a new chang…
jenstroeger 7c137a4
chore(deps): bump github/codeql-action from 3.30.1 to 3.30.3 (#1003)
dependabot[bot] c8fa9d6
chore(deps): bump step-security/harden-runner from 2.13.0 to 2.13.1 (…
dependabot[bot] 67c08dd
chore(deps): bump pytest-cov from 6.3.0 to 7.0.0 (#1000)
dependabot[bot] 38b7bc1
chore(deps): update mypy requirement from <1.18,>=1.0.0 to >=1.0.0,<1…
dependabot[bot] 6816936
chore(deps): update hypothesis requirement from <6.138.16,>=6.21.0 to…
dependabot[bot] 46d6167
perf(test): use Python’s system monitoring facilities to improve perf…
jenstroeger 4a58790
build: use head_commit object for checking the bump message (#988)
behnazh 7bd4bc4
feat: add actions to CodeQL languages (#991)
behnazh 2da2306
ci: remove path exclusion for CodeQL Action runs (#1004)
behnazh baf2c80
chore(deps): bump commitizen from 4.8.4 to 4.9.1 (#1002)
dependabot[bot] 064fb57
chore(deps-dev): update pre-commit tools (#949)
jenstroeger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,4 @@ | ||
| name: CodeQL configuration | ||
| paths: | ||
| - src/package | ||
| - .github/workflows |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -132,3 +132,9 @@ dmypy.json | |
|
|
||
| # Pyre type checker | ||
| .pyre/ | ||
|
|
||
| # macOS cruft | ||
| .DS_Store | ||
|
|
||
| # vim swap files | ||
| .*.swp | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium