diff --git a/poetry.lock b/poetry.lock index 0a2c2c07..7d2ae796 100644 --- a/poetry.lock +++ b/poetry.lock @@ -690,13 +690,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "20.1.0" +version = "22.0.0" description = "Faker is a Python package that generates fake data for you." optional = true python-versions = ">=3.8" files = [ - {file = "Faker-20.1.0-py3-none-any.whl", hash = "sha256:aeb3e26742863d1e387f9d156f1c36e14af63bf5e6f36fb39b8c27f6a903be38"}, - {file = "Faker-20.1.0.tar.gz", hash = "sha256:562a3a09c3ed3a1a7b20e13d79f904dfdfc5e740f72813ecf95e4cf71e5a2f52"}, + {file = "Faker-22.0.0-py3-none-any.whl", hash = "sha256:9c22c0a734ca01c6e4f2259eab5dab9081905a9d67b27272aea5c9feeb5a3789"}, + {file = "Faker-22.0.0.tar.gz", hash = "sha256:1d5dc0a75da7bc40741ee4c84d99dc087b97bd086d4222ad06ac4dd2219bcf3f"}, ] [package.dependencies] @@ -2290,4 +2290,4 @@ pydantic = ["pydantic"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "eaa50b96b6860cbad85967a98b0939c432ecfbd601888f97037c1adefd07fef3" +content-hash = "b03ffbfcfdf87a68176fbabb9032cfb1982d1471174ca67552f3557b7f18702b" diff --git a/pyproject.toml b/pyproject.toml index d3495721..c98b0ebf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ python = "^3.8" fastavro = "^1.7.3" dacite = "^1.8.0" -faker = {version = ">=18.3.1,<21.0.0", optional = true} +faker = {version = ">=18.3.1,<23.0.0", optional = true} inflector = "^3.1.0" faust-streaming = {version = "^0.10.11", optional = true} casefy = "^0.1.7"