diff --git a/poetry.lock b/poetry.lock index 9076d7e6..2c955179 100644 --- a/poetry.lock +++ b/poetry.lock @@ -416,13 +416,13 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "faker" -version = "19.6.1" +version = "19.6.2" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-19.6.1-py3-none-any.whl", hash = "sha256:64c8513c53c3a809075ee527b323a0ba61517814123f3137e4912f5d43350139"}, - {file = "Faker-19.6.1.tar.gz", hash = "sha256:5d6b7880b3bea708075ddf91938424453f07053a59f8fa0453c1870df6ff3292"}, + {file = "Faker-19.6.2-py3-none-any.whl", hash = "sha256:8fba91068dc26e3159c1ac9f22444a2338704b0991d86605322e454bda420092"}, + {file = "Faker-19.6.2.tar.gz", hash = "sha256:d5d5953556b0fb428a46019e03fc2d40eab2980135ddef5a9eb3d054947fdf83"}, ] [package.dependencies] diff --git a/requirements.txt b/requirements.txt index f8a2695f..0478dc2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ dill==0.3.7 ; python_version >= "3.9" and python_version < "4.0" distlib==0.3.7 ; python_version >= "3.9" and python_version < "4.0" exceptiongroup==1.1.2 ; python_version >= "3.9" and python_version < "3.11" execnet==2.0.2 ; python_version >= "3.9" and python_version < "4.0" -faker==19.6.1 ; python_version >= "3.9" and python_version < "4.0" +faker==19.6.2 ; python_version >= "3.9" and python_version < "4.0" filelock==3.12.2 ; python_version >= "3.9" and python_version < "4.0" flake8-plugin-utils==1.3.3 ; python_version >= "3.9" and python_version < "4.0" flake8-pydocstyle==0.2.2 ; python_version >= "3.9" and python_version < "4.0"