Skip to content

Commit

Permalink
chore: bump the pip_dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the pip_dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.10` | `0.5.0` |
| [types-setuptools](https://github.com/python/typeshed) | `70.0.0.20240524` | `70.1.0.20240627` |
| [ops](https://github.com/canonical/operator) | `2.14.0` | `2.14.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.6.4` | `2.8.0` |


Updates `mypy` from 1.10.0 to 1.10.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.10.1)

Updates `ruff` from 0.4.10 to 0.5.0
- [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.10...0.5.0)

Updates `types-setuptools` from 70.0.0.20240524 to 70.1.0.20240627
- [Commits](https://github.com/python/typeshed/commits)

Updates `ops` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/canonical/operator/releases)
- [Changelog](https://github.com/canonical/operator/blob/main/CHANGES.md)
- [Commits](canonical/operator@2.14.0...2.14.1)

Updates `pydantic` from 2.6.4 to 2.8.0
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.6.4...v2.8.0)

---
updated-dependencies:
- dependency-name: mypy
  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-minor
  dependency-group: pip_dependencies
- dependency-name: types-setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
- dependency-name: ops
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 1a9efa1 commit 411dd77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ oauthlib==3.2.2
# via
# kubernetes
# requests-oauthlib
ops==2.14.0
ops==2.14.1
# via
# -r requirements.in
# cosl
Expand All @@ -95,11 +95,11 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pydantic==2.6.4
pydantic==2.8.0
# via
# -r requirements.in
# pytest-interface-tester
pydantic-core==2.16.3
pydantic-core==2.20.0
# via pydantic
pymacaroons==0.13.0
# via macaroonbakery
Expand Down
6 changes: 3 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ markupsafe==2.1.5
# via jinja2
matplotlib-inline==0.1.6
# via ipython
mypy==1.10.0
mypy==1.10.1
# via -r test-requirements.in
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -142,7 +142,7 @@ requests-oauthlib==1.3.1
# via kubernetes
rsa==4.9
# via google-auth
ruff==0.4.10
ruff==0.5.0
# via -r test-requirements.in
six==1.16.0
# via
Expand All @@ -161,7 +161,7 @@ traitlets==5.14.1
# matplotlib-inline
types-pyyaml==6.0.12.20240311
# via -r test-requirements.in
types-setuptools==70.0.0.20240524
types-setuptools==70.1.0.20240627
# via -r test-requirements.in
types-toml==0.10.8.20240310
# via -r test-requirements.in
Expand Down

0 comments on commit 411dd77

Please sign in to comment.