Update importlib-resources requirement from ~=3.2 to ~=3.3
Created by: dependabot-preview[bot]
Updates the requirements on importlib-resources to permit the latest version.
Changelog
Sourced from importlib-resources's changelog.
v3.3.0
- #107: Drop support for Python 3.5. Now requires Python 2.7 or 3.6+.
v3.2.1
- #200: Minor fixes and improved tests for namespace package support.
v3.2.0
- #68: Resources in PEP 420 Namespace packages are now supported.
v3.1.1
- bpo-41490:
contents
is now also more aggressive about consuming any iterator from theReader
.v3.1.0
- #110 and bpo-41490:
path
method is more aggressive about releasing handles to zipfile objects early, enabling use-cases likecertifi
to leave the context open but delete the underlying zip file.v3.0.0
- Package no longer exposes
importlib_resources.__version__
. Users that wish to inspect the version ofimportlib_resources
should instead invoke.version('importlib_resources')
fromimportlib-metadata
( stdlib or backport) directly. This change eliminates the dependency onimportlib_metadata
. Closes #100.- Package now always includes its data. Closes #93.
- Declare hidden imports for PyInstaller. Closes #101.
v2.0.1
- Select pathlib and contextlib imports based on Python version and avoid pulling in deprecated [pathlib](https://pypi.org/project/pathlib). Closes #97.
v2.0.0
- Loaders are no longer expected to implement the
abc.TraversableResources
interface, but are instead expected to returnTraversableResources
from theirget_resource_reader
method.v1.5.0
- Traversable is now a Protocol instead of an Abstract Base Class (Python 2.7 and Python 3.8+).
- Traversable objects now require a
.name
property.v1.4.0
Commits
-
474ecdd
Clean up syntax in changelog. -
dbe4d9f
Add hyperlinks to the changelog for issues (including bpo) and PEPs. -
c3044eb
Drop py35 from tox. Ref #202. -
bed6a81
Drop support for Python 3.5. Fixes #107. -
68d1086
readers: fix undefined FileNotFoundError and NotADirectoryError on Python 2 -
0410296
readers: use truediv to join paths in MultiplexedPath.joinpath -
c4a20bf
tests: add tests for NamespaceReader -
620a090
readers: fix path order in MultiplexedPath -
140efbf
tests: add tests for MultiplexedPath -
85cf2cf
readers: make all file methods of MultiplexedPath raise FileNotFoundError - See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)