From 3126943ca3aa3c8b1a0f3296fea6f0e004e5c220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:08:57 +0000 Subject: [PATCH] Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [phonenumberslite](https://github.com/daviddrysdale/python-phonenumbers), [rich](https://github.com/Textualize/rich), [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) and [mypy](https://github.com/python/mypy). Updates `phonenumberslite` from 8.13.47 to 8.13.48 - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.47...v8.13.48) Updates `rich` from 13.9.2 to 13.9.3 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.9.2...v13.9.3) Updates `flake8-comprehensions` from 3.15.0 to 3.16.0 - [Changelog](https://github.com/adamchainz/flake8-comprehensions/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/flake8-comprehensions/compare/3.15.0...3.16.0) Updates `mypy` from 1.12.1 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: phonenumberslite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: flake8-comprehensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 49966ed..85ba9b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,9 +23,9 @@ classifiers = [ ] dependencies = [ "email_validator==2.2.0", - "phonenumberslite==8.13.47", + "phonenumberslite==8.13.48", "pydantic==2.9.2", - "rich==13.9.2", + "rich==13.9.3", "typer[all]==0.12.5", "Unidecode==1.3.8", ] @@ -36,14 +36,14 @@ dev = [ "black==24.10.0", "flake8-bugbear==24.8.19", "flake8-builtins==2.5.0", - "flake8-comprehensions==3.15.0", + "flake8-comprehensions==3.16.0", "flake8-docstrings==1.7.0", "flake8-encodings[classes]==0.5.1", "flake8-return==1.2.0", "flake8-simplify==0.21.0", "flake8==7.1.1", "isort==5.13.2", - "mypy==1.12.1", + "mypy==1.13.0", "pep8-naming==0.14.1", "pytest==8.3.3", ]