From c26661a57172c109374118597186342380325299 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 10 Apr 2024 16:59:06 -0400
Subject: [PATCH] chore(deps): update internal packages (#1631)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| craft-application | `==2.1.0` -> `==2.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/craft-application/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/craft-application/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/craft-application/2.1.0/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/craft-application/2.1.0/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [craft-grammar](https://togithub.com/canonical/craft-grammar) |
`==1.1.2` -> `==1.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/craft-grammar/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/craft-grammar/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/craft-grammar/1.1.2/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/craft-grammar/1.1.2/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [craft-store](https://togithub.com/canonical/craft-store) | `==2.6.0`
-> `==2.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/craft-store/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/craft-store/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/craft-store/2.6.0/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/craft-store/2.6.0/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
canonical/craft-grammar (craft-grammar)
###
[`v1.2.0`](https://togithub.com/canonical/craft-grammar/releases/tag/1.2.0)
[Compare
Source](https://togithub.com/canonical/craft-grammar/compare/1.1.2...1.2.0)
##### What's Changed
- ci: use GH/JIRA integration bot by
[@sergiusens](https://togithub.com/sergiusens) in
[https://github.com/canonical/craft-grammar/pull/15](https://togithub.com/canonical/craft-grammar/pull/15)
- style: make pyright less concerned about grammar methods by
[@lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-grammar/pull/16](https://togithub.com/canonical/craft-grammar/pull/16)
- feat(types): add more grammar types by
[@syu-w](https://togithub.com/syu-w) in
[https://github.com/canonical/craft-grammar/pull/17](https://togithub.com/canonical/craft-grammar/pull/17)
- Release 1.2.0 by [@cmatsuoka](https://togithub.com/cmatsuoka)
in
[https://github.com/canonical/craft-grammar/pull/18](https://togithub.com/canonical/craft-grammar/pull/18)
##### New Contributors
- [@syu-w](https://togithub.com/syu-w) made their first
contribution in
[https://github.com/canonical/craft-grammar/pull/17](https://togithub.com/canonical/craft-grammar/pull/17)
**Full Changelog**:
https://github.com/canonical/craft-grammar/compare/1.1.2...1.2.0
canonical/craft-store (craft-store)
###
[`v2.6.1`](https://togithub.com/canonical/craft-store/releases/tag/2.6.1)
[Compare
Source](https://togithub.com/canonical/craft-store/compare/2.6.0...2.6.1)
- Remove dependency on `protobuf`
- Explicitly note incompatibility with `keyring` v25.0
##### What's Changed
- chore(deps): update dependency setuptools to v69 by
[@renovate](https://togithub.com/renovate) in
[https://github.com/canonical/craft-store/pull/154](https://togithub.com/canonical/craft-store/pull/154)
- build(deps): remove protobuf dep by
[@lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-store/pull/156](https://togithub.com/canonical/craft-store/pull/156)
- style(types): update pyright by
[@lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-store/pull/158](https://togithub.com/canonical/craft-store/pull/158)
- chore(deps): update dependency dev/coverage to v7.4.1 by
[@renovate](https://togithub.com/renovate) in
[https://github.com/canonical/craft-store/pull/157](https://togithub.com/canonical/craft-store/pull/157)
- chore(deps): update dependency lint/ruff to v0.1.15 by
[@renovate](https://togithub.com/renovate) in
[https://github.com/canonical/craft-store/pull/155](https://togithub.com/canonical/craft-store/pull/155)
- ci: use GH/JIRA integration bot by
[@sergiusens](https://togithub.com/sergiusens) in
[https://github.com/canonical/craft-store/pull/161](https://togithub.com/canonical/craft-store/pull/161)
- fix: workaround for keyring 25 incompatibility by
[@lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-store/pull/163](https://togithub.com/canonical/craft-store/pull/163)
- chore(deps): update documentation dependencies by
[@renovate](https://togithub.com/renovate) in
[https://github.com/canonical/craft-store/pull/160](https://togithub.com/canonical/craft-store/pull/160)
- chore: release 2.6.1 by [@lengau](https://togithub.com/lengau)
in
[https://github.com/canonical/craft-store/pull/164](https://togithub.com/canonical/craft-store/pull/164)
**Full Changelog**:
https://github.com/canonical/craft-store/compare/2.6.0...2.6.1
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/canonical/charmcraft).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
requirements-dev.txt | 6 +++---
requirements.txt | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 649544f3b..f028d4ab4 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -3,13 +3,13 @@ certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
coverage==7.4.4
-craft-application==2.1.0
+craft-application==2.4.0
craft-archives==1.1.3
craft-cli==2.5.1
-craft-grammar==1.1.2
+craft-grammar==1.2.0
craft-parts==1.29.0
craft-providers==1.23.1
-craft-store==2.6.0
+craft-store==2.6.1
cryptography==42.0.5
Deprecated==1.2.14
distro==1.9.0
diff --git a/requirements.txt b/requirements.txt
index 2db0a5aff..ed33d916c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,13 +2,13 @@ attrs==23.2.0
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
-craft-application==2.1.0
+craft-application==2.4.0
craft-archives==1.1.3
craft-cli==2.5.1
-craft-grammar==1.1.2
+craft-grammar==1.2.0
craft-parts==1.29.0
craft-providers==1.23.1
-craft-store==2.6.0
+craft-store==2.6.1
cryptography==42.0.5
Deprecated==1.2.14
distro==1.9.0