diff --git a/poetry.lock b/poetry.lock index f78c802..ab868ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -223,14 +223,14 @@ files = [ [[package]] name = "faker" -version = "40.4.0" +version = "40.5.1" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "faker-40.4.0-py3-none-any.whl", hash = "sha256:486d43c67ebbb136bc932406418744f9a0bdf2c07f77703ea78b58b77e9aa443"}, - {file = "faker-40.4.0.tar.gz", hash = "sha256:76f8e74a3df28c3e2ec2caafa956e19e37a132fdc7ea067bc41783affcfee364"}, + {file = "faker-40.5.1-py3-none-any.whl", hash = "sha256:c69640c1e13bad49b4bcebcbf1b52f9f1a872b6ea186c248ada34d798f1661bf"}, + {file = "faker-40.5.1.tar.gz", hash = "sha256:70222361cd82aa10cb86066d1a4e8f47f2bcdc919615c412045a69c4e6da0cd3"}, ] [package.dependencies] @@ -939,4 +939,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "847ddd6676ea99dfd226579e056132eec1ac0772c1966f08e859d3e408e21964" +content-hash = "859bbac94d152d814c2b3c10cacbc34cfe31d0706bc4528960ce928b8e694770" diff --git a/pyproject.toml b/pyproject.toml index e4724b6..f093cb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ ruff = "^0.15" types-PyYAML = "^6.0" pytest-asyncio = "^1.3" pre-commit = "^4.0" -faker = "^40.4.0" +faker = "^40.5.1" gitlint-core = "^0.19" deptry = "^0.24"