Skip to content

Commit

Permalink
chore(deps): update dev (#727)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [coverage](https://github.com/nedbat/coveragepy) | `==7.2.1` ->
`==7.2.2` |
[![age](https://badges.renovateapi.com/packages/pypi/coverage/7.2.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/coverage/7.2.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/coverage/7.2.2/compatibility-slim/7.2.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/coverage/7.2.2/confidence-slim/7.2.1)](https://docs.renovatebot.com/merge-confidence/)
|
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`==9.1.2` -> `==9.1.3` |
[![age](https://badges.renovateapi.com/packages/pypi/mkdocs-material/9.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/mkdocs-material/9.1.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/mkdocs-material/9.1.3/compatibility-slim/9.1.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/mkdocs-material/9.1.3/confidence-slim/9.1.2)](https://docs.renovatebot.com/merge-confidence/)
|
| [pyright](https://github.com/RobertCraigie/pyright-python) |
`==1.1.298` -> `==1.1.299` |
[![age](https://badges.renovateapi.com/packages/pypi/pyright/1.1.299/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/pyright/1.1.299/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/pyright/1.1.299/compatibility-slim/1.1.298)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/pyright/1.1.299/confidence-slim/1.1.298)](https://docs.renovatebot.com/merge-confidence/)
|
| wheel ([changelog](https://wheel.readthedocs.io/en/stable/news.html))
| `==0.38.4` -> `==0.40.0` |
[![age](https://badges.renovateapi.com/packages/pypi/wheel/0.40.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/wheel/0.40.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/wheel/0.40.0/compatibility-slim/0.38.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/wheel/0.40.0/confidence-slim/0.38.4)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nedbat/coveragepy</summary>

###
[`v7.2.2`](https://github.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-722--2023-03-16)

[Compare
Source](https://github.com/nedbat/coveragepy/compare/7.2.1...7.2.2)

- Fix: if a virtualenv was created inside a source directory, and a
sourced
package was installed inside the virtualenv, then all of the third-party
packages inside the virtualenv would be measured. This was incorrect,
but
has now been fixed: only the specified packages will be measured, thanks
to
    `Manuel Jacob <pull 1560_>`\_.

- Fix: the `coverage lcov` command could create a .lcov file with
incorrect
LF (lines found) and LH (lines hit) totals. This is now fixed, thanks to
    `Ian Moore <pull 1583_>`\_.

- Fix: the `coverage xml` command on Windows could create a .xml file
with
duplicate `<package>` elements. This is now fixed, thanks to `Benjamin
    Parzella <pull 1574_>`*, closing `issue 1573`*.

.. \_pull
1560:[nedbat/coveragepy#1560
.. \_issue
1573[nedbat/coveragepy#1573
.. \_pull
157[nedbat/coveragepy#1574
.. \_pull
15[nedbat/coveragepy#1583

.. \_changes\_7-2-1:

</details>

<details>
<summary>squidfunk/mkdocs-material</summary>

###
[`v9.1.3`](https://github.com/squidfunk/mkdocs-material/releases/tag/9.1.3):
mkdocs-material-9.1.3

[Compare
Source](https://github.com/squidfunk/mkdocs-material/compare/9.1.2...9.1.3)

-   Added Kurdish (Soranî) translations
-   Updated Norwegian (Bokmål), Portuguese and Romanian translations
-   Improved compatibility with `mkdocs-jupyter` plugin
- Fixed
[#&#8203;5198](https://github.com/squidfunk/mkdocs-material/issues/5198):
Built-in search plugin not filtering `script` and `style` tags
- Fixed
[#&#8203;5176](https://github.com/squidfunk/mkdocs-material/issues/5176):
Back-to-top + instant loading not working (9.1.1 regression)

</details>

<details>
<summary>RobertCraigie/pyright-python</summary>

###
[`v1.1.299`](https://github.com/RobertCraigie/pyright-python/compare/v1.1.298...v1.1.299)

[Compare
Source](https://github.com/RobertCraigie/pyright-python/compare/v1.1.298...v1.1.299)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->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://app.renovatebot.com/dashboard#github/RobertCraigie/prisma-client-py).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEwLjIifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 18, 2023
1 parent f9224c2 commit 6c08f6f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion databases/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TODO: merge with other dev requirements
coverage==7.2.1
coverage==7.2.2
syrupy==3.0.6
dirty-equals==0.5.0
distro
Expand Down
2 changes: 1 addition & 1 deletion pipelines/requirements/coverage.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
coverage==7.2.1
coverage==7.2.2
2 changes: 1 addition & 1 deletion pipelines/requirements/deps/pyright.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyright==1.1.298
pyright==1.1.299
2 changes: 1 addition & 1 deletion pipelines/requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nox==2022.11.21
wheel==0.38.4
wheel==0.40.0
blue==0.9.1
pre-commit==2.21.0
twine==4.0.2
Expand Down
2 changes: 1 addition & 1 deletion pipelines/requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs==1.4.2
mkdocs-material==9.1.2
mkdocs-material==9.1.3

0 comments on commit 6c08f6f

Please sign in to comment.