Skip to content

Commit

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


Updates `phonenumberslite` from 8.13.51 to 8.13.52
- [Commits](daviddrysdale/python-phonenumbers@v8.13.51...v8.13.52)

Updates `flake8-bugbear` from 24.10.31 to 24.12.12
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@24.10.31...24.12.12)

---
updated-dependencies:
- dependency-name: phonenumberslite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: flake8-bugbear
  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 Dec 16, 2024
1 parent a71cab8 commit 883e8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"email_validator==2.2.0",
"phonenumberslite==8.13.51",
"phonenumberslite==8.13.52",
"pydantic==2.10.3",
"rich==13.9.4",
"typer[all]==0.15.1",
Expand All @@ -34,7 +34,7 @@ dependencies = [
dev = [
"bandit[toml]==1.8.0",
"black==24.10.0",
"flake8-bugbear==24.10.31",
"flake8-bugbear==24.12.12",
"flake8-builtins==2.5.0",
"flake8-comprehensions==3.16.0",
"flake8-docstrings==1.7.0",
Expand Down

0 comments on commit 883e8cf

Please sign in to comment.