chore(deps): Bump actions/setup-python from 4 to 6#4
Closed
dependabot[bot] wants to merge 17 commits intomasterfrom
Closed
chore(deps): Bump actions/setup-python from 4 to 6#4dependabot[bot] wants to merge 17 commits intomasterfrom
dependabot[bot] wants to merge 17 commits intomasterfrom
Conversation
- Created `docs/ARCHITECTURE.md` to describe the modular, scalable structure for contributors. - Added `docs/CONTRIBUTING.md` to guide contributions, including bug reports, feature requests, and language additions. - Included `README.md` with project overview, installation, usage, and contribution prompts. - Introduced `CODE_OF_CONDUCT.md` to ensure an inclusive, harassment-free community. - Updated `.gitignore` to exclude unnecessary files. These files establish a professional foundation for multilang-python, enhancing accessibility and collaboration.
…rkflow - Revised `README.md` to emphasize `pip install multilang-python` and file headers. - Updated `docs/CONTRIBUTING.md` with pip-based setup and header guidance. - Modified `docs/ARCHITECTURE.md` to reflect `src/multilang_python/` and headers. - Adjusted `docs/USER_GUIDE.md` for pip and header-based usage. - Ensured `docs/CODE_OF_CONDUCT.md` links are consistent. These changes enhance user accessibility and maintain professional documentation.
- Added `.gitignore` to exclude Python artifacts and build files. - Created `config/flake8.ini` for linting configuration. - Added `config/pytest.ini` for test settings. - Configured `config/logging.yaml` for logging setup. - Included `.editorconfig` for editor consistency. - Added `requirements/dev.txt` with development dependencies. - Created `tools/format.sh` and `tools/lint.sh` for code quality. - Set up `.github/workflows/test.yml`, and `lint.yml` for CI/CD. - Added `SECURITY.md` for security policies. - Included `.github/ISSUE_TEMPLATE/` and `PULL_REQUEST_TEMPLATE.md` for contribution. - Provided initial `src/multilang_python/languages/fr.json` for French translations. These changes establish a professional development environment for multilang-python.
- Created `.github/dependabot.yml` to monitor: - GitHub Actions in `.github/workflows/` (weekly updates). - Python dev dependencies in `requirements/dev.txt` (monthly updates). - Docker base image in `Dockerfile` (weekly updates). - Configured labels, reviewers, and commit prefixes for streamlined PRs. - Limited open PRs to reduce CI/CD load. - Ignored core `requirements.txt` updates due to standard library usage. This ensures dependency updates align with multilang-python's modular and collaborative architecture.
- Added `chmod +x` steps in `test.yml` and `lint.yml` to resolve permission denied errors. - Updated `tools/lint.sh` execution in workflows. - Added minimal `tests/unit/test_transpiler.py` to prevent test failures. - Ensured Dependabot validation remains successful. This resolves the failing lint and test jobs for multilang-python.
- Restructured project to place source code in `src/` without `src/multilang_python/`.
- Added `src/__init__.py` with `__package__ = \"multilang_python\"` to define package name.
- Updated `setup.py` to explicitly map `multilang_python` to `src/` using `packages=[\"multilang_python\"]` and `package_dir={\"multilang_python\": \"src\"}`.
- Adjusted imports in `cli.py`, `validate_lang.py`, and tests to use `multilang_python.*`.
- Debugged and resolved `ModuleNotFoundError` by cleaning build artifacts, recreating the virtual environment, and reinstalling with `pip install -e .`.
- Updated `examples/french/hello_world.py` to support multiple parameters (`saluer(univers, nom)`).
The CLI now successfully translates and executes French code, and `validate_lang.py` validates language JSON files.
- Updated `es.json` to follow the same protocol as `fr.json` (Python-to-native mappings). - Resolved syntax error in `examples/spanish/hello_world.py` execution. - Confirmed French and Spanish tests pass with untranslated user variables."
- Added `template.json` to define valid Python keywords and builtins. - Updated `validate_lang.py` to validate mappings against `template.json`. - Corrected `fr.json` and `es.json` to use native-to-Python mappings. - Resolved Spanish test and execution issues.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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 actions/setup-python from 4 to 6.
Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
e797f83Upgrade to node 24 (#1164)3d1e2d2Revert "Enhance cache-dependency-path handling to support files outside the w...65b0712Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...5b668cfBump actions/checkout from 4 to 5 (#1181)f62a0e2Change missing cache directory error to warning (#1182)9322b3cUpgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...fbeb884Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)03bb615Bump idna from 2.9 to 3.7 in /tests/data (#843)36da51dAdd version parsing from Pipfile (#1067)3c6f142update documentation (#1156)Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)