Skip to content

Commit

Permalink
Bump the dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [phonenumberslite](https://github.com/daviddrysdale/python-phonenumbers) | `8.13.50` | `8.13.51` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.1` | `2.10.2` |
| [typer[all]](https://github.com/fastapi/typer) | `0.13.1` | `0.14.0` |
| [bandit[toml]](https://github.com/PyCQA/bandit) | `1.7.10` | `1.8.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` |


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

Updates `pydantic` from 2.10.1 to 2.10.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.1...v2.10.2)

Updates `typer[all]` from 0.13.1 to 0.14.0
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.13.1...0.14.0)

Updates `bandit[toml]` from 1.7.10 to 1.8.0
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.7.10...1.8.0)

Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

---
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-patch
  dependency-group: dependencies
- dependency-name: typer[all]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: bandit[toml]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent f990e30 commit fd53868
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ classifiers = [
]
dependencies = [
"email_validator==2.2.0",
"phonenumberslite==8.13.50",
"pydantic==2.10.1",
"phonenumberslite==8.13.51",
"pydantic==2.10.2",
"rich==13.9.4",
"typer[all]==0.13.1",
"typer[all]==0.14.0",
"Unidecode==1.3.8",
]

[project.optional-dependencies]
dev = [
"bandit[toml]==1.7.10",
"bandit[toml]==1.8.0",
"black==24.10.0",
"flake8-bugbear==24.10.31",
"flake8-builtins==2.5.0",
Expand All @@ -45,11 +45,11 @@ dev = [
"isort==5.13.2",
"mypy==1.13.0",
"pep8-naming==0.14.1",
"pytest==8.3.3",
"pytest==8.3.4",
]
test = [
"pytest-cov==6.0.0",
"pytest==8.3.3",
"pytest==8.3.4",
]

[project.scripts]
Expand Down

0 comments on commit fd53868

Please sign in to comment.