Skip to content

Commit

Permalink
build(deps): update bugfixes (main) (#1831)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [hypothesis](https://hypothesis.works)
([source](https://github.com/HypothesisWorks/hypothesis/tree/HEAD/hypothesis-python),
[changelog](https://hypothesis.readthedocs.io/en/latest/changes.html)) |
`==6.111.0` -> `==6.111.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/hypothesis/6.111.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/hypothesis/6.111.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/hypothesis/6.111.0/6.111.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/hypothesis/6.111.0/6.111.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| pyparsing | `==3.1.2` -> `==3.1.4` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pyparsing/3.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pyparsing/3.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pyparsing/3.1.2/3.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pyparsing/3.1.2/3.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [zipp](https://github.com/jaraco/zipp) | `==3.20.0` -> `==3.20.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/zipp/3.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/zipp/3.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/zipp/3.20.0/3.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/zipp/3.20.0/3.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jaraco/zipp (zipp)</summary>

###
[`v3.20.1`](https://github.com/jaraco/zipp/compare/v3.20.0...v3.20.1)

[Compare
Source](https://github.com/jaraco/zipp/compare/v3.20.0...v3.20.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC,
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/canonical/charmcraft).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 29, 2024
1 parent c0b4896 commit ab37ac2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ flake8==7.1.1
freezegun==1.5.1
httplib2==0.22.0
humanize==4.10.0
hypothesis==6.111.0
hypothesis==6.111.2
idna==3.7
importlib-metadata==8.2.0
iniconfig==2.0.0
Expand Down Expand Up @@ -59,7 +59,7 @@ pygit2==1.14.1
pylint==3.2.6
pymacaroons==0.13.0
pynacl==1.5.0
pyparsing==3.1.2
pyparsing==3.1.4
pyrfc3339==1.1
pytest==8.3.2
pytest-check==2.3.1
Expand Down Expand Up @@ -89,4 +89,4 @@ tomlkit==0.13.2
typing-extensions==4.12.2
urllib3==1.26.19
wadllib==1.3.6
zipp==3.20.0
zipp==3.20.1
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pydantic-yaml==1.3.0
pygit2==1.14.1
pymacaroons==0.13.0
pynacl==1.5.0
pyparsing==3.1.2
pyparsing==3.1.4
pyrfc3339==1.1
python-dateutil==2.9.0.post0
pytz==2024.1
Expand All @@ -65,4 +65,4 @@ tabulate==0.9.0
typing-extensions==4.12.2
urllib3==1.26.19
wadllib==1.3.6
zipp==3.20.0
zipp==3.20.1

0 comments on commit ab37ac2

Please sign in to comment.