Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2025

Bumps src/libs/converter from 5f1a0bb to 69f615d.

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels May 13, 2025
@grzanka
Copy link
Contributor

grzanka commented May 13, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/submodules/src/libs/converter-69f615d branch from e09e01c to 38175d2 Compare May 13, 2025 07:25
@grzanka grzanka requested a review from Copilot May 13, 2025 07:30
Copy link
Contributor

Copilot AI left a 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" \

@grzanka grzanka linked an issue May 13, 2025 that may be closed by this pull request
@grzanka
Copy link
Contributor

grzanka commented May 14, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 14, 2025

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.

@grzanka
Copy link
Contributor

grzanka commented May 14, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/submodules/src/libs/converter-69f615d branch from a2503c5 to 8918257 Compare May 14, 2025 05:43
@lkwinta
Copy link
Contributor

lkwinta commented May 16, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 16, 2025

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.

dependabot bot and others added 2 commits May 16, 2025 18:52
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>
@lkwinta lkwinta force-pushed the dependabot/submodules/src/libs/converter-69f615d branch from 239907c to 734d4f3 Compare May 16, 2025 16:52
@lkwinta lkwinta requested a review from Copilot May 16, 2025 16:56
Copy link
Contributor

Copilot AI left a 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/converter submodule commit
  • Upgrade Poetry in buildPython.js from 1.8.5 to 2.1.3
  • Upgrade Poetry 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 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

@lkwinta lkwinta added this pull request to the merge queue May 16, 2025
Merged via the queue into master with commit d82bc57 May 16, 2025
10 checks passed
@lkwinta lkwinta deleted the dependabot/submodules/src/libs/converter-69f615d branch May 16, 2025 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for Python 3.13

3 participants