chore(deps): update netbox #797
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.8.3
->0.8.15
==1.1.1
->==1.3.0
==4.3.0
->==4.4.0
==1.3.5
->==1.4.1
==2.3.0
->==2.3.2
v4.3.5
->v4.4.0
v4.3.5
->v4.4.0
Release Notes
astral-sh/uv (ghcr.io/astral-sh/uv)
v0.8.15
Compare Source
Python
Enhancements
uv auth
commands for credential management (#15570)uv auth
commands (#15636)uv tree --show-sizes
to show package sizes (#15531)--python-platform riscv64-unknown-linux
(#15630)--python-platform
touv run
anduv tool
(#15515)uv publish --dry-run
(#15638)Bug fixes
extra-build-dependencies
(#15622)Error messages
v0.8.14
Compare Source
Python
Enhancements
--python-platform
touv pip check
(#15486)UV_ISOLATED
(#15428)--no-install-local
option touv sync
,uv add
anduv export
(#15328)uv pip
CLI (#15453)Preview features
{version}
onuv format
failure (#15527)uv format
to prevent races (#15551)--project
inuv format
(#15438)uv format
in the project root (#15440)Configuration
Performance
WHEEL
andMETADATA
reads in installed distributions (#15489)Bug fixes
venv
in current working directory (#15537)uv publish
checks (#15545)uv venv
(#15538)CLICOLOR_FORCE=1
when calling build backends (#15472)Documentation
uvw.exe
needs to be removed (#15536)v0.8.13
Compare Source
Enhancements
--no-install-*
arguments touv add
(#15375)uv init
(#15377)Preview features
uv format
command (#15017)extra-build-dependencies
if match-runtime is explicitlyfalse
(#15420)Bug fixes
triton
totorch-backend
manifest (#15405)uv_build
wheel hashes (#15400)--upgrade-package
on the command-line as overridingupgrade = false
in configuration (#15395)v0.8.12
Compare Source
Python
See the python-build-standalone release notes for details.
Enhancements
aarch64-pc-windows-msvc
target forpython-platform
(#15347)uv tool update-shell
(#15356)buildpack-deps:trixie
,debian:trixie-slim
,alpine:3.22
(#15351)Bug fixes
match-runtime = true
for dynamic packages (#15292)Documentation
uv cache clean
instead ofclear
(#15313)v0.8.11
Compare Source
Python
Enhancements
extra-build-dependencies
hint for any missing module on build failure (#15252)Bug fixes
Rust API
reqwest
clients toRegistryClient
(#15281)v0.8.10
Compare Source
Python
Enhancements
aarch64
(#14399)Preview
v0.8.9
Compare Source
Enhancements
--reinstall
flag touv python upgrade
(#15194)Bug fixes
uv python upgrade
if they don't already exist (#15192)Documentation
v0.8.8
Compare Source
Bug fixes
find_uv_bin
compatibility with Python <3.10 (#15177)v0.8.7
Compare Source
Python
tkagg
backend (the default on Linux), Pillow'sPIL.ImageTk
library, and other extension modules that need to use libtcl/libtk directly.See the
python-build-standalone
release notes for details.Enhancements
uv.lock
when using--isolated
(#15154)--prefix
and--with
installations infind_uv_bin
(#14184)find_uv_bin
(#14181)find_uv_bin
(#14182)Preview features
package
-level conflicts in workspaces (#14906)Configuration
UV_DEV
andUV_NO_DEV
environment variables (for--dev
and--no-dev
) (#15010)Bug fixes
--require-hashes
applied to build dependencies inuv pip install
(#15153)find_uv_bin
(#14191)Documentation
.
) to list elements inFeatures
docs page (#15138)v0.8.6
Compare Source
This release contains hardening measures to address differentials in behavior between uv and Python's built-in ZIP parser (CVE-2025-54368).
Prior to this release, attackers could construct ZIP files that would be extracted differently by pip, uv, and other tools. As a result, ZIPs could be constructed that would be considered harmless by (e.g.) scanners, but contain a malicious payload when extracted by uv. As of v0.8.6, uv now applies additional checks to reject such ZIPs.
Thanks to a triage effort with the Python Security Response Team and PyPI maintainers, we were able to determine that these differentials were not exploited via PyPI during the time they were present. The PyPI team has also implemented similar checks and now guards against these parsing differentials on upload.
Although the practical risk of exploitation is low, we take the hypothetical risk of parser differentials very seriously. Out of an abundance of caution, we have assigned this advisory a CVE identifier and have given it a "moderate" severity suggestion.
These changes have been validated against the top 15,000 PyPI packages; however, it's plausible that a non-malicious ZIP could be falsely rejected with this additional hardening. As an escape hatch, users who do encounter breaking changes can enable
UV_INSECURE_NO_ZIP_VALIDATION
to restore the previous behavior. If you encounter such a rejection, please file an issue in uv and to the upstream package.For additional information, please refer to the following blog posts:
Security
Python
Configuration
Bug fixes
UV_HTTP_RETRIES
inuv publish
(#15106)UV_NO_EDITABLE
where--no-editable
is supported (#15107)cargo-dist
to addUV_INSTALLER_URL
to PowerShell installer (#15114)h2
again to avoidtoo_many_internal_resets
errors (#15111)pythonw
when copying entry points in uv run (#15134)Documentation
v0.8.5
Compare Source
Enhancements
uv run
with a GitHub Gist (#15058)uv tool install
(#14014)Preview features
extra-build-dependencies
warnings foruv pip
(#15088)pylock
warning (#15089)Bug fixes
python-preference = system
when managed interpreters are on the PATH (#15059)--system
is used (#15061)h2
upgrade (#15079)Documentation
v0.8.4
Compare Source
Enhancements
Preview features
extra-build-dependencies
(#14735)Configuration
exclude-newer
dates viaexclude-newer-package
(#14489)Bug fixes
python
vspython3
(#14970)environments
andrequired-environments
inuv.toml
(#14905)Documentation
uv_build
in projects documentation (#14968)UV_
prefix to installer environment variables (#14964)uv
from--build-backend
options (#14939)Alef-Burzmali/netbox-data-flows (netbox-data-flows)
v1.3.0
Compare Source
Feature release
New features
ICMP type support
You can now specify the ICMP types allowed by a data flow. The list of known types can be extended if necessary.
Application related objects
You can now link any NetBox object (e.g.: devices) to an application, via a custom field. See the documentation on how to configure it.
Compatibility
NetBox: >=4.2.0 (including 4.4.0)
Python: >=3.10
Only compatibility with versions 4.4.0, 4.3.7 and 4.2.9 was tested, although the plugin should support other patch versions of the same minors.
Update procedure
upgrade.sh
, and restart NetBoxCheck the documentation for further instructions.
What's Changed
Full Changelog: Alef-Burzmali/netbox-data-flows@v1.2.1...v1.3.0
v1.2.1
Compare Source
Minor release.
Compatibility
NetBox: >=4.2.0 (including 4.4.0-beta1)
Python: >=3.10
The test suite is run on the latest patch version of the current minor version of NetBox, and on the previous minor.
Update procedure
upgrade.sh
, and restart NetBoxCheck the documentation for further instructions.
What's Changed
Full Changelog: Alef-Burzmali/netbox-data-flows@v1.2.0...v1.2.1
v1.2.0
Compare Source
Minor release
Add support for Tenants in Applications, Data Flows and Data Flow Groups and fix some bugs.
Support for NetBox <4.2.0 officially dropped, as it was probably already buggy in previous releases.
Only v4.2.9 (the latest patch) is tested in the v4.2.x minor.
Compatibility
NetBox: >=4.2.0 (<4.4.0-beta1)
Python: >=3.10
The test suite is run on all patch versions of the current minor version of NetBox, but only on the latest patch versions of older minors.
Update procedure
upgrade.sh
, and restart NetBoxCheck the documentation for further instructions.
What's Changed
Full Changelog: Alef-Burzmali/netbox-data-flows@v1.1.1...v1.2.0
tobiasge/netbox-initializers (netbox-initializers)
v4.4.0
: Version 4.4.0Compare Source
What's Changed
Full Changelog: tobiasge/netbox-initializers@v4.3.0...v4.4.0
peteeckel/netbox-plugin-dns (netbox-plugin-dns)
v1.4.1
: Bugfix Release 1.4.1Compare Source
What's Changed
Full Changelog: peteeckel/netbox-plugin-dns@1.4.0...1.4.1
v1.4.0
: Feature Release 1.4.0Compare Source
What's Changed
Full Changelog: peteeckel/netbox-plugin-dns@1.3.6...1.4.0
v1.3.6
: Bugfix Release 1.3.6Compare Source
What's Changed
Full Changelog: peteeckel/netbox-plugin-dns@1.3.5...1.3.6
Onemind-Services-LLC/netbox-secrets (netbox-secrets)
v2.3.2
Compare Source
What's Changed
Full Changelog: Onemind-Services-LLC/netbox-secrets@v2.3.1...v2.3.2
v2.3.1
Compare Source
What's Changed
Full Changelog: Onemind-Services-LLC/netbox-secrets@v2.3.0...v2.3.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.