diff --git a/poetry.lock b/poetry.lock index 89e1ebd4..35480794 100644 --- a/poetry.lock +++ b/poetry.lock @@ -754,13 +754,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "faker" -version = "26.0.0" +version = "26.1.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-26.0.0-py3-none-any.whl", hash = "sha256:886ee28219be96949cd21ecc96c4c742ee1680e77f687b095202c8def1a08f06"}, - {file = "Faker-26.0.0.tar.gz", hash = "sha256:0f60978314973de02c00474c2ae899785a42b2cf4f41b7987e93c132a2b8a4a9"}, + {file = "Faker-26.1.0-py3-none-any.whl", hash = "sha256:e8c5ef795223e945d9166aea3c0ecaf85ac54b4ade2af068d8e3c6524c2c0aa7"}, + {file = "Faker-26.1.0.tar.gz", hash = "sha256:33921b6fc3b83dd75fd42ec7f47ec87b50c00d3c5380fa7d8a507dab848b8229"}, ] [package.dependencies] @@ -2585,4 +2585,4 @@ filelock = ">=3.4" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3d0851a2cf83b39a7aa4d06365546fb72e952ff5a6ff1ad45ec80c788831f474" +content-hash = "f3f8b222cdb1a7d6199c10163c1bee6d5cfd0959af416944caa87a0e85f4d04c" diff --git a/pyproject.toml b/pyproject.toml index 5aad60c6..5df0162f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ ipython = "^8.26.0" pre-commit = "^3.8.0" ruff = "^0.5.5" # Version used in pipeline is controlled by pre-commit hooks in .pre-commit.config.yaml djhtml = "^3.0.6" -faker = "^26.0.0" +faker = "^26.1.0" [tool.poetry.group.tests.dependencies] # deps used for testing purposes