Skip to content

Commit

Permalink
chore: bump the pip_dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the pip_dependencies group with 3 updates: [pydantic](https://github.com/pydantic/pydantic), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff).


Updates `pydantic` from 1.10.15 to 1.10.16
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.15...v1.10.16)

Updates `pyright` from 1.1.366 to 1.1.367
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.366...v1.1.367)

Updates `ruff` from 0.4.8 to 0.4.9
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.8...v0.4.9)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 5e80701 commit c170fd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ops==2.14.0
# via
# -r requirements.in
# cosl
pydantic==1.10.15
pydantic==1.10.16
# via -r requirements.in
pyroute2==0.7.12
# via -r requirements.in
Expand Down
6 changes: 3 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pydantic==1.10.15
pydantic==1.10.16
# via pytest-interface-tester
pygments==2.17.2
# via ipython
Expand All @@ -118,7 +118,7 @@ pyrfc3339==1.1
# via
# juju
# macaroonbakery
pyright==1.1.366
pyright==1.1.367
# via -r test-requirements.in
pytest==8.2.2
# via
Expand Down Expand Up @@ -155,7 +155,7 @@ requests-oauthlib==1.4.0
# via kubernetes
rsa==4.9
# via google-auth
ruff==0.4.8
ruff==0.4.9
# via -r test-requirements.in
six==1.16.0
# via
Expand Down

0 comments on commit c170fd7

Please sign in to comment.