Skip to content

Commit

Permalink
Merge pull request #1229 from dlminvestments/renovate/importlib-metad…
Browse files Browse the repository at this point in the history
…ata-8.x

fix(deps): update dependency importlib-metadata to v8
  • Loading branch information
dlminvestments authored Jul 13, 2024
2 parents 2a94f79 + 3105193 commit c308a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pexpect = "^4.7.0"
packaging = "^23.0"
virtualenv = { version = "^20.0.26" }
keyring = "^25.0.0"
importlib-metadata = {version = "^7.0.0", python = "<3.8"}
importlib-metadata = {version = "^8.0.0", python = "<3.8"}

[tool.poetry.dev-dependencies]
pytest = "^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ py==1.11.0
toml
atomicwrites==1.4.1;sys_platform=="win32"
colorama;sys_platform=="win32"
importlib-metadata==7.2.1
importlib-metadata==8.0.0

asgiref==3.8.1
pytz
Expand Down

0 comments on commit c308a4a

Please sign in to comment.