Skip to content

Commit

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


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

Updates `coverage[toml]` from 7.5.3 to 7.5.4
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.3...7.5.4)

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

Updates `ruff` from 0.4.9 to 0.4.10
- [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.9...v0.4.10)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: coverage[toml]
  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 24, 2024
1 parent 7e7eacb commit 2457ca7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.16
pydantic==1.10.17
# via -r requirements.in
pyroute2==0.7.12
# via -r requirements.in
Expand Down
8 changes: 4 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ click==8.1.7
# via typer
codespell==2.3.0
# via -r test-requirements.in
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via -r test-requirements.in
cryptography==42.0.5
# via paramiko
Expand Down Expand Up @@ -103,7 +103,7 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pydantic==1.10.16
pydantic==1.10.17
# 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.367
pyright==1.1.368
# 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.9
ruff==0.4.10
# via -r test-requirements.in
six==1.16.0
# via
Expand Down

0 comments on commit 2457ca7

Please sign in to comment.