Skip to content

Commit

Permalink
⬆️ Bump importlib-metadata from 6.8.0 to 7.0.1
Browse files Browse the repository at this point in the history
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 6.8.0 to 7.0.1.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v6.8.0...v7.0.1)

---
updated-dependencies:
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 68c0b3e commit 925912f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
32 changes: 26 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [ #! Update me

[tool.poetry.dependencies]
python = ">=3.8.0,<4.0.0"
importlib_metadata = {version = "^4.5.0", python = "<3.8"}
importlib_metadata = {version = ">=4.5,<8.0", python = "<3.8"}
python-dotenv = ">=0.21,<1.1"
pydantic = ">=1.9.2,<3.0.0"
pyhumps = "^3.7.2"
Expand Down

0 comments on commit 925912f

Please sign in to comment.