Skip to content

Commit 3a0925d

Browse files
build(deps): bump packaging from 26.0 to 26.2 (#20853)
Bumps [packaging](https://github.com/pypa/packaging) from 26.0 to 26.2. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@26.0...26.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' 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>
1 parent 645596d commit 3a0925d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2700,14 +2700,14 @@ files = [
27002700

27012701
[[package]]
27022702
name = "packaging"
2703-
version = "26.0"
2703+
version = "26.2"
27042704
description = "Core utilities for Python packages"
27052705
optional = false
27062706
python-versions = ">=3.8"
27072707
groups = ["main"]
27082708
files = [
2709-
{file = "packaging-26.0-py3-none-any.whl", hash = "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529"},
2710-
{file = "packaging-26.0.tar.gz", hash = "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4"},
2709+
{file = "packaging-26.2-py3-none-any.whl", hash = "sha256:5fc45236b9446107ff2415ce77c807cee2862cb6fac22b8a73826d0693b0980e"},
2710+
{file = "packaging-26.2.tar.gz", hash = "sha256:ff452ff5a3e828ce110190feff1178bb1f2ea2281fa2075aadb987c2fb221661"},
27112711
]
27122712

27132713
[[package]]
@@ -4387,4 +4387,4 @@ upnp = ["miniupnpc"]
43874387
[metadata]
43884388
lock-version = "2.1"
43894389
python-versions = ">=3.10, <4"
4390-
content-hash = "c49e509547fe18c46f92b3130b6ac5b45eeb4f076d9da2aca7fcea94666a38e9"
4390+
content-hash = "cd008735a47c27a3f0d1b55f7dd282186d38b2361a8af76580a5ba9bcff29c12"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dnslib = ">=0.9.25" # dns lib
6767
dnspython = ">=2.6.1" # Query DNS seeds
6868
filelock = ">=3.29.0" # For reading and writing config multiprocess and multithread safely (non-reentrant locks)
6969
keyring = ">=25.5.0" # Store keys in MacOS Keychain, Windows Credential Locker
70-
packaging = ">=24.0"
70+
packaging = ">=26.2"
7171
pip = ">=26.1.1"
7272
psutil = ">=6.1.0"
7373
pyyaml = ">=6.0.2" # Used for config file format

0 commit comments

Comments
 (0)