Skip to content

Commit

Permalink
poetry-core 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Oct 5, 2022
1 parent f8ecaca commit 913201c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
18 changes: 7 additions & 11 deletions poetry.lock

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

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ generate-setup-file = false
[tool.poetry.dependencies]
python = "^3.7"

poetry-core = "^1.2.0"
poetry-core = "^1.3.1"
poetry-plugin-export = "^1.1.1"
"backports.cached-property" = { version = "^1.0.2", python = "<3.8" }
cachecontrol = { version = "^0.12.9", extras = ["filecache"] }
Expand Down Expand Up @@ -77,8 +77,6 @@ urllib3 = "^1.26.0"
pre-commit = "^2.6"

[tool.poetry.group.test.dependencies]
# TODO: remove when bumping poetry-core to 1.3
poetry-core = { git = "https://github.com/finswimmer/core.git", branch = "fix/available-pythons" }
deepdiff = "^5.0"
flatdict = "^4.0.1"
httpretty = "^1.0"
Expand Down

0 comments on commit 913201c

Please sign in to comment.