diff --git a/poetry.lock b/poetry.lock index 210f3a01..bf206730 100644 --- a/poetry.lock +++ b/poetry.lock @@ -433,13 +433,13 @@ packaging = "*" [[package]] name = "faker" -version = "18.11.2" +version = "19.12.1" description = "Faker is a Python package that generates fake data for you." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "Faker-18.11.2-py3-none-any.whl", hash = "sha256:21c2c29638e98502f3bba9ad6a4f07a4b09c5e2150bb491ff02411a5888f6955"}, - {file = "Faker-18.11.2.tar.gz", hash = "sha256:ec6e2824bb1d3546b36c156324b9df6bca5a3d6d03adf991e6a5586756dcab9d"}, + {file = "Faker-19.12.1-py3-none-any.whl", hash = "sha256:02ae846940cc1a4d65dbda510fbc63a0d7b7de980f746d581d0a763b300eab24"}, + {file = "Faker-19.12.1.tar.gz", hash = "sha256:ea511a6d8e56ae9705b1e583a500baa2ed2dc4c5a31e36e5ef0aa84eb76659e4"}, ] [package.dependencies] @@ -1870,4 +1870,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b604b1cf59826a7eec14178798c57d6753fddf35b013d9d1efda9c0b782fa5ba" +content-hash = "112f85dd58f318a6297d887d684811abdc39950381554e4f73bc73b570c2ae91" diff --git a/pyproject.toml b/pyproject.toml index abb5099a..838d1e90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest-cov = "^4.0.0" pytest-random-order = "^1.1.0" pytest-ruff = "^0.1" ruff = "^0.0.275" -faker = "^18.11.2" +faker = ">=18.11.2,<20.0.0" [tool.isort] line_length = 120