Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [phonenumberslite](https://github.com/daviddrysdale/python-phonenumbers), [pydantic](https://github.com/pydantic/pydantic) and [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions).


Updates `phonenumberslite` from 8.13.39 to 8.13.40
- [Commits](daviddrysdale/python-phonenumbers@v8.13.39...v8.13.40)

Updates `pydantic` from 2.7.4 to 2.8.0
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.4...v2.8.0)

Updates `flake8-comprehensions` from 3.14.0 to 3.15.0
- [Changelog](https://github.com/adamchainz/flake8-comprehensions/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/flake8-comprehensions@3.14.0...3.15.0)

---
updated-dependencies:
- dependency-name: phonenumberslite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: flake8-comprehensions
  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 Jul 1, 2024
1 parent 25812d5 commit d4c8dc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ classifiers = [
]
dependencies = [
"email_validator==2.2.0",
"phonenumberslite==8.13.39",
"pydantic==2.7.4",
"phonenumberslite==8.13.40",
"pydantic==2.8.0",
"rich==13.7.1",
"typer[all]==0.12.3",
"Unidecode==1.3.8",
Expand All @@ -36,7 +36,7 @@ dev = [
"black==24.4.2",
"flake8-bugbear==24.4.26",
"flake8-builtins==2.5.0",
"flake8-comprehensions==3.14.0",
"flake8-comprehensions==3.15.0",
"flake8-docstrings==1.7.0",
"flake8-encodings[classes]==0.5.1",
"flake8-return==1.2.0",
Expand Down

0 comments on commit d4c8dc3

Please sign in to comment.