Skip to content

Commit

Permalink
[noissue]: Update importlib-metadata requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version.
- [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.0.1...v8.5.0)

---
updated-dependencies:
- dependency-name: importlib-metadata
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 0cd8dc1 commit 5c14b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ drf-nested-routers>=0.93.4,<=0.94.1
drf-spectacular==0.27.2 # We monkeypatch this so we need a very narrow requirement string
dynaconf>=3.1.12,<3.3.0
gunicorn>=20.1,<23.1.0
importlib-metadata>=6.0.1,<=6.0.1 # Pinned to fix opentelemetry dependency solving issues with pip
importlib-metadata>=6.0.1,<=8.5.0 # Pinned to fix opentelemetry dependency solving issues with pip
jinja2>=3.1,<=3.1.4
json_stream>=2.3.2,<2.4
jq>=1.6.0,<1.9.0
Expand Down

0 comments on commit 5c14b26

Please sign in to comment.