Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump attrs from 21.4.0 to 22.1.0 #33

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 23, 2022

Bumps attrs from 21.4.0 to 22.1.0.

Release notes

Sourced from attrs's releases.

22.1.0

Highlights

The main features of this release are:

  • The departure of Python 2.7 (enjoy your retirement!),
  • and the arrival of Python 3.11.

We had loftier goals feature-wise, but didn't want to block others embracing Python 3.11.

❤️ Huge thanks to my GitHub sponsors, Tidelift subscribers, and Ko-fi buyers! ❤️

None of my projects would exist in their current form without you!

Full Changelog

Backwards-incompatible Changes

  • Python 2.7 is not supported anymore.

    Dealing with Python 2.7 tooling has become too difficult for a volunteer-run project.

    We have supported Python 2 more than 2 years after it was officially discontinued and feel that we have paid our dues. All version up to 21.4.0 from December 2021 remain fully functional, of course. #936

  • The deprecated cmp attribute of attrs.Attribute has been removed. This does not affect the cmp argument to attr.s that can be used as a shortcut to set eq and order at the same time. #939

Changes

  • Instantiation of frozen slotted classes is now faster. #898
  • If an eq key is defined, it is also used before hashing the attribute. #909
  • Added attrs.validators.min_len(). #916
  • attrs.validators.deep_iterable()'s member_validator argument now also accepts a list of validators and wraps them in an attrs.validators.and_(). #925
  • Added missing type stub re-imports for attrs.converters and attrs.filters. #931
  • Added missing stub for attr(s).cmp_using(). #949
  • attrs.validators._in()'s ValueError is not missing the attribute, expected options, and the value it got anymore. #951
  • Python 3.11 is now officially supported. #969
Changelog

Sourced from attrs's changelog.

22.1.0 (2022-07-28)

Backwards-incompatible Changes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Python 2.7 is not supported anymore.

    Dealing with Python 2.7 tooling has become too difficult for a volunteer-run project.

    We have supported Python 2 more than 2 years after it was officially discontinued and feel that we have paid our dues. All version up to 21.4.0 from December 2021 remain fully functional, of course. [#936](https://github.com/python-attrs/attrs/issues/936) <https://github.com/python-attrs/attrs/issues/936>_

  • The deprecated cmp attribute of attrs.Attribute has been removed. This does not affect the cmp argument to attr.s that can be used as a shortcut to set eq and order at the same time. [#939](https://github.com/python-attrs/attrs/issues/939) <https://github.com/python-attrs/attrs/issues/939>_

Changes ^^^^^^^

  • Instantiation of frozen slotted classes is now faster. [#898](https://github.com/python-attrs/attrs/issues/898) <https://github.com/python-attrs/attrs/issues/898>_
  • If an eq key is defined, it is also used before hashing the attribute. [#909](https://github.com/python-attrs/attrs/issues/909) <https://github.com/python-attrs/attrs/issues/909>_
  • Added attrs.validators.min_len(). [#916](https://github.com/python-attrs/attrs/issues/916) <https://github.com/python-attrs/attrs/issues/916>_
  • attrs.validators.deep_iterable()'s member_validator argument now also accepts a list of validators and wraps them in an attrs.validators.and_(). [#925](https://github.com/python-attrs/attrs/issues/925) <https://github.com/python-attrs/attrs/issues/925>_
  • Added missing type stub re-imports for attrs.converters and attrs.filters. [#931](https://github.com/python-attrs/attrs/issues/931) <https://github.com/python-attrs/attrs/issues/931>_
  • Added missing stub for attr(s).cmp_using(). [#949](https://github.com/python-attrs/attrs/issues/949) <https://github.com/python-attrs/attrs/issues/949>_
  • attrs.validators._in()'s ValueError is not missing the attribute, expected options, and the value it got anymore. [#951](https://github.com/python-attrs/attrs/issues/951) <https://github.com/python-attrs/attrs/issues/951>_
  • Python 3.11 is now officially supported. [#969](https://github.com/python-attrs/attrs/issues/969) <https://github.com/python-attrs/attrs/issues/969>_

Commits

Dependabot compatibility score

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 commands and options

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file lang-Python Everything related to the Python programming language labels Sep 23, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/attrs-22.1.0 branch from 1b7ce1a to b9d7083 Compare September 23, 2022 10:37
@renefritze
Copy link

@dependabot rebase

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 23, 2022

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/pip/attrs-22.1.0 branch 2 times, most recently from a3d9e10 to ab9a561 Compare September 23, 2022 12:23
@renefritze
Copy link

@dependabot rebase

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 23, 2022

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@renefritze
Copy link

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/attrs-22.1.0 branch 18 times, most recently from 4fcf54a to 828596a Compare September 23, 2022 18:22
@dependabot dependabot bot force-pushed the dependabot/pip/attrs-22.1.0 branch 2 times, most recently from 82bfce5 to 95f9c03 Compare September 23, 2022 18:35
Bumps [attrs](https://github.com/python-attrs/attrs) from 21.4.0 to 22.1.0.
- [Release notes](https://github.com/python-attrs/attrs/releases)
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst)
- [Commits](python-attrs/attrs@21.4.0...22.1.0)

---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/attrs-22.1.0 branch from 95f9c03 to 15e06f5 Compare September 23, 2022 18:42
@github-actions github-actions bot merged commit fd6b01b into main Sep 23, 2022
@github-actions github-actions bot deleted the dependabot/pip/attrs-22.1.0 branch September 23, 2022 18:47
github-actions bot added a commit that referenced this pull request Oct 9, 2023
Bumps [pytest-datadir](https://github.com/gabrielcnr/pytest-datadir)
from 1.4.1 to 1.5.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gabrielcnr/pytest-datadir/blob/master/CHANGELOG.rst">pytest-datadir's
changelog</a>.</em></p>
<blockquote>
<h2>1.5.0 (2023-10-02)</h2>
<ul>
<li>Added support for Python 3.11 and 3.12.</li>
<li>Dropped support for Python 3.7.</li>
<li>Fix handling of UNC paths on Windows
(<code>[#33](gabrielcnr/pytest-datadir#33)
&lt;https://github.com/gabrielcnr/pytest-datadir/issues/33&gt;</code>__).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gabrielcnr/pytest-datadir/commit/538f817cf1df1226eab23b8a8175ad1f746940ad"><code>538f817</code></a>
Release 1.5.0</li>
<li><a
href="https://github.com/gabrielcnr/pytest-datadir/commit/5bff4f1d120d34cff3c4bcc2097d5955e2c1a295"><code>5bff4f1</code></a>
Merge pull request <a
href="https://redirect.github.com/gabrielcnr/pytest-datadir/issues/67">#67</a>
from nicoddemus/split-ci-workflows</li>
<li><a
href="https://github.com/gabrielcnr/pytest-datadir/commit/35ec689e9a29c1ec5d8435a86408dd363eea330c"><code>35ec689</code></a>
Simplify build matrix</li>
<li><a
href="https://github.com/gabrielcnr/pytest-datadir/commit/253b6d8ff431b311799e8b28dfa9f1686d214c14"><code>253b6d8</code></a>
Improve CI workflow</li>
<li><a
href="https://github.com/gabrielcnr/pytest-datadir/commit/2f2d04717e3af99a4821de0cd38ee157bc651a2b"><code>2f2d047</code></a>
Drop Python 3.7, add Python 3.11 and 3.12</li>
<li><a
href="https://github.com/gabrielcnr/pytest-datadir/commit/5a054df35cb72b43ec349e496b21c44cf8e2cbf0"><code>5a054df</code></a>
Fix UNC bug in _win32_longpath (<a
href="https://redirect.github.com/gabrielcnr/pytest-datadir/issues/34">#34</a>)</li>
<li><a
href="https://github.com/gabrielcnr/pytest-datadir/commit/0b5bb4d94d5344c7c0ca127553fbd268c1ab8f21"><code>0b5bb4d</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/gabrielcnr/pytest-datadir/issues/65">#65</a>)</li>
<li><a
href="https://github.com/gabrielcnr/pytest-datadir/commit/41bb281f96c88192aed275cc281abdc1a02d90f8"><code>41bb281</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/gabrielcnr/pytest-datadir/issues/64">#64</a>)</li>
<li><a
href="https://github.com/gabrielcnr/pytest-datadir/commit/58899f76dafee72d16bd379a0fcb90bc32d46ccd"><code>58899f7</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/gabrielcnr/pytest-datadir/issues/63">#63</a>)</li>
<li><a
href="https://github.com/gabrielcnr/pytest-datadir/commit/70ecb92ecae780de471c67ffdcda6eb8c4bdc9a4"><code>70ecb92</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/gabrielcnr/pytest-datadir/issues/62">#62</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/gabrielcnr/pytest-datadir/compare/1.4.1...v1.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-datadir&package-manager=pip&previous-version=1.4.1&new-version=1.5.0)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file lang-Python Everything related to the Python programming language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant