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 |
| --- | --- | --- |
| [cosl](https://github.com/canonical/cos-lib) | `0.0.43` | `0.0.45` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.1` |
| [pytest-interface-tester](https://github.com/canonical/pytest-interface-tester) | `3.2.0` | `3.3.0` |
| [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.6.7` | `7.6.8` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.4` | `0.8.0` |


Updates `cosl` from 0.0.43 to 0.0.45
- [Release notes](https://github.com/canonical/cos-lib/releases)
- [Commits](canonical/cos-lib@0.0.43...0.0.45)

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

Updates `pytest-interface-tester` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/canonical/pytest-interface-tester/releases)
- [Commits](canonical/pytest-interface-tester@3.2.0...3.3.0)

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

Updates `ruff` from 0.7.4 to 0.8.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@0.7.4...0.8.0)

---
updated-dependencies:
- dependency-name: cosl
  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
- dependency-name: pytest-interface-tester
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
- dependency-name: coverage[toml]
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 74033ea commit 281eeeb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ juju
lightkube
lightkube-models
macaddress
pydantic==2.9.2
pydantic==2.10.1
pydantic_extra_types
pytest-interface-tester
PyYAML>=6.0.1
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via typer
cosl==0.0.43
cosl==0.0.45
# via -r requirements.in
cryptography==43.0.1
# via paramiko
Expand Down Expand Up @@ -105,13 +105,13 @@ pyasn1-modules==0.4.1
# via google-auth
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.1
# via
# -r requirements.in
# cosl
# pydantic-extra-types
# pytest-interface-tester
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pydantic-extra-types==2.10.0
# via -r requirements.in
Expand All @@ -128,7 +128,7 @@ pyrfc3339==1.1
# macaroonbakery
pytest==8.3.3
# via pytest-interface-tester
pytest-interface-tester==3.2.0
pytest-interface-tester==3.3.0
# via -r requirements.in
python-dateutil==2.9.0.post0
# via kubernetes
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parameterized
pytest
pytest-asyncio==0.21.2
pytest-interface-tester
pydantic==2.9.2
pydantic==2.10.1
pytest-operator
ruff
ops-scenario
10 changes: 5 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ click==8.1.7
# via typer
codespell==2.3.0
# via -r test-requirements.in
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via -r test-requirements.in
cryptography==43.0.1
# via paramiko
Expand Down Expand Up @@ -111,11 +111,11 @@ pyasn1-modules==0.4.1
# via google-auth
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.1
# via
# -r test-requirements.in
# pytest-interface-tester
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pygments==2.18.0
# via ipython
Expand All @@ -142,7 +142,7 @@ pytest-asyncio==0.21.2
# via
# -r test-requirements.in
# pytest-operator
pytest-interface-tester==3.2.0
pytest-interface-tester==3.3.0
# via -r test-requirements.in
pytest-operator==0.38.0
# via -r test-requirements.in
Expand All @@ -167,7 +167,7 @@ requests-oauthlib==2.0.0
# via kubernetes
rsa==4.9
# via google-auth
ruff==0.7.4
ruff==0.8.0
# via -r test-requirements.in
six==1.16.0
# via
Expand Down

0 comments on commit 281eeeb

Please sign in to comment.