diff --git a/poetry.lock b/poetry.lock index f365b582..5da691d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -668,8 +668,8 @@ category = "main" description = "Python Data Validation for Humans™." name = "validators" optional = false -python-versions = "*" -version = "0.14.2" +python-versions = ">=3.4" +version = "0.18.0" [package.dependencies] decorator = ">=3.4.0" @@ -719,7 +719,7 @@ testing = ["jaraco.itertools"] test = [] [metadata] -content-hash = "9c146bf1228cd0a6692ad64c1fc2e54570e4e020961f31015d90fb0fd665341b" +content-hash = "6c4ab497c746b8d5223d5f7a0ceca164d620f81d3b553e50975f6b15564e19d3" python-versions = "^3.7" [metadata.files] @@ -1089,7 +1089,8 @@ urllib3 = [ {file = "urllib3-1.25.8.tar.gz", hash = "sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc"}, ] validators = [ - {file = "validators-0.14.2.tar.gz", hash = "sha256:b192e6bde7d617811d59f50584ed240b580375648cd032d106edeb3164099508"}, + {file = "validators-0.18.0-py3-none-any.whl", hash = "sha256:4141444ae44a5deb8e9ca5785ccdf26c6297cd6d23faacb8c8f26a7543f45ecf"}, + {file = "validators-0.18.0.tar.gz", hash = "sha256:bad0cf89a7f2e0aa9c4b76fa5f1d2309125a2c77eb176f03b89a6d5059271e63"}, ] wcwidth = [ {file = "wcwidth-0.1.8-py2.py3-none-any.whl", hash = "sha256:8fd29383f539be45b20bd4df0dc29c20ba48654a41e661925e612311e9f3c603"}, diff --git a/pyproject.toml b/pyproject.toml index 456e8e3b..2642ae00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ click = "^7.0" rlp = "^1.1" PyNaCl = "^1.3" requests = "^2.20" -validators = ">=0.13,<0.15" +validators = ">=0.13,<0.19" semver = "^2.8" Deprecated = "^1.2" websockets = ">=7,<9"