diff --git a/poetry.lock b/poetry.lock index f64fc95b..2b3f6c3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -420,13 +420,13 @@ packaging = "*" [[package]] name = "faker" -version = "24.14.0" +version = "25.0.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-24.14.0-py3-none-any.whl", hash = "sha256:7692aa95155109b9348ab94afddd9049df41db64baa4ba6736653e947b52378e"}, - {file = "Faker-24.14.0.tar.gz", hash = "sha256:13676b71346608350accc56e302d55ab7fca0db3f739145c3a3157d9623658a5"}, + {file = "Faker-25.0.0-py3-none-any.whl", hash = "sha256:e23a2b74888885c3d23a9237bacb823041291c03d609a39acb9ebe6c123f3986"}, + {file = "Faker-25.0.0.tar.gz", hash = "sha256:87ef41e24b39a5be66ecd874af86f77eebd26782a2681200e86c5326340a95d3"}, ] [package.dependencies] @@ -2329,4 +2329,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "579d11775bcdbf6338d1c6b89f7e9d7d81e6b419bae9d889c2e37d5110f7d58d" +content-hash = "52bb9430846e95190e61e550ab7c9aaabd00bfdb24ce5d2842ebc1511884c734" diff --git a/pyproject.toml b/pyproject.toml index 9e36a07c..d354ef4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pytest-cov = ">=4,<6" pytest-random-order = "^1.1.0" pytest-ruff = ">=0.1,<0.4" ruff = ">=0.0.275,<0.4.3" -faker = ">=18.11.2,<25.0.0" +faker = ">=18.11.2,<26.0.0" mkdocs = "^1.5.3" mkdocs-material = "^9.4.7" mkdocs-autorefs = ">=0.5,<1.1"