dependabot[bot]
ef71ffb32b
Bump aiohttp from 3.13.3 to 3.13.4 ( #6675 )
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.13.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-30 10:56:15 +02:00
Stefan Agner
6525c8c231
Remove unused requests dependency ( #6666 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 10:32:19 +01:00
dependabot[bot]
aa9a4c17f6
Bump cryptography from 46.0.5 to 46.0.6 ( #6663 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 46.0.5 to 46.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 46.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-26 08:38:14 +01:00
dependabot[bot]
03b1e95b94
Bump requests from 2.32.5 to 2.33.0 ( #6664 )
2026-03-26 07:47:29 +01:00
dependabot[bot]
2b2aca873b
Bump sentry-sdk from 2.55.0 to 2.56.0 ( #6661 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-25 07:49:24 +01:00
dependabot[bot]
f719db30c4
Bump attrs from 25.4.0 to 26.1.0 ( #6655 )
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 25.4.0 to 26.1.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-version: 26.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 09:44:42 +01:00
dependabot[bot]
b24ada6a21
Bump sentry-sdk from 2.54.0 to 2.55.0 ( #6644 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.54.0 to 2.55.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/2.54.0...2.55.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-version: 2.55.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-18 09:47:48 +01:00
dependabot[bot]
0732999ea9
Bump setuptools from 82.0.0 to 82.0.1 ( #6620 )
2026-03-10 07:28:04 +01:00
Jan Čermák
b1be897439
Use Python 3.14(.3) in CI and base image ( #6586 )
...
* Use Python 3.14(.3) in CI and base image
Update base image to the latest tag using Python 3.14.3 and update Python
version in CI workflows to 3.14.
With Python 3.14, backports.zstd is no longer necessary as it's now available
in the standard library.
* Update wheels ABI in the wheels builder to cp314
* Use explicit Python fix version in GH actions
Specify explicitly Python 3.14.3, as the setup-python action otherwise default
to 3.14.2 when 3.14.3, leading to different version in CI and in production.
* Update Python version references in pyproject.toml
* Fix all ruff quoted-annotation (UP037) errors
* Revert unquoting of DBus types in tests and ignore UP037 where needed
2026-03-05 21:11:25 +01:00
dependabot[bot]
6668417e77
Bump sentry-sdk from 2.53.0 to 2.54.0 ( #6609 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.53.0 to 2.54.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/2.53.0...2.54.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-version: 2.54.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-03 07:58:26 +01:00
Stefan Agner
3de2deaf02
Bump securetar to 2026.2.0 ( #6575 )
...
* Bump securetar from 2025.12.0 to 2026.2.0
Adapt to the new securetar API:
- Use SecureTarArchive for outer backup tar (replaces SecureTarFile
with gzip=False for the outer container)
- create_inner_tar() renamed to create_tar(), password now inherited
from the archive rather than passed per inner tar
- SecureTarFile no longer accepts a mode parameter (read-only by
default, InnerSecureTarFile for writing)
- Pass create_version=2 to keep protected backups at version 2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* Reformat imports
* Rename _create_cleanup to _create_finalize and update docstring
* Use constant for SecureTar create version
* Add test for SecureTarReadError in validate_backup
securetar >= 2026.2.0 raises SecureTarReadError instead of
tarfile.ReadError for invalid passwords. Catching this exception
and raising BackupInvalidError is required so Core shows the
encryption key dialog to the user.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* Handle InvalidPasswordError for v3 backups
* Address typos
* Add securetar v3 encrypted password test fixture
Add a test fixture for a securetar v3 encrypted backup with password.
This will be used in the test suite to verify that the backup
extraction process correctly handles encrypted backups.
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-24 13:08:14 +01:00
Mike Degatano
4a1c816b92
Finish dockerpy to aiodocker migration ( #6578 )
2026-02-18 08:49:15 +01:00
Mike Degatano
b70f44bf1f
Bump aiodocker from 0.25.0 to 0.26.0 ( #6577 )
2026-02-17 14:26:01 -05:00
dependabot[bot]
d93e728918
Bump sentry-sdk from 2.52.0 to 2.53.0 ( #6572 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.52.0 to 2.53.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/2.52.0...2.53.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-version: 2.53.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-17 10:34:12 +01:00
dependabot[bot]
327a2fe6b1
Bump cryptography from 46.0.4 to 46.0.5 ( #6551 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 46.0.4 to 46.0.5.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/46.0.4...46.0.5 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 46.0.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-11 00:18:13 -05:00
dependabot[bot]
b2baad7c28
Bump dbus-fast from 3.1.2 to 4.0.0 ( #6515 )
...
Bumps [dbus-fast](https://github.com/bluetooth-devices/dbus-fast ) from 3.1.2 to 4.0.0.
- [Release notes](https://github.com/bluetooth-devices/dbus-fast/releases )
- [Changelog](https://github.com/Bluetooth-Devices/dbus-fast/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bluetooth-devices/dbus-fast/compare/v3.1.2...v4.0.0 )
---
updated-dependencies:
- dependency-name: dbus-fast
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-09 17:14:22 +01:00
dependabot[bot]
b069358b93
Bump setuptools from 80.10.2 to 82.0.0 ( #6537 )
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 80.10.2 to 82.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/v80.10.2...v82.0.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 82.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-09 10:53:48 +01:00
dependabot[bot]
d1cbb57c34
Bump sentry-sdk from 2.51.0 to 2.52.0 ( #6530 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.51.0 to 2.52.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/2.51.0...2.52.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-version: 2.52.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-05 09:28:13 +01:00
dependabot[bot]
c89d28ae11
Bump orjson from 3.11.6 to 3.11.7 ( #6517 )
...
Bumps [orjson](https://github.com/ijl/orjson ) from 3.11.6 to 3.11.7.
- [Release notes](https://github.com/ijl/orjson/releases )
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ijl/orjson/compare/3.11.6...3.11.7 )
---
updated-dependencies:
- dependency-name: orjson
dependency-version: 3.11.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-03 10:51:51 +01:00
dependabot[bot]
2a4890e2b0
Bump aiodocker from 0.24.0 to 0.25.0 ( #6448 )
...
* Bump aiodocker from 0.24.0 to 0.25.0
Bumps [aiodocker](https://github.com/aio-libs/aiodocker ) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/aio-libs/aiodocker/releases )
- [Changelog](https://github.com/aio-libs/aiodocker/blob/main/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiodocker/compare/v0.24.0...v0.25.0 )
---
updated-dependencies:
- dependency-name: aiodocker
dependency-version: 0.25.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update to new timeout configuration
* Fix pytest failure
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Degatano <michael.degatano@gmail.com >
Co-authored-by: Stefan Agner <stefan@agner.ch >
2026-01-30 09:39:06 +01:00
dependabot[bot]
8fa55bac9e
Bump debugpy from 1.8.19 to 1.8.20 ( #6508 )
...
Bumps [debugpy](https://github.com/microsoft/debugpy ) from 1.8.19 to 1.8.20.
- [Release notes](https://github.com/microsoft/debugpy/releases )
- [Commits](https://github.com/microsoft/debugpy/compare/v1.8.19...v1.8.20 )
---
updated-dependencies:
- dependency-name: debugpy
dependency-version: 1.8.20
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 08:39:39 +01:00
dependabot[bot]
51c447a1e8
Bump orjson from 3.11.5 to 3.11.6 ( #6506 )
...
Bumps [orjson](https://github.com/ijl/orjson ) from 3.11.5 to 3.11.6.
- [Release notes](https://github.com/ijl/orjson/releases )
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ijl/orjson/compare/3.11.5...3.11.6 )
---
updated-dependencies:
- dependency-name: orjson
dependency-version: 3.11.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-30 08:38:29 +01:00
dependabot[bot]
f7e4f6a1b2
Bump sentry-sdk from 2.50.0 to 2.51.0 ( #6503 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.50.0 to 2.51.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/2.50.0...2.51.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-version: 2.51.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-29 09:27:13 +01:00
dependabot[bot]
80cf00f195
Bump cryptography from 46.0.3 to 46.0.4 ( #6501 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 46.0.3 to 46.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/46.0.3...46.0.4 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 46.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-28 10:39:42 +01:00
dependabot[bot]
df96fb711a
Bump setuptools from 80.10.1 to 80.10.2 ( #6495 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-26 08:28:27 +01:00
dependabot[bot]
cbaef62d67
Bump setuptools from 80.9.0 to 80.10.1 ( #6488 )
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 80.9.0 to 80.10.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/v80.9.0...v80.10.1 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.10.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 08:29:19 +01:00
dependabot[bot]
7b0ea51ef6
Bump sentry-sdk from 2.49.0 to 2.50.0 ( #6484 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.49.0 to 2.50.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/2.49.0...2.50.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-version: 2.50.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-21 12:27:57 +01:00
dependabot[bot]
4d708d34c8
Bump aiodns from 3.6.1 to 4.0.0 ( #6473 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 22:43:50 +01:00
dependabot[bot]
9ad1bf0f1a
Bump sentry-sdk from 2.48.0 to 2.49.0 ( #6467 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 22:51:15 +01:00
dependabot[bot]
0c5f48e4af
Bump aiohttp from 3.13.2 to 3.13.3 ( #6456 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-03 08:26:28 -10:00
dependabot[bot]
4c7a0d5477
Bump gitpython from 3.1.45 to 3.1.46 ( #6455 )
2026-01-02 10:03:12 +01:00
dependabot[bot]
f384b9ce86
Bump backports-zstd from 1.2.0 to 1.3.0 ( #6454 )
2025-12-30 08:51:03 +01:00
dependabot[bot]
1196343620
Bump voluptuous from 0.15.2 to 0.16.0 ( #6440 )
...
Bumps [voluptuous](https://github.com/alecthomas/voluptuous ) from 0.15.2 to 0.16.0.
- [Release notes](https://github.com/alecthomas/voluptuous/releases )
- [Changelog](https://github.com/alecthomas/voluptuous/blob/master/CHANGELOG.md )
- [Commits](https://github.com/alecthomas/voluptuous/compare/0.15.2...0.16.0 )
---
updated-dependencies:
- dependency-name: voluptuous
dependency-version: 0.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-19 12:15:57 +01:00
dependabot[bot]
7bb361304f
Bump sentry-sdk from 2.47.0 to 2.48.0 ( #6433 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.47.0 to 2.48.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/2.47.0...2.48.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-version: 2.48.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 19:43:25 +01:00
dependabot[bot]
07c0d538d1
Bump debugpy from 1.8.18 to 1.8.19 ( #6431 )
...
Bumps [debugpy](https://github.com/microsoft/debugpy ) from 1.8.18 to 1.8.19.
- [Release notes](https://github.com/microsoft/debugpy/releases )
- [Commits](https://github.com/microsoft/debugpy/compare/v1.8.18...v1.8.19 )
---
updated-dependencies:
- dependency-name: debugpy
dependency-version: 1.8.19
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 16:14:50 +01:00
dependabot[bot]
4fc6acfceb
Bump debugpy from 1.8.17 to 1.8.18 ( #6418 )
...
Bumps [debugpy](https://github.com/microsoft/debugpy ) from 1.8.17 to 1.8.18.
- [Release notes](https://github.com/microsoft/debugpy/releases )
- [Commits](https://github.com/microsoft/debugpy/compare/v1.8.17...v1.8.18 )
---
updated-dependencies:
- dependency-name: debugpy
dependency-version: 1.8.18
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 09:55:28 +01:00
dependabot[bot]
4df0db9df4
Bump aiodns from 3.6.0 to 3.6.1 ( #6423 )
...
Bumps [aiodns](https://github.com/saghul/aiodns ) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/saghul/aiodns/releases )
- [Changelog](https://github.com/aio-libs/aiodns/blob/master/ChangeLog )
- [Commits](https://github.com/saghul/aiodns/compare/v3.6.0...v3.6.1 )
---
updated-dependencies:
- dependency-name: aiodns
dependency-version: 3.6.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 23:42:40 +01:00
dependabot[bot]
b79130816b
Bump aiodns from 3.5.0 to 3.6.0 ( #6408 )
2025-12-08 08:24:12 +01:00
dependabot[bot]
923bc2ba87
Bump backports-zstd from 1.1.0 to 1.2.0 ( #6410 )
...
Bumps [backports-zstd](https://github.com/rogdham/backports.zstd ) from 1.1.0 to 1.2.0.
- [Changelog](https://github.com/Rogdham/backports.zstd/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rogdham/backports.zstd/compare/v1.1.0...v1.2.0 )
---
updated-dependencies:
- dependency-name: backports-zstd
dependency-version: 1.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-08 08:22:07 +01:00
dependabot[bot]
d920bde7e4
Bump orjson from 3.11.4 to 3.11.5 ( #6407 )
2025-12-08 07:24:53 +01:00
dependabot[bot]
287a58e004
Bump securetar from 2025.2.1 to 2025.12.0 ( #6402 )
...
* Bump securetar from 2025.2.1 to 2025.12.0
Bumps [securetar](https://github.com/pvizeli/securetar ) from 2025.2.1 to 2025.12.0.
- [Release notes](https://github.com/pvizeli/securetar/releases )
- [Commits](https://github.com/pvizeli/securetar/compare/2025.2.1...2025.12.0 )
---
updated-dependencies:
- dependency-name: securetar
dependency-version: 2025.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Remove key derivation function from Supervisor
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Agner <stefan@agner.ch >
2025-12-07 00:35:47 +01:00
dependabot[bot]
3cae17cb79
Bump blockbuster from 1.5.25 to 1.5.26 ( #6403 )
...
Bumps [blockbuster](https://github.com/cbornet/blockbuster ) from 1.5.25 to 1.5.26.
- [Release notes](https://github.com/cbornet/blockbuster/releases )
- [Commits](https://github.com/cbornet/blockbuster/compare/v1.5.25...v1.5.26 )
---
updated-dependencies:
- dependency-name: blockbuster
dependency-version: 1.5.26
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-05 17:06:24 +01:00
dependabot[bot]
4d9e2838fe
Bump sentry-sdk from 2.46.0 to 2.47.0 ( #6393 )
2025-12-04 07:23:23 +01:00
dependabot[bot]
6042694d84
Bump dbus-fast from 2.45.1 to 3.1.2 ( #6317 )
...
* Bump dbus-fast from 2.45.1 to 3.1.2
Bumps [dbus-fast](https://github.com/bluetooth-devices/dbus-fast ) from 2.45.1 to 3.1.2.
- [Release notes](https://github.com/bluetooth-devices/dbus-fast/releases )
- [Changelog](https://github.com/Bluetooth-Devices/dbus-fast/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bluetooth-devices/dbus-fast/compare/v2.45.1...v3.1.2 )
---
updated-dependencies:
- dependency-name: dbus-fast
dependency-version: 3.1.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update unit tests for dbus-fast 3.1.2 changes
* Fix type annotations
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Agner <stefan@agner.ch >
2025-11-25 16:25:06 +01:00
dependabot[bot]
0ff12abdf4
Bump sentry-sdk from 2.45.0 to 2.46.0 ( #6343 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-25 07:19:32 +01:00
dependabot[bot]
10af48a65b
Bump backports-zstd from 1.0.0 to 1.1.0 ( #6336 )
...
Bumps [backports-zstd](https://github.com/rogdham/backports.zstd ) from 1.0.0 to 1.1.0.
- [Changelog](https://github.com/Rogdham/backports.zstd/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rogdham/backports.zstd/compare/v1.0.0...v1.1.0 )
---
updated-dependencies:
- dependency-name: backports-zstd
dependency-version: 1.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 08:50:56 +01:00
dependabot[bot]
d3d652eba5
Bump sentry-sdk from 2.44.0 to 2.45.0 ( #6322 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.44.0 to 2.45.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/2.44.0...2.45.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-version: 2.45.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-19 09:27:59 +01:00
Mike Degatano
30cc172199
Migrate images from dockerpy to aiodocker ( #6252 )
...
* Migrate images from dockerpy to aiodocker
* Add missing coverage and fix bug in repair
* Bind libraries to different files and refactor images.pull
* Use the same socket again
Try using the same socket again.
* Fix pytest
---------
Co-authored-by: Stefan Agner <stefan@agner.ch >
2025-11-12 20:54:06 +01:00
dependabot[bot]
d541fe5c3a
Bump sentry-sdk from 2.43.0 to 2.44.0 ( #6306 )
2025-11-11 22:28:34 -08:00
Stefan Agner
8f2b0763b7
Add zstd compression support ( #6302 )
...
Add zstd compression support to allow zstd compressed proxing for
ingress. Zstd is automatically supported by aiohttp if the package
is present.
2025-11-10 17:04:06 +01:00