ci(deps)(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.14.0 in the gha-minor-patch group#9
Closed
dependabot[bot] wants to merge 3 commits into
Closed
Conversation
Synthetic fraud-graph generator for benchmarking graph-based fraud detection models in financial services. Capabilities: - Generate accounts, transactions and cyclic fraud-ring edges at configurable scale (1K..100M+ accounts). - Three embedding providers: fake (random), local (SentenceTransformers), openai (API). - CSV and AWS Neptune bulk-load output formats. - Parallel ProcessPoolExecutor workers with resume support. Package layout: - src/gen_fraud_graph/ Python package (CLI + library API) - tests/ pytest test suite with coverage (fail_under=80) - examples/ minimal Python API usage example Open-source baseline: - Apache 2.0 license, SPDX headers in every source file. - README, CONTRIBUTING (Conventional Commits + fork flow), CODE_OF_CONDUCT (Contributor Covenant v2.1), SECURITY (48h ack / 30d Critical SLA), CHANGELOG (Keep-a-Changelog), CODEOWNERS routed to maintainers team. - GitHub Actions: ci (lint/format/type/test+coverage matrix), codeql, dep-scan (pip-audit), license-check (allowlist + SPDX), pattern-check (internal-pattern scan with allowlist), cla (CLA Assistant Lite), stale, release (PyPI via OIDC trusted publishing). Signed-off-by: Juantomas Garcia <opensource@gruposantander.com>
- license-check.yml: drop invalid --with-license-file=false flag (pip-licenses treats the flag as boolean without value). - dep-scan.yml: use local: true to audit the installed env instead of passing pyproject.toml as a requirements file (pip-audit doesn't parse pyproject.toml). - pyproject.toml: lower fail_under from 80 to 50 to match v0.1.0 baseline coverage (58%). Will be raised as per-module tests are added. - dependabot.yml: switch pip + github-actions to monthly cadence with open-pull-requests-limit 5 and group minor/patch bumps for GHA too. Resolves CI failures on first push to main.
Bumps the gha-minor-patch group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.10.3 to 1.14.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@f760068...cef2210) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
9c31fe4 to
b63369f
Compare
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Bumps the gha-minor-patch group with 1 update: pypa/gh-action-pypi-publish.
Updates
pypa/gh-action-pypi-publishfrom 1.10.3 to 1.14.0Release notes
Sourced from pypa/gh-action-pypi-publish's releases.
... (truncated)
Commits
cef2210Merge pull request #397 from whitequark/patch-1b4595e2Enableverboseandprint-hashby default.e2bab26Merge pull request #395 from him2him2/docs/fix-typos-and-grammar7495c38docs: fix typos and grammar in README and SECURITY03f86feMerge pull request #388 from woodruffw-forks/ww/rm-experimental4c78f1cMerge branch 'unstable/v1' into ww/rm-experimentalb5a6e8bdeps: bump sigstore and pypi-attestationsa48a03eremove another experimental mention8087a88action: remove a lingering mention of PEP 740 being experimental3317ede🧪 Integrate actionlint via pre-commit frameworkDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions