diff --git a/poetry.lock b/poetry.lock index 376c207c..19bd7ab0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -426,13 +426,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] @@ -1863,4 +1863,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "adeb3f174084b380875440e008b3743fefb2ef97b00c8fd6c801207666c7eb49" +content-hash = "35931454be723a3b890b271f9e8e6446e6fb0e263a141ac8d7fe9fcffae75716" diff --git a/pyproject.toml b/pyproject.toml index fabdb94b..1bfb34f6 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,<0.1.4" -faker = "^18.11.2" +faker = ">=18.11.2,<20.0.0" [tool.isort] line_length = 120