Skip to content

Commit e5bf80e

Browse files
build(deps): bump importlib-resources from 6.4.0 to 6.4.5 (#18942)
Bumps [importlib-resources](https://github.com/python/importlib_resources) from 6.4.0 to 6.4.5. - [Release notes](https://github.com/python/importlib_resources/releases) - [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst) - [Commits](python/importlib_resources@v6.4.0...v6.4.5) --- updated-dependencies: - dependency-name: importlib-resources 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>
1 parent 4ea37f2 commit e5bf80e

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

poetry.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,21 +1406,25 @@ test = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", "p
14061406

14071407
[[package]]
14081408
name = "importlib-resources"
1409-
version = "6.4.0"
1409+
version = "6.4.5"
14101410
description = "Read resources from Python packages"
14111411
optional = false
14121412
python-versions = ">=3.8"
14131413
files = [
1414-
{file = "importlib_resources-6.4.0-py3-none-any.whl", hash = "sha256:50d10f043df931902d4194ea07ec57960f66a80449ff867bfe782b4c486ba78c"},
1415-
{file = "importlib_resources-6.4.0.tar.gz", hash = "sha256:cdb2b453b8046ca4e3798eb1d84f3cce1446a0e8e7b5ef4efb600f19fc398145"},
1414+
{file = "importlib_resources-6.4.5-py3-none-any.whl", hash = "sha256:ac29d5f956f01d5e4bb63102a5a19957f1b9175e45649977264a1416783bb717"},
1415+
{file = "importlib_resources-6.4.5.tar.gz", hash = "sha256:980862a1d16c9e147a59603677fa2aa5fd82b87f223b6cb870695bcfce830065"},
14161416
]
14171417

14181418
[package.dependencies]
14191419
zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""}
14201420

14211421
[package.extras]
1422-
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"]
1423-
testing = ["jaraco.test (>=5.4)", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-ruff (>=0.2.1)", "zipp (>=3.17)"]
1422+
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)"]
1423+
cover = ["pytest-cov"]
1424+
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
1425+
enabler = ["pytest-enabler (>=2.2)"]
1426+
test = ["jaraco.test (>=5.4)", "pytest (>=6,!=8.1.*)", "zipp (>=3.17)"]
1427+
type = ["pytest-mypy"]
14241428

14251429
[[package]]
14261430
name = "iniconfig"
@@ -3228,4 +3232,4 @@ upnp = ["miniupnpc"]
32283232
[metadata]
32293233
lock-version = "2.0"
32303234
python-versions = ">=3.9, <3.13"
3231-
content-hash = "8be3aabb9439dc3dafd901ba511e8351678562566e760301b8c845711b253bbc"
3235+
content-hash = "1182fe0e323bfa90442e480a61da515ec6b7b41d8df938447221ca709cb78eaa"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ zstd = [
7373
{version="1.5.5.1", python = "<3.12"},
7474
{version="1.5.5.1", python = "3.12", source="chia"},
7575
]
76-
importlib-resources = "6.4.0"
76+
importlib-resources = "6.4.5"
7777
hsms = "0.3.1"
7878
aiohttp_cors = { version = "0.7.0", optional = true }
7979
build = { version = "1.2.1", optional = true }

0 commit comments

Comments
 (0)