From f8750d1be0146a8180b1bab8494ba5afc68197ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 07:47:44 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 36.1.0 to 36.1.1 Bumps [faker](https://github.com/joke2k/faker) from 36.1.0 to 36.1.1. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v36.1.0...v36.1.1) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a498b033..851bc217 100644 --- a/poetry.lock +++ b/poetry.lock @@ -489,13 +489,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "36.1.0" +version = "36.1.1" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.9" files = [ - {file = "Faker-36.1.0-py3-none-any.whl", hash = "sha256:aa0b93487d3adf7cd89953d172e3df896cb7b35d8a5222c0da873edbe2f7adf5"}, - {file = "faker-36.1.0.tar.gz", hash = "sha256:f40510350aecfe006f45cb3f8879b35e861367cf347f51a7f2ca2c0571fdcc0b"}, + {file = "Faker-36.1.1-py3-none-any.whl", hash = "sha256:ad1f1be7fd692ec0256517404a9d7f007ab36ac5d4674082fa72404049725eaa"}, + {file = "faker-36.1.1.tar.gz", hash = "sha256:7cb2bbd4c8f040e4a340ae4019e9a48b6cf1db6a71bda4e5a61d8d13b7bef28d"}, ] [package.dependencies] @@ -1444,4 +1444,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "dbeadd1bc976c6f94c81f196c7bf84be0b35856a160864e25b829f0122a1ae65" +content-hash = "9a294b619722769041dfd63750466b009dc431ed91661006b61caef5df4f5136" diff --git a/pyproject.toml b/pyproject.toml index 3a9d21b3..3eb17f52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^4.1.0" pytest-cov = "^6.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.25.3" -Faker = "^36.1.0" +Faker = "^36.1.1" unasync-cli = "^0.0.9" [tool.poetry.group.dev.dependencies]