Skip to content

Commit

Permalink
chore(deps-dev): bump propcache from 0.2.0 to 0.2.1 in /_integration-…
Browse files Browse the repository at this point in the history
…tests/utils/agent (#443)

Bumps [propcache](https://github.com/aio-libs/propcache) from 0.2.0 to
0.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/propcache/releases">propcache's
releases</a>.</em></p>
<blockquote>
<h2>0.2.1</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Stopped implicitly allowing the use of Cython pre-release versions
when
building the distribution package -- by :user:<code>ajsanchezsanz</code>
and
:user:<code>markgreene74</code>.</p>
<p><em>Related commits on GitHub:</em>
:commit:<code>64df0a6</code>.</p>
</li>
<li>
<p>Fixed <code>wrapped</code> and <code>func</code> not being accessible
in the Cython versions of
:func:<code>propcache.api.cached_property</code> and
:func:<code>propcache.api.under_cached_property</code> decorators -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/propcache/issues/72">#72</a>.</p>
</li>
</ul>
<h2>Removals and backward incompatible breaking changes</h2>
<ul>
<li>
<p>Removed support for Python 3.8 as it has reached end of life -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/propcache/issues/57">#57</a>.</p>
</li>
</ul>
<h2>Packaging updates and notes for downstreams</h2>
<ul>
<li>
<p>Stopped implicitly allowing the use of Cython pre-release versions
when
building the distribution package -- by :user:<code>ajsanchezsanz</code>
and
:user:<code>markgreene74</code>.</p>
<p><em>Related commits on GitHub:</em>
:commit:<code>64df0a6</code>.</p>
</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/propcache/blob/master/CHANGES.rst">propcache's
changelog</a>.</em></p>
<blockquote>
<h1>0.2.1</h1>
<p><em>(2024-12-01)</em></p>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Stopped implicitly allowing the use of Cython pre-release versions
when
building the distribution package -- by :user:<code>ajsanchezsanz</code>
and
:user:<code>markgreene74</code>.</p>
<p><em>Related commits on GitHub:</em>
:commit:<code>64df0a6</code>.</p>
</li>
<li>
<p>Fixed <code>wrapped</code> and <code>func</code> not being accessible
in the Cython versions of
:func:<code>propcache.api.cached_property</code> and
:func:<code>propcache.api.under_cached_property</code> decorators -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>72</code>.</p>
</li>
</ul>
<h2>Removals and backward incompatible breaking changes</h2>
<ul>
<li>
<p>Removed support for Python 3.8 as it has reached end of life -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>57</code>.</p>
</li>
</ul>
<h2>Packaging updates and notes for downstreams</h2>
<ul>
<li>
<p>Stopped implicitly allowing the use of Cython pre-release versions
when
building the distribution package -- by :user:<code>ajsanchezsanz</code>
and
:user:<code>markgreene74</code>.</p>
<p><em>Related commits on GitHub:</em>
:commit:<code>64df0a6</code>.</p>
</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/propcache/commit/24fd58a10551ec8e8db66d8612e10455774ca3aa"><code>24fd58a</code></a>
Split wheel builds to disable manylinux armv7l wheels (<a
href="https://redirect.github.com/aio-libs/propcache/issues/76">#76</a>)</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/08091df5566c2620f032a272be1942165edca10c"><code>08091df</code></a>
Fix wheel builds when cffi needs to be built from source (<a
href="https://redirect.github.com/aio-libs/propcache/issues/75">#75</a>)</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/b0a554f56be64b7f32a523c4a5425cf85182a244"><code>b0a554f</code></a>
Release 0.2.1 (<a
href="https://redirect.github.com/aio-libs/propcache/issues/74">#74</a>)</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/4c943884c05cd44a31aa0a31a2dea962c59baebf"><code>4c94388</code></a>
Fix codecov upload (<a
href="https://redirect.github.com/aio-libs/propcache/issues/73">#73</a>)</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/2514c3f033bb9e00441390e0d402295d0ca3c7df"><code>2514c3f</code></a>
Ensure wrapped function is accessible in Cython versions (<a
href="https://redirect.github.com/aio-libs/propcache/issues/72">#72</a>)</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/cf8aab9a32760d39b7a011e8fe1b2146cc2e31b1"><code>cf8aab9</code></a>
Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 (<a
href="https://redirect.github.com/aio-libs/propcache/issues/71">#71</a>)</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/ef6af70cb5ebd1d5a0a739b6c6c388c0fae0fed2"><code>ef6af70</code></a>
Cleanup mypy config for codspeed (<a
href="https://redirect.github.com/aio-libs/propcache/issues/67">#67</a>)</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/d6980a766f5a7c6d0f018ee67831c895abf64b90"><code>d6980a7</code></a>
🧪 Exclude <code>requirements/</code> from pytest discovery</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/57eb5ae409c1b9f3324ddd4d3c5ba7fc062a61e3"><code>57eb5ae</code></a>
🧪 Fail test jobs on Codecov upload problems</li>
<li><a
href="https://github.com/aio-libs/propcache/commit/6222b019ae850878b4dca0d3e5f072b9b6949416"><code>6222b01</code></a>
🧪 Declare a packaging flag @ codecov</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/propcache/compare/v0.2.0...v0.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=propcache&package-manager=pip&previous-version=0.2.0&new-version=0.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 9819ebb commit 360acd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _integration-tests/utils/agent/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ frozenlist==1.5.0
idna==3.10
msgpack==1.1.0
multidict==6.1.0
propcache==0.2.0
propcache==0.2.1
protobuf==5.29.0
requests==2.32.3
six==1.16.0
Expand Down

0 comments on commit 360acd4

Please sign in to comment.