Update poetry.lock
This commit is contained in:
parent
5d725ec18c
commit
f987799205
1 changed files with 13 additions and 1 deletions
14
poetry.lock
generated
14
poetry.lock
generated
|
@ -210,6 +210,14 @@ python-versions = ">=3.6"
|
|||
[package.dependencies]
|
||||
pyparsing = ">=2.0.2"
|
||||
|
||||
[[package]]
|
||||
name = "parsy"
|
||||
version = "1.3.0"
|
||||
description = "easy-to-use parser combinators, for parsing in pure Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[[package]]
|
||||
name = "pathspec"
|
||||
version = "0.8.1"
|
||||
|
@ -332,7 +340,7 @@ python-versions = "*"
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "c50f75b285a2a8b71f5927a697dc8cedc481c93bd8fdc86fe29e8e5722889852"
|
||||
content-hash = "9ff4aeb1d3824a7662f368fca5a9819dfd88388e6fd2862f78299c92aff25df2"
|
||||
|
||||
[metadata.files]
|
||||
aiosqlite = [
|
||||
|
@ -428,6 +436,10 @@ packaging = [
|
|||
{file = "packaging-21.0-py3-none-any.whl", hash = "sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14"},
|
||||
{file = "packaging-21.0.tar.gz", hash = "sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"},
|
||||
]
|
||||
parsy = [
|
||||
{file = "parsy-1.3.0-py2.py3-none-any.whl", hash = "sha256:bea54186c3da470944dafe2314b57ac53d0dc2b0a168dc32f644b1b93dc6ca64"},
|
||||
{file = "parsy-1.3.0.tar.gz", hash = "sha256:bfc941ea5a69e6ac16bd4f7d9f807bbc17e35edd8b95bcd2499a25b059359012"},
|
||||
]
|
||||
pathspec = [
|
||||
{file = "pathspec-0.8.1-py2.py3-none-any.whl", hash = "sha256:aa0cb481c4041bf52ffa7b0d8fa6cd3e88a2ca4879c533c9153882ee2556790d"},
|
||||
{file = "pathspec-0.8.1.tar.gz", hash = "sha256:86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd"},
|
||||
|
|
Loading…
Reference in a new issue