dependabot[bot]
9b46a495d3
build(deps-dev): bump pytest from 9.0.1 to 9.0.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-09 19:53:15 +01:00
scito
214662e419
remove useless --use-pep517 in build.sh
2025-12-03 21:02:19 +01:00
dependabot[bot]
47f2f9f4f7
build(deps-dev): bump nuitka from 2.8.8 to 2.8.9
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.8.8 to 2.8.9.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.8.8...2.8.9 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-version: 2.8.9
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 22:26:16 +01:00
dependabot[bot]
3ec381df53
build(deps-dev): bump pylint from 4.0.3 to 4.0.4
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.3...v4.0.4 )
---
updated-dependencies:
- dependency-name: pylint
dependency-version: 4.0.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 22:26:03 +01:00
dependabot[bot]
c366a4eece
build(deps-dev): bump mypy from 1.18.2 to 1.19.0
...
Bumps [mypy](https://github.com/python/mypy ) from 1.18.2 to 1.19.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.19.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 22:25:40 +01:00
dependabot[bot]
9d54cd6c3a
build(deps-dev): bump nuitka from 2.8.6 to 2.8.8
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.8.6 to 2.8.8.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/commits )
---
updated-dependencies:
- dependency-name: nuitka
dependency-version: 2.8.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-28 10:49:52 +01:00
scito
865aaaef28
fix: set binary in .gitattributes
2025-11-23 08:50:07 +01:00
scito
7616ee094f
docs: update README Linux dependency instructions
...
Fixes #176
2025-11-23 08:49:39 +01:00
dependabot[bot]
6edefa9cb8
build(deps-dev): bump mypy-protobuf from 3.6.0 to 3.7.0
...
Bumps [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf ) from 3.6.0 to 3.7.0.
- [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nipunn1313/mypy-protobuf/compare/v3.6.0...v3.7.0 )
---
updated-dependencies:
- dependency-name: mypy-protobuf
dependency-version: 3.7.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-20 21:17:51 +01:00
dependabot[bot]
897e4051c1
build(deps): bump numpy from 2.3.4 to 2.3.5
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v2.3.4...v2.3.5 )
---
updated-dependencies:
- dependency-name: numpy
dependency-version: 2.3.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-17 20:05:57 +01:00
scito
8856f648f6
docs: fix coverage
2025-11-16 16:05:18 +01:00
scito
000acbf8b9
fix: skip only -vvv on windows, run other tests
2025-11-15 21:15:30 +01:00
scito
bb852f382b
docs: add Linux podman
2025-11-15 14:44:18 +01:00
scito
1be8e4ed1c
fix: git for win changes
2025-11-15 14:44:18 +01:00
scito
3d0be22e4a
feat: build.sh compatible with podman in WSL2
2025-11-15 14:44:18 +01:00
scito
c38ebd4d1a
fix: update podman run command for git for win
2025-11-15 14:44:18 +01:00
scito
531f9660f3
feat: add docker env variable
2025-11-15 14:44:18 +01:00
Roland Kurmann
13231a4f61
support Python 3.14 ( #453 )
...
* support Python 3.14
* update Python in Docker containers
2025-11-14 16:01:13 +01:00
Roland Kurmann
2b990376a6
Gitforwin ( #468 )
...
* adapt to git for win
- fix numpy in order to avoid need for compilation
- use Python 3.14
* update build.sh pipenv
* fix(deps): update numpy version constraints for Python compatibility in requirements.txt
* fix(deps): update numpy version constraints for more flexibility
* fix(deps): specify numpy versions and use pip install --dev
* revert pip install -U --dev
* add install mesa-libGL for Fedora
* add gitattributs
2025-11-14 14:02:14 +01:00
dependabot[bot]
e323db3216
build(deps-dev): bump pytest from 8.4.2 to 9.0.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.4.2 to 9.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-14 07:54:49 +01:00
dependabot[bot]
27418b6675
build(deps-dev): bump nuitka from 2.8.1 to 2.8.4
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.8.1 to 2.8.4.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.8.1...2.8.4 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-version: 2.8.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-21 21:42:24 +02:00
dependabot[bot]
54e1a03b6b
build(deps-dev): bump pylint from 4.0.1 to 4.0.2
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.1...v4.0.2 )
---
updated-dependencies:
- dependency-name: pylint
dependency-version: 4.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-21 21:41:47 +02:00
scito
8dd1db7081
update protobuf 5.33.0
2025-10-17 20:12:27 +02:00
dependabot[bot]
384b105346
build(deps): bump protobuf from 6.32.1 to 6.33.0
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 6.32.1 to 6.33.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl )
- [Commits](https://github.com/protocolbuffers/protobuf/commits )
---
updated-dependencies:
- dependency-name: protobuf
dependency-version: 6.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-17 07:00:28 +02:00
dependabot[bot]
4ceb5e78e4
build(deps): bump pillow from 11.3.0 to 12.0.0
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 11.3.0 to 12.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/11.3.0...12.0.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-version: 12.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-17 06:09:50 +02:00
dependabot[bot]
b59187bd82
build(deps-dev): bump nuitka from 2.8 to 2.8.1
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.8 to 2.8.1.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.8...2.8.1 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-version: 2.8.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-15 20:07:53 +02:00
dependabot[bot]
f386aa9d1d
build(deps-dev): bump pylint from 4.0.0 to 4.0.1
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: pylint
dependency-version: 4.0.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-15 20:07:39 +02:00
dependabot[bot]
a8fe2cd32c
build(deps-dev): bump pylint from 3.3.9 to 4.0.0
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.9 to 4.0.0.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.9...v4.0.0 )
---
updated-dependencies:
- dependency-name: pylint
dependency-version: 4.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-12 19:44:41 +02:00
scito
6b1bc4ee06
update Pipfile.lock
2025-10-12 15:16:01 +02:00
scito
f4b81d890c
disable setuptools in pyproject.toml due to failing dependabot
2025-10-11 21:20:18 +02:00
scito
7ab0744495
disable Python 3.14 on windows due to failing tests
2025-10-11 21:20:18 +02:00
scito
0a0baebaad
fix: comment out macOS 14 build configuration in CI workflow
2025-10-05 17:03:25 +02:00
scito
96e92dc295
fix: update CI configuration to use macOS 15 instead 13 for intel
2025-10-05 17:03:25 +02:00
scito
6b163cd377
update manually Pipfiles and try to fix Depandabot errors
...
fixed version colorama to 0.4.6 and qreader to 1.3.2
2025-10-05 15:56:49 +02:00
scito
c9d30e8aca
fix: update setuptools requirement to version 80.0.0 or higher
2025-10-05 14:54:06 +02:00
scito
3aad6677d8
fix: remove failing ci-tests
2025-09-19 14:10:50 +02:00
scito
957a9d1f8f
fix: update CI configuration to include additional platforms and ensure prerelease support
2025-09-19 14:10:50 +02:00
scito
d6677623ec
fix: add Python 3.14 and threaded versions, update actions
2025-09-19 14:10:50 +02:00
scito
5febef269a
update protobuf to 5.32.1
2025-09-13 15:29:16 +02:00
dependabot[bot]
7c3530cf27
build(deps-dev): bump mypy from 1.16.1 to 1.17.0
...
Bumps [mypy](https://github.com/python/mypy ) from 1.16.1 to 1.17.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.16.1...v1.17.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.17.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-18 14:52:06 +02:00
dependabot[bot]
d9b6211715
build(deps-dev): bump setuptools from 80.8.0 to 80.9.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 80.8.0 to 80.9.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v80.8.0...v80.9.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.9.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-12 10:35:55 +02:00
scito
dab2599d29
fix: add comments for Gtk2/3-workarounds in OpenCV window handling
2025-07-11 16:51:44 +02:00
scito
37738e8990
upgrade to opencv 4.12.0.88
2025-07-11 14:57:19 +02:00
dependabot[bot]
4e968334ca
build(deps-dev): bump nuitka from 2.7.11 to 2.7.12
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.7.11 to 2.7.12.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.7.11...2.7.12 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-version: 2.7.12
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-11 14:28:00 +02:00
Nova Hahn
d04902e749
Don't immediately close window on Gtk 2/3
...
OpenCV does not implement WND_PROP_VISIBLE when compiled with Gtk 2 or 3.
Instead it always returns -1, which extract_otp_secrets interprets as the
window having been closed.
See https://github.com/opencv/opencv/issues/25346 , which is marked as closed
but actually still present in OpenCV 4.11.
2025-07-11 14:05:19 +02:00
dependabot[bot]
4ea404f16f
build(deps): bump opencv-contrib-python from 4.11.0.86 to 4.12.0.88
...
Bumps [opencv-contrib-python](https://github.com/opencv/opencv-python ) from 4.11.0.86 to 4.12.0.88.
- [Release notes](https://github.com/opencv/opencv-python/releases )
- [Commits](https://github.com/opencv/opencv-python/commits )
---
updated-dependencies:
- dependency-name: opencv-contrib-python
dependency-version: 4.12.0.88
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-11 11:19:36 +02:00
dependabot[bot]
4d0b5db83f
build(deps-dev): bump nuitka from 2.7.10 to 2.7.11
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.7.10 to 2.7.11.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/commits )
---
updated-dependencies:
- dependency-name: nuitka
dependency-version: 2.7.11
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-04 08:01:58 +02:00
dependabot[bot]
7f8e69fe8c
build(deps): bump pillow from 11.2.1 to 11.3.0
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 11.2.1 to 11.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/11.2.1...11.3.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-version: 11.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-04 08:01:37 +02:00
dependabot[bot]
c8fa3bb6c0
build(deps-dev): bump types-protobuf
...
Bumps [types-protobuf](https://github.com/typeshed-internal/stub_uploader ) from 6.30.2.20250516 to 6.30.2.20250703.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-protobuf
dependency-version: 6.30.2.20250703
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-04 08:01:15 +02:00
dependabot[bot]
93406cfcbb
build(deps-dev): bump flake8 from 7.2.0 to 7.3.0
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 7.2.0 to 7.3.0.
- [Commits](https://github.com/pycqa/flake8/compare/7.2.0...7.3.0 )
---
updated-dependencies:
- dependency-name: flake8
dependency-version: 7.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-27 09:08:10 +02:00
scito
c11854e164
fix: add flake8 workaround for tk_root
2025-06-27 08:56:02 +02:00
dependabot[bot]
0094422e9d
build(deps-dev): bump nuitka from 2.7.7 to 2.7.10
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.7.7 to 2.7.10.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.7.7...2.7.10 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-version: 2.7.10
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-20 10:13:58 +02:00
dependabot[bot]
d4d22e692b
build(deps-dev): bump mypy from 1.16.0 to 1.16.1
...
Bumps [mypy](https://github.com/python/mypy ) from 1.16.0 to 1.16.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.16.0...v1.16.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.16.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-20 10:13:47 +02:00
dependabot[bot]
66e166c51c
build(deps-dev): bump pytest from 8.4.0 to 8.4.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.0...8.4.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-20 10:13:34 +02:00
dependabot[bot]
c51ac0bdde
build(deps-dev): bump setuptools from 80.8.0 to 80.9.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 80.8.0 to 80.9.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v80.8.0...v80.9.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.9.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-16 20:40:33 +02:00
scito
949ee29fa4
upgrade Protobuf 6.31.1
2025-06-14 09:47:44 +02:00
dependabot[bot]
6e20d73b12
build(deps-dev): bump pytest-cov from 6.1.1 to 6.2.1
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 6.1.1 to 6.2.1.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.1...v6.2.1 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-version: 6.2.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-14 09:05:38 +02:00
dependabot[bot]
f629c7f3e4
build(deps-dev): bump nuitka from 2.7.6 to 2.7.7
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.7.6 to 2.7.7.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.7.6...2.7.7 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-version: 2.7.7
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-11 13:02:50 +02:00
dependabot[bot]
6c3dbe48e9
build(deps-dev): bump nuitka from 2.7.3 to 2.7.6
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.7.3 to 2.7.6.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/commits )
---
updated-dependencies:
- dependency-name: nuitka
dependency-version: 2.7.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-03 21:47:18 +02:00
dependabot[bot]
b5dedda9a8
build(deps-dev): bump setuptools from 80.8.0 to 80.9.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 80.8.0 to 80.9.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v80.8.0...v80.9.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.9.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-03 21:47:07 +02:00
dependabot[bot]
6e32b7b18e
build(deps-dev): bump mypy from 1.15.0 to 1.16.0
...
Bumps [mypy](https://github.com/python/mypy ) from 1.15.0 to 1.16.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.16.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-03 21:46:56 +02:00
dependabot[bot]
5fa99a17d7
build(deps-dev): bump pytest from 8.3.5 to 8.4.0
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.5 to 8.4.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...8.4.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-03 21:46:40 +02:00
dependabot[bot]
563308700a
build(deps-dev): bump pytest-mock from 3.14.0 to 3.14.1
...
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock ) from 3.14.0 to 3.14.1.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases )
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.0...v3.14.1 )
---
updated-dependencies:
- dependency-name: pytest-mock
dependency-version: 3.14.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-26 20:31:32 +02:00
scito
716194da48
fix Pipfile and Pipfile.lock
2025-05-22 22:42:47 +02:00
dependabot[bot]
bb41c737ef
build(deps-dev): bump setuptools from 75.8.0 to 80.8.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.8.0 to 80.8.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v80.8.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.8.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-22 21:59:32 +02:00
dependabot[bot]
bb4c3da0bf
build(deps-dev): bump nuitka from 2.7.2 to 2.7.3
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.7.2 to 2.7.3.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/commits )
---
updated-dependencies:
- dependency-name: nuitka
dependency-version: 2.7.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-22 21:05:05 +02:00
scito
e0dac0fd99
fix: update python_requires to support Python 3.9 and above
2025-05-19 08:03:48 +02:00
dependabot[bot]
3040965d79
build(deps-dev): bump types-protobuf
...
Bumps [types-protobuf](https://github.com/typeshed-internal/stub_uploader ) from 6.30.2.20250506 to 6.30.2.20250516.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-protobuf
dependency-version: 6.30.2.20250516
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-18 17:05:02 +02:00
scito
3899f5f826
docs: add Copilot instructions for coding standards and tone
2025-05-16 08:42:34 +02:00
scito
f82c79aa7d
build(deps-dev): bump protobuf from 6.30.2 to 6.31.0 and update related documentation
2025-05-16 08:42:19 +02:00
dependabot[bot]
68ced0f2ec
build(deps-dev): bump setuptools from 75.8.0 to 80.7.1
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.8.0 to 80.7.1.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v80.7.1 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.7.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-16 08:23:39 +02:00
dependabot[bot]
d1ce4c0ba4
build(deps-dev): bump nuitka from 2.7.1 to 2.7.2
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.7.1 to 2.7.2.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.7.1...2.7.2 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-version: 2.7.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-12 21:05:05 +02:00
dependabot[bot]
ed7a9f5143
build(deps-dev): bump setuptools from 75.8.0 to 80.4.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.8.0 to 80.4.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v80.4.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.4.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-12 21:04:48 +02:00
dependabot[bot]
8f7c267153
build(deps-dev): bump types-protobuf
...
Bumps [types-protobuf](https://github.com/typeshed-internal/stub_uploader ) from 6.30.2.20250503 to 6.30.2.20250506.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-protobuf
dependency-version: 6.30.2.20250506
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-09 07:47:25 +02:00
dependabot[bot]
0c68efd06e
build(deps-dev): bump nuitka from 2.7 to 2.7.1
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.7 to 2.7.1.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/commits )
---
updated-dependencies:
- dependency-name: nuitka
dependency-version: 2.7.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-09 07:47:09 +02:00
dependabot[bot]
5f01b50635
build(deps-dev): bump pylint from 3.3.6 to 3.3.7
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.6 to 3.3.7.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.6...v3.3.7 )
---
updated-dependencies:
- dependency-name: pylint
dependency-version: 3.3.7
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-05 19:14:09 +02:00
dependabot[bot]
cf618281d8
build(deps-dev): bump types-protobuf
...
Bumps [types-protobuf](https://github.com/typeshed-internal/stub_uploader ) from 5.29.1.20250403 to 6.30.2.20250503.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-protobuf
dependency-version: 6.30.2.20250503
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-05 19:13:54 +02:00
dependabot[bot]
e3a1443b9b
build(deps-dev): bump setuptools from 75.8.0 to 80.3.1
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.8.0 to 80.3.1.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v80.3.1 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.3.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-05 19:13:31 +02:00
dependabot[bot]
863f3f3128
build(deps): bump qrcode from 8.1 to 8.2
...
Bumps [qrcode](https://github.com/lincolnloop/python-qrcode ) from 8.1 to 8.2.
- [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst )
- [Commits](https://github.com/lincolnloop/python-qrcode/commits/v8.2 )
---
updated-dependencies:
- dependency-name: qrcode
dependency-version: '8.2'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-04 14:38:32 +02:00
dependabot[bot]
edee97a54c
build(deps-dev): bump nuitka from 2.6.9 to 2.7
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.6.9 to 2.7.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.6.9...2.7 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-version: '2.7'
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-01 20:55:41 +02:00
dependabot[bot]
e01c81aca1
build(deps-dev): bump setuptools from 75.8.0 to 80.1.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.8.0 to 80.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v80.1.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.1.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-01 20:41:49 +02:00
dependabot[bot]
f713a8ef39
build(deps-dev): bump setuptools from 75.8.0 to 79.0.1
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.8.0 to 79.0.1.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v79.0.1 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 79.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-26 15:26:03 +02:00
dependabot[bot]
bfc2c0d853
build(deps-dev): bump setuptools from 75.8.0 to 79.0.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.8.0 to 79.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v79.0.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 79.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-22 21:14:47 +02:00
dependabot[bot]
8a8e92bfef
build(deps): bump pillow from 11.2.0 to 11.2.1
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 11.2.0 to 11.2.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/commits/11.2.1 )
---
updated-dependencies:
- dependency-name: pillow
dependency-version: 11.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-21 14:24:44 +02:00
dependabot[bot]
d26a521997
build(deps-dev): bump pytest-cov from 6.1.0 to 6.1.1
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 6.1.0 to 6.1.1.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.0...v6.1.1 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-version: 6.1.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-07 20:34:21 +02:00
dependabot[bot]
223f1e4b5b
build(deps): bump pillow from 11.1.0 to 11.2.0
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 11.1.0 to 11.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/11.1.0...11.2.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-06 09:28:42 +02:00
dependabot[bot]
5ffa2d9dcc
build(deps-dev): bump pytest-cov from 6.0.0 to 6.1.0
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 6.0.0 to 6.1.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v6.1.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-06 09:17:16 +02:00
dependabot[bot]
5c9c680561
build(deps): bump qrcode from 8.0 to 8.1
...
Bumps [qrcode](https://github.com/lincolnloop/python-qrcode ) from 8.0 to 8.1.
- [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst )
- [Commits](https://github.com/lincolnloop/python-qrcode/commits )
---
updated-dependencies:
- dependency-name: qrcode
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-06 09:16:33 +02:00
dependabot[bot]
c9cdc10a73
build(deps-dev): bump types-protobuf
...
Bumps [types-protobuf](https://github.com/typeshed-internal/stub_uploader ) from 5.29.1.20250315 to 5.29.1.20250403.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-protobuf
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-06 09:16:14 +02:00
dependabot[bot]
750ca3e13b
build(deps-dev): bump nuitka from 2.6.7 to 2.6.9
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.6.7 to 2.6.9.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.6.7...2.6.9 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-31 19:34:12 +02:00
dependabot[bot]
a2bf1533ae
build(deps-dev): bump flake8 from 7.1.2 to 7.2.0
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 7.1.2 to 7.2.0.
- [Commits](https://github.com/pycqa/flake8/compare/7.1.2...7.2.0 )
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-31 19:33:50 +02:00
scito
7fa0e3f555
build: update protobuf version to 6.30.2 in generated files and README
2025-03-29 08:04:01 +01:00
dependabot[bot]
56e74d5ccb
build(deps-dev): bump setuptools from 75.8.0 to 78.1.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.8.0 to 78.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v78.1.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-29 07:45:34 +01:00
dependabot[bot]
10737a91c4
build(deps-dev): bump types-protobuf
...
Bumps [types-protobuf](https://github.com/python/typeshed ) from 5.29.1.20250208 to 5.29.1.20250315.
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-protobuf
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-22 10:34:40 +01:00
dependabot[bot]
d29eab943e
build(deps-dev): bump setuptools from 75.8.0 to 77.0.3
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.8.0 to 77.0.3.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v77.0.3 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-22 10:34:17 +01:00
dependabot[bot]
e17fed8704
build(deps-dev): bump pylint from 3.3.4 to 3.3.6
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.4 to 3.3.6.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.4...v3.3.6 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-22 10:34:04 +01:00
scito
b09d2c6c1f
docs: update README to include Docker Hub and GitHub Packages links for prebuilt images
2025-03-15 13:39:03 +01:00
scito
208e6e60fc
ci: add support for SBOM generation in Docker CI workflow
2025-03-15 10:43:24 +01:00
scito
1851664c96
ci: enable provenance for Docker images in CI workflow
2025-03-15 10:43:24 +01:00
scito
ab0cd6717a
ci: update docker/build-push-action to version 6
2025-03-15 10:43:24 +01:00
scito
ccb52cc8b5
ci: fix conditional push for alpine images
2025-03-15 09:30:48 +01:00
scito
41ed2b62d4
build: drop support for Python 3.8 and require Python 3.9 or higher
2025-03-15 09:30:48 +01:00
scito
b6ab6417cb
build(deps): update protobuf to version 6.30.1
2025-03-15 09:30:48 +01:00
scito
e857912c74
ci: add cleanup job for old container images on ghcr.io
2025-03-09 13:16:21 +01:00
dependabot[bot]
ac18fbf020
build(deps-dev): bump pytest from 8.3.4 to 8.3.5
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.4 to 8.3.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...8.3.5 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-03 22:23:28 +01:00
scito
494a9f8446
ci: check master and secret_source for multiarch manifest creation
2025-03-03 22:06:25 +01:00
dependabot[bot]
cec47852d8
build(deps-dev): bump nuitka from 2.6.6 to 2.6.7
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.6.6 to 2.6.7.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.6.6...2.6.7 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-01 20:36:18 +01:00
Roland Kurmann
d5a8b6f0c0
ci: fix digest artifact names for multi-platform Docker builds ( fix #367 ) ( #376 )
...
* ci: fix digest artifact names for multi-platform Docker builds
* ci: remove unused platforms parameter from Docker build steps
* ci: push Docker images exceptionally on feature branch
* ci: update Dockerfile to include uname command and fix label formatting
* ci: update CI workflow to set platforms dynamically for Docker builds
* ci: disable arm64 docker
* ci: only arm64 docker
* ci: update CI workflow for multiarch Docker builds and manifest creation
* ci: add multiarch manifest creation
* ci: fix multiarch manifest for loop
* ci: restore push conditions for Docker image builds
* ci: restore push conditions for Docker image builds
2025-03-01 20:19:15 +01:00
Roland Kurmann
95c34277ca
ci: add additional ci test platforms ubuntu-24.04-arm and macos-13 ( #372 )
...
* ci: add support for ubuntu-24.04-arm and macos-13 in CI workflow
* ci: update CI workflows to include Python 3.x and enhance macOS build configurations
* ci: update Docker Buildx image to latest version
* ci: push bullseye image also to ghcr
* ci: run Docker natively on amd64 and arm64, avoid qemu emulation
* ci: fix native docker releases
* ci: comment out macOS build steps due to missing zbar shared library
2025-03-01 13:12:48 +01:00
scito
ca6ca1f0e6
ci: push bullseye image also to ghcr
2025-03-01 11:12:27 +01:00
scito
026db54551
ci: update Docker Buildx image to latest version
2025-03-01 11:05:15 +01:00
dependabot[bot]
793b061d3f
build(deps-dev): bump setuptools from 75.8.0 to 75.8.2
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.8.0 to 75.8.2.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v75.8.2 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-01 10:10:25 +01:00
scito
7557ae125a
build(deps): update deps and fix toc
2025-02-22 09:12:30 +01:00
scito
f94120b84c
ci: remove workaround for Docker Buildx failing builds
2025-02-22 09:12:30 +01:00
dependabot[bot]
787a975009
build(deps-dev): bump nuitka from 2.6.5 to 2.6.6
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.6.5 to 2.6.6.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.6.5...2.6.6 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-21 09:00:57 +01:00
dependabot[bot]
95c1cc3cfe
build(deps-dev): bump flake8 from 7.1.1 to 7.1.2
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 7.1.1 to 7.1.2.
- [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2 )
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-21 09:00:42 +01:00
dependabot[bot]
95176ee9de
build(deps-dev): bump nuitka from 2.6.4 to 2.6.5
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.6.4 to 2.6.5.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/commits )
---
updated-dependencies:
- dependency-name: nuitka
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-14 15:09:52 +01:00
dependabot[bot]
7b379b58a3
build(deps-dev): bump types-protobuf
...
Bumps [types-protobuf](https://github.com/python/typeshed ) from 5.29.1.20241207 to 5.29.1.20250208.
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-protobuf
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-14 14:48:55 +01:00
scito
10a60ab556
fix mypy error
...
src/extract_otp_secrets.py:707: error: Argument 1 to "save" of "PyPNGImage" has incompatible type "str"; expected "SupportsWrite[bytes]" [arg-type]
2025-02-08 09:12:45 +01:00
scito
38e7e8b40b
fix and improve README.md ( fixes #347 )
...
- fix docker tag
- improve podman compatibility (add repo domain)
2025-02-08 09:11:27 +01:00
dependabot[bot]
6b25cc96e2
build(deps-dev): bump nuitka from 2.6 to 2.6.4
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.6 to 2.6.4.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.6...2.6.4 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-08 08:22:04 +01:00
dependabot[bot]
4799483b2b
build(deps-dev): bump pylint from 3.3.3 to 3.3.4
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.3...v3.3.4 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-08 08:21:50 +01:00
dependabot[bot]
3e6eeffff5
build(deps-dev): bump mypy from 1.14.1 to 1.15.0
...
Bumps [mypy](https://github.com/python/mypy ) from 1.14.1 to 1.15.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-08 08:21:36 +01:00
scito
00d25e89d9
build(deps): bump opencv-python to 4.11.0.86 and protobuf to 5.29.3
2025-01-25 12:22:12 +01:00
dependabot[bot]
f7453c7720
build(deps-dev): bump nuitka from 2.5.9 to 2.6
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.5.9 to 2.6.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.5.9...2.6 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-25 11:54:26 +01:00
dependabot[bot]
77d799a461
build(deps-dev): bump setuptools-git-versioning from 2.0.0 to 2.1.0
...
Bumps [setuptools-git-versioning](https://github.com/dolfinus/setuptools-git-versioning ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/dolfinus/setuptools-git-versioning/releases )
- [Changelog](https://github.com/dolfinus/setuptools-git-versioning/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/dolfinus/setuptools-git-versioning/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: setuptools-git-versioning
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-25 11:53:59 +01:00
dependabot[bot]
9a0d8dbc80
build(deps): bump opencv-contrib-python from 4.10.0.84 to 4.11.0.86
...
Bumps [opencv-contrib-python](https://github.com/opencv/opencv-python ) from 4.10.0.84 to 4.11.0.86.
- [Release notes](https://github.com/opencv/opencv-python/releases )
- [Commits](https://github.com/opencv/opencv-python/commits )
---
updated-dependencies:
- dependency-name: opencv-contrib-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-25 11:53:42 +01:00
dependabot[bot]
9f39cc4508
build(deps-dev): bump nuitka from 2.5.8 to 2.5.9
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.5.8 to 2.5.9.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.5.8...2.5.9 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-17 19:46:28 +03:30
dependabot[bot]
08dbda3b80
build(deps-dev): bump setuptools from 75.2.0 to 75.8.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.2.0 to 75.8.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.2.0...v75.8.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-17 19:45:48 +03:30
dependabot[bot]
8317ef0bf2
build(deps): bump pillow from 11.0.0 to 11.1.0
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/11.0.0...11.1.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-17 19:45:06 +03:30
dependabot[bot]
b9c5833374
build(deps-dev): bump mypy from 1.14.0 to 1.14.1
...
Bumps [mypy](https://github.com/python/mypy ) from 1.14.0 to 1.14.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.14.0...v1.14.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-17 19:43:54 +03:30
dependabot[bot]
b6f5c41559
build(deps-dev): bump pylint from 3.3.2 to 3.3.3
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.2...v3.3.3 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-25 11:05:55 +01:00
scito
e665d159f6
upgrade deps and fix errors
2024-12-25 10:38:34 +01:00
dependabot[bot]
d9bd792394
build(deps-dev): bump nuitka from 2.5.6 to 2.5.8
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.5.6 to 2.5.8.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.5.6...2.5.8 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-23 17:34:47 +01:00
dependabot[bot]
cb8ef2ae22
build(deps-dev): bump mypy from 1.13.0 to 1.14.0
...
Bumps [mypy](https://github.com/python/mypy ) from 1.13.0 to 1.14.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-23 17:34:29 +01:00
scito
fa8506935f
add python 3.13 to pyproject.toml; bump numpy
2024-12-14 11:47:58 +01:00
dependabot[bot]
c49ba82f1b
build(deps-dev): bump types-protobuf
...
Bumps [types-protobuf](https://github.com/python/typeshed ) from 5.28.3.20241203 to 5.29.1.20241207.
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-protobuf
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-11 21:15:50 +01:00
dependabot[bot]
f11b2d2483
build(deps-dev): bump pylint from 3.3.1 to 3.3.2
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.1...v3.3.2 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-07 08:52:01 +01:00
dependabot[bot]
894edb4561
build(deps-dev): bump pytest from 8.3.3 to 8.3.4
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.3 to 8.3.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-07 08:51:46 +01:00
dependabot[bot]
4c4b033aa4
build(deps-dev): bump types-protobuf
...
Bumps [types-protobuf](https://github.com/python/typeshed ) from 5.28.3.20241030 to 5.28.3.20241203.
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-protobuf
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-07 08:51:29 +01:00
dependabot[bot]
f6a003d707
build(deps-dev): bump nuitka from 2.5.4 to 2.5.6
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.5.4 to 2.5.6.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.5.4...2.5.6 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-07 08:51:14 +01:00
scito
6a2dc80ad4
upgrade to protobuf 5.29.1; add one missing type
2024-12-06 19:15:58 +01:00
scito
b54974e584
support glob expansion for infiles, fixes #328
...
Glob expansion for infiles is useful in environments where there is no expansion in the shell, e.g. on Windows.
2024-12-01 18:39:04 +01:00
scito
a2845556a4
upgrade to protobuf 5.29.0
2024-11-28 21:40:53 +01:00
dependabot[bot]
7ce765ddb1
build(deps-dev): bump wheel from 0.45.0 to 0.45.1
...
Bumps [wheel](https://github.com/pypa/wheel ) from 0.45.0 to 0.45.1.
- [Release notes](https://github.com/pypa/wheel/releases )
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst )
- [Commits](https://github.com/pypa/wheel/compare/0.45.0...0.45.1 )
---
updated-dependencies:
- dependency-name: wheel
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-28 20:52:49 +01:00
dependabot[bot]
fc9b36d281
build(deps-dev): bump nuitka from 2.5.1 to 2.5.4
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.5.1 to 2.5.4.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.5.1...2.5.4 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-28 20:52:35 +01:00
dependabot[bot]
556d1350b8
build(deps-dev): bump nuitka from 2.4.11 to 2.5.1
...
Bumps [nuitka](https://github.com/Nuitka/Nuitka ) from 2.4.11 to 2.5.1.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst )
- [Commits](https://github.com/Nuitka/Nuitka/compare/2.4.11...2.5.1 )
---
updated-dependencies:
- dependency-name: nuitka
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-24 12:18:38 +01:00
dependabot[bot]
a84d52fb38
build(deps-dev): bump setuptools from 75.2.0 to 75.6.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.2.0 to 75.6.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.2.0...v75.6.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-24 12:18:23 +01:00
dependabot[bot]
2928168bc2
build(deps-dev): bump setuptools from 75.2.0 to 75.5.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.2.0 to 75.5.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.2.0...v75.5.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-15 07:18:43 +01:00
dependabot[bot]
5714d71e7c
build(deps-dev): bump wheel from 0.44.0 to 0.45.0
...
Bumps [wheel](https://github.com/pypa/wheel ) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/pypa/wheel/releases )
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst )
- [Commits](https://github.com/pypa/wheel/compare/0.44.0...0.45.0 )
---
updated-dependencies:
- dependency-name: wheel
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-12 17:29:25 +01:00
dependabot[bot]
170fbf6edb
build(deps-dev): bump setuptools from 75.2.0 to 75.4.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.2.0 to 75.4.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.2.0...v75.4.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-12 17:29:09 +01:00
scito
d2993c093c
fix readme: remove duplicated toc
2024-11-10 10:46:57 +01:00
scito
c9a2784e56
upgrade deps
2024-11-10 10:46:37 +01:00
dependabot[bot]
59804c9970
build(deps-dev): bump setuptools from 75.2.0 to 75.3.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.2.0 to 75.3.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.2.0...v75.3.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-10 09:21:48 +01:00
dependabot[bot]
5955c1dc69
build(deps-dev): bump types-protobuf
...
Bumps [types-protobuf](https://github.com/python/typeshed ) from 5.28.0.20240924 to 5.28.3.20241030.
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-protobuf
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-01 10:30:53 +01:00
dependabot[bot]
bfb63ebf49
build(deps-dev): bump pytest-cov from 5.0.0 to 6.0.0
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 5.0.0 to 6.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-01 10:30:13 +01:00
scito
396071f15a
set Docker base image to Python 3.13; fix README
2024-10-25 21:25:22 +02:00
scito
6503b442f1
comment out native macos-12 release build instead of exclude
...
since exclude failed in release build
2024-10-25 20:38:08 +02:00
daniel
5c5e2096b8
added support for devenv
2024-10-24 19:43:06 +02:00
scito
eb8bb38aa5
update deps
2024-10-24 19:17:08 +02:00
scito
d486a94c6f
disable macos releases due to build failures
...
FileNotFoundError: Icon input file /Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/PyInstaller/bootloader/images/icon-windowed.icns not found
2024-10-24 18:55:34 +02:00
scito
ee932c05e3
use Python 3.13 in Docker
2024-10-24 18:55:34 +02:00
scito
e13a4584fb
add Pythion 3.13 to README
2024-10-20 10:54:36 +02:00
scito
91e2efe7e1
upgrade deps
2024-10-13 12:49:50 +02:00
scito
b5442a0d94
test python 3.13 in CI
2024-10-13 11:57:13 +02:00
Roland Kurmann
2318c3a185
Merge pull request #298 from scito/dependabot/pip/qrcode-8.0
...
build(deps): bump qrcode from 7.4.2 to 8.0
2024-10-07 18:29:22 +02:00
dependabot[bot]
fcfdf1cbf6
build(deps): bump qrcode from 7.4.2 to 8.0
...
Bumps [qrcode](https://github.com/lincolnloop/python-qrcode ) from 7.4.2 to 8.0.
- [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst )
- [Commits](https://github.com/lincolnloop/python-qrcode/compare/v7.4.2...v8.0 )
---
updated-dependencies:
- dependency-name: qrcode
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-01 15:13:27 +00:00
Roland Kurmann
f07db1b74f
Merge pull request #297 from scito/proto_5282
...
upgrade to protobul 5.28.2
2024-09-28 10:07:10 +02:00
scito
5d5453231f
upgrade to protobul 5.28.2
2024-09-27 12:05:18 +02:00
Roland Kurmann
5d7afeeed3
Merge pull request #295 from scito/dependabot/pip/pylint-3.3.1
...
build(deps-dev): bump pylint from 3.3.0 to 3.3.1
2024-09-27 09:19:43 +02:00
dependabot[bot]
d9f760ad97
build(deps-dev): bump pylint from 3.3.0 to 3.3.1
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.0...v3.3.1 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-24 15:27:28 +00:00
Roland Kurmann
6c54a438cb
Merge pull request #294 from scito/dependabot/pip/pylint-3.3.0
...
build(deps-dev): bump pylint from 3.2.7 to 3.3.0
2024-09-23 09:36:11 +02:00
dependabot[bot]
9d4f8c83b4
build(deps-dev): bump pylint from 3.2.7 to 3.3.0
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.2.7 to 3.3.0.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.0 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-20 16:01:58 +00:00
Roland Kurmann
9b8c79b232
Merge pull request #288 from scito/dependabot/pip/pytest-8.3.3
...
build(deps-dev): bump pytest from 8.3.2 to 8.3.3
2024-09-11 20:33:03 +02:00
dependabot[bot]
50151c4f3f
build(deps-dev): bump pytest from 8.3.2 to 8.3.3
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.2 to 8.3.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-10 15:58:32 +00:00