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: [jsonschema](https://github.com/python-jsonschema/jsonschema), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff).


Updates `jsonschema` from 4.22.0 to 4.23.0
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.22.0...v4.23.0)

Updates `pyright` from 1.1.369 to 1.1.370
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.369...v1.1.370)

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

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] committed Jul 8, 2024
1 parent a95d5d2 commit 797b3f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ cosl==0.0.12
# via -r requirements.in
cryptography==42.0.8
# via -r requirements.in
jsonschema==4.22.0
jsonschema==4.23.0
# via -r requirements.in
jsonschema-specifications==2023.12.1
# via jsonschema
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pyrfc3339==1.1
# via
# juju
# macaroonbakery
pyright==1.1.369
pyright==1.1.370
# via -r test-requirements.in
pytest==8.1.2
# via
Expand Down Expand Up @@ -140,7 +140,7 @@ requests-oauthlib==1.3.1
# via kubernetes
rsa==4.9
# via google-auth
ruff==0.5.0
ruff==0.5.1
# via -r test-requirements.in
six==1.16.0
# via
Expand Down

0 comments on commit 797b3f7

Please sign in to comment.