From c485d4fd053ac03b8ad21d16d59d346288e3e756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:24:32 -0600 Subject: [PATCH] chore: Bump faker from 35.0.0 to 36.1.0 (#511) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [faker](https://github.com/joke2k/faker) from 35.0.0 to 36.1.0.
Release notes

Sourced from faker's releases.

Release v36.1.0

See CHANGELOG.md.

Release v36.0.0

See CHANGELOG.md.

Release v35.2.2

See CHANGELOG.md.

Release v35.2.1

See CHANGELOG.md.

Release v35.2.0

See CHANGELOG.md.

Release v35.1.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v36.1.0 - 2025-02-10

v36.0.0 - 2025-02-10

v35.2.2 - 2025-02-10

v35.2.1 - 2025-02-10

v35.2.0 - 2025-01-30

v35.1.0 - 2025-01-30

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=faker&package-manager=pip&previous-version=35.0.0&new-version=36.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 27 ++++++--------------------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 22 deletions(-) diff --git a/poetry.lock b/poetry.lock index 92cc708..fd37fc2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -449,18 +449,17 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "35.0.0" +version = "36.1.0" description = "Faker is a Python package that generates fake data for you." optional = true -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "Faker-35.0.0-py3-none-any.whl", hash = "sha256:926d2301787220e0554c2e39afc4dc535ce4b0a8d0a089657137999f66334ef4"}, - {file = "faker-35.0.0.tar.gz", hash = "sha256:42f2da8cf561e38c72b25e9891168b1e25fec42b6b0b5b0b6cd6041da54af885"}, + {file = "Faker-36.1.0-py3-none-any.whl", hash = "sha256:aa0b93487d3adf7cd89953d172e3df896cb7b35d8a5222c0da873edbe2f7adf5"}, + {file = "faker-36.1.0.tar.gz", hash = "sha256:f40510350aecfe006f45cb3f8879b35e861367cf347f51a7f2ca2c0571fdcc0b"}, ] [package.dependencies] -python-dateutil = ">=2.4" -typing-extensions = "*" +tzdata = "*" [[package]] name = "filelock" @@ -1155,20 +1154,6 @@ tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] -[[package]] -name = "python-dateutil" -version = "2.9.0.post0" -description = "Extensions to the standard Python datetime module" -optional = true -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" -files = [ - {file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"}, - {file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"}, -] - -[package.dependencies] -six = ">=1.5" - [[package]] name = "python-dotenv" version = "1.0.1" @@ -1947,4 +1932,4 @@ faker = ["faker"] [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "8404e4df864dcbe7eae03b758fc99729c9ae399ff2854e4a7c91ec3827391f48" +content-hash = "40ad80832d484b7148df078584a96456048a1945d16618047bbe39eaa4aa9d88" diff --git a/pyproject.toml b/pyproject.toml index ad9eb2f..e34ee45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.9" -faker = {version = "~=35.0", optional = true} +faker = {version = "~=36.1", optional = true} psycopg = {extras = ["binary"], version = "3.2.4"} psycopg2-binary = "2.9.10" sqlalchemy = "~=2.0"