Skip to content

Commit

Permalink
Bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
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](daviddrysdale/python-phonenumbers@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](Textualize/rich@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](adamchainz/flake8-comprehensions@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](python/mypy@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 7b52f49 commit 3126943
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand All @@ -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",
]
Expand Down

0 comments on commit 3126943

Please sign in to comment.