-
Notifications
You must be signed in to change notification settings - Fork 5
build(deps): bump src/libs/converter from 5f1a0bb to 69f615d
#2071
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
build(deps): bump src/libs/converter from 5f1a0bb to 69f615d
#2071
Conversation
|
@dependabot rebase |
e09e01c to
38175d2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the converter subproject dependency from commit 5f1a0bb to 69f615d and bumps the Poetry version used in the build scripts for Python and Docker to v2.1.3.
- Update of subproject commit hash in src/libs/converter
- Upgrade of Poetry version in buildPython.js from 1.8.5 to 2.1.3
- Upgrade of Poetry version in Dockerfile from 1.8.2 to 2.1.3
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/libs/converter | Update submodule reference commit hash |
| buildPython.js | Updated Poetry version used in the build process |
| Dockerfile | Updated Poetry version used in Docker image build configuration |
Comments suppressed due to low confidence (2)
buildPython.js:93
- Verify that the upgrade to Poetry 2.1.3 is compatible with all build scripts and command invocations, and update any related documentation if necessary.
executeCommand(`${venvCommandPrefix} pip install "poetry==2.1.3" ${venvCommandSuffix}`);
Dockerfile:26
- Confirm that the new Poetry version syntax in the Dockerfile aligns with the intended behavior of the build process, and adjust any related configuration if needed.
RUN pip install --no-cache-dir "poetry ~= 2.1.3" \
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot recreate |
a2503c5 to
8918257
Compare
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
Bumps [src/libs/converter](https://github.com/yaptide/converter) from `5f1a0bb` to `69f615d`. - [Release notes](https://github.com/yaptide/converter/releases) - [Commits](yaptide/converter@5f1a0bb...69f615d) --- updated-dependencies: - dependency-name: src/libs/converter dependency-version: 69f615d0fb391984793017b7eaa0336c38fa1f4b dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
239907c to
734d4f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the converter submodule and bumps the Poetry version used in build scripts.
- Bump
src/libs/convertersubmodule commit - Upgrade Poetry in
buildPython.jsfrom 1.8.5 to 2.1.3 - Upgrade Poetry in
Dockerfilefrom~=1.8.2to~=2.1.3
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/libs/converter | Updated submodule commit to include new Python support |
| buildPython.js | Changed Poetry install command to version 2.1.3 |
| Dockerfile | Updated Poetry install to ~=2.1.3 |
Bumps src/libs/converter from
5f1a0bbto69f615d.Commits
69f615dAdd support for python 3.12 and 3.13 (#231)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)