diff --git a/poetry.lock b/poetry.lock index c5962a463..21e8af6a3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -748,17 +748,18 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "21.0.1" +version = "30.8.2" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-21.0.1-py3-none-any.whl", hash = "sha256:0afc67ec898a2d71842a3456e9302620ebc35fab6ad4f3829693fdf151fa4a3a"}, - {file = "Faker-21.0.1.tar.gz", hash = "sha256:bb404bba449b87e6b54a8c50b4602765e9c1a42eaf48abfceb025e42fed01608"}, + {file = "Faker-30.8.2-py3-none-any.whl", hash = "sha256:4a82b2908cd19f3bba1a4da2060cc4eb18a40410ccdf9350d071d79dc92fe3ce"}, + {file = "faker-30.8.2.tar.gz", hash = "sha256:aa31b52cdae3673d6a78b4857c7bcdc0e98f201a5cb77d7827fa9e6b5876da94"}, ] [package.dependencies] python-dateutil = ">=2.4" +typing-extensions = "*" [[package]] name = "filelock" @@ -4029,4 +4030,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "b19fe8b37f7e74977c2f4c3f8e2fb1879fb2c7aeb85e08262ad34f30257128a2" +content-hash = "8b4d72ef28c2a14b042e00c6b7d827d236ef3ca445830b58fe9336fdb7d9e549" diff --git a/pyproject.toml b/pyproject.toml index 3e9dfed76..e0f1ebd38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ airbyte-protocol-models-pdv2 = "^0.13.0" [tool.poetry.group.dev.dependencies] docker = "^7.1.0" -faker = "^21.0.0" +faker = ">=21,<31" mypy = "^1.11.2" pandas-stubs = "^2.1.4.231218" pdoc = "^14.3.0"