Skip to content

build: Upgrade python version for docker image build#814

Merged
o-kopysov merged 4 commits intomainfrom
upgrade-python-for-docker-image
Dec 29, 2025
Merged

build: Upgrade python version for docker image build#814
o-kopysov merged 4 commits intomainfrom
upgrade-python-for-docker-image

Conversation

@t-naumenko
Copy link
Collaborator

Pull Request

Description

Upgrade Python version to 3.13 for docker image build

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Code cleanup/refactoring
  • Documentation update
  • This change requires a documentation update
  • CI system update
  • Test Coverage update
  • Version update (release)
  • Build changes

Checklist:

  • My code follows the style guidelines of this project
  • My code meets the required code coverage for lines (90% and above)
  • My code meets the required code coverage for branches (80% and above)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

dependabot bot and others added 3 commits December 19, 2025 08:22
Bumps the pip group with 2 updates in the / directory: [filelock](https://github.com/tox-dev/py-filelock) and [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions).
Bumps the pip group with 1 update in the /doc directory: [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions).


Updates `filelock` from 3.19.1 to 3.20.1
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.19.1...3.20.1)

Updates `pymdown-extensions` from 10.14.3 to 10.16.1
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.14.3...10.16.1)

Updates `pymdown-extensions` from 10.14.3 to 10.16.1
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.14.3...10.16.1)

---
updated-dependencies:
- dependency-name: filelock
  dependency-version: 3.20.1
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pymdown-extensions
  dependency-version: 10.16.1
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pymdown-extensions
  dependency-version: 10.16.1
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Tetiana Naumenko <t.naumenko@samsung.com>
Signed-off-by: Tetiana Naumenko <t.naumenko@samsung.com>
@t-naumenko t-naumenko self-assigned this Dec 29, 2025
@t-naumenko t-naumenko added the docker Pull requests that update Docker code label Dec 29, 2025
@t-naumenko t-naumenko added this to the v2.2.2 milestone Dec 29, 2025
Signed-off-by: Tetiana Naumenko <t.naumenko@samsung.com>
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.63%. Comparing base (e4f3a2e) to head (30ddd02).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #814   +/-   ##
=========================================
  Coverage     93.63%   93.63%           
  Complexity      423      423           
=========================================
  Files            30       30           
  Lines          1792     1792           
  Branches        231      231           
=========================================
  Hits           1678     1678           
  Misses           49       49           
  Partials         65       65           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@o-kopysov o-kopysov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@o-konoval o-konoval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@o-kopysov o-kopysov merged commit a6eb4c0 into main Dec 29, 2025
8 of 11 checks passed
@o-kopysov o-kopysov deleted the upgrade-python-for-docker-image branch December 29, 2025 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Comments