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 schwifty from 2023.9.0 to 2023.10.0 #30

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps schwifty from 2023.9.0 to 2023.10.0.

Release notes

Sourced from schwifty's releases.

2023.10.0

Added

  • The Pydantic v2 protocol is now supported, so that the IBAN and BIC classes can be directly used as type annotations in Pydantic models

Changed

  • The IBAN and BIC classes are now subclasses of str so that all string related methods and functionalities (e.g. slicing) are directly available.
Changelog

Sourced from schwifty's changelog.

2023.10.0_ - 2023/10/31

Added

* The Pydantic v2 protocol is now supported, so that the :class:`.IBAN` and :class:`.BIC` classes
  can be directly used as type annotations in `Pydantic models <https://docs.pydantic.dev/latest/concepts/models/#basic-model-usage>`_

Changed

  • The :class:.IBAN and :class:.BIC classes are now subclasses of :class:str so that all string related methods and functionallities (e.g. slicing) are directly available.

2023.09.0_ - 2023/09/25

Removed

* Support for Python 3.7 has been dropped.

Added

* New method :meth:`.BIC.candidates_from_bank_code` to list all matching BICs to a given domestic
  bank code `@Natim &lt;https://github.com/Natim&gt;`_.

Changed
</code></pre>
<ul>
<li>The Italian bank registry is now automatically generated thanks to
<code>@Krystofee &lt;https://github.com/Krystofee&amp;gt;&lt;/code&gt;_&lt;/li>
</ul>
<p>Internal</p>
<pre><code>* Switch project tooling to hatch &amp;lt;https://hatch.pypa.io/latest/&amp;gt;_.

  • Use ruff &amp;lt;https://docs.astral.sh/ruff/&amp;gt;_ instead of flake8
    as linter.
  • Upgrade mypy &amp;lt;https://www.mypy-lang.org/&amp;gt;_ to 1.5.1 and fix all new typing errors.

2023.06.0_ - 2023/06/21

Fixed

  • For Ukrainian banks calling iban.bic did result in a TypeError. Thanks @bernoreitsma &lt;https://github.com/bernoreitsma&gt;_ for reporting.

Changed

* Updated generated bank registries for Austria, Belgium, Czech Republic, Germany, Netherlands,
  Hungary, Norway, Poland and Ukraine.

2023.03.0_ - 2023/03/14

&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/mdomke/schwifty/commit/7674b419fd931bd8cdb70bc0f917ca090b0559bb&quot;&gt;&lt;code&gt;7674b41&lt;/code&gt;&lt;/a> Revert &quot;Add checksum validation for Netherlands (<a href="https://redirect.github.com/mdomke/schwifty/issues/159&quot;&gt;#159&lt;/a&gt;)&amp;quot; (<a href="https://redirect.github.com/mdomke/schwifty/issues/161&quot;&gt;#161&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/mdomke/schwifty/commit/cc22429c72340b3263d9b7e8a5f2944590100ce9&quot;&gt;&lt;code&gt;cc22429&lt;/code&gt;&lt;/a> Add checksum validation for Netherlands (<a href="https://redirect.github.com/mdomke/schwifty/issues/159&quot;&gt;#159&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/mdomke/schwifty/commit/819cb6e26bf06b15f01f104e64668cf1f7c8a274&quot;&gt;&lt;code&gt;819cb6e&lt;/code&gt;&lt;/a> Base IBAN and BIC classes on str</li>
<li><a href="https://github.com/mdomke/schwifty/commit/e3ef0ecad67f02cc01bcb11d13f157aa4c8527ea&quot;&gt;&lt;code&gt;e3ef0ec&lt;/code&gt;&lt;/a> Add Pydantic protocol support</li>
<li><a href="https://github.com/mdomke/schwifty/commit/7dc362c47a811ddc0cbd4a9933852c7a9f39f0b7&quot;&gt;&lt;code&gt;7dc362c&lt;/code&gt;&lt;/a> Boursorama is now called Boursobank (<a href="https://redirect.github.com/mdomke/schwifty/issues/160&quot;&gt;#160&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/mdomke/schwifty/commit/5000e88994a969922fbb45cee5cff7a35a5eaf90&quot;&gt;&lt;code&gt;5000e88&lt;/code&gt;&lt;/a> Update bank registry for Ukraine</li>
<li><a href="https://github.com/mdomke/schwifty/commit/544834eb0769d51777dc9870c36772738c7ad966&quot;&gt;&lt;code&gt;544834e&lt;/code&gt;&lt;/a> Update bank registry for Slovenia</li>
<li><a href="https://github.com/mdomke/schwifty/commit/5c2efc807183254fc95b1c29f3f1e1a81d60a0c4&quot;&gt;&lt;code&gt;5c2efc8&lt;/code&gt;&lt;/a> Update bank registry for Poland</li>
<li><a href="https://github.com/mdomke/schwifty/commit/685598a62e92e43dc340f344a96c5530df454411&quot;&gt;&lt;code&gt;685598a&lt;/code&gt;&lt;/a> Update bank registry for Norway</li>
<li><a href="https://github.com/mdomke/schwifty/commit/63e5269c67b346025ddaca438b6cd23d22c9ed79&quot;&gt;&lt;code&gt;63e5269&lt;/code&gt;&lt;/a> Update bank registry for Netherlands</li>
<li>Additional commits viewable in <a href="https://github.com/mdomke/schwifty/compare/2023.09.0...2023.10.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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

Bumps [schwifty](https://github.com/mdomke/schwifty) from 2023.9.0 to 2023.10.0.
- [Release notes](https://github.com/mdomke/schwifty/releases)
- [Changelog](https://github.com/mdomke/schwifty/blob/main/CHANGELOG.rst)
- [Commits](mdomke/schwifty@2023.09.0...2023.10.0)

---
updated-dependencies:
- dependency-name: schwifty
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 6, 2023
@dependabot dependabot bot requested a review from a team November 6, 2023 00:45
@github-actions github-actions bot enabled auto-merge (squash) November 6, 2023 00:46
@github-actions github-actions bot merged commit ea0efc1 into main Nov 6, 2023
11 checks passed
@github-actions github-actions bot deleted the dependabot/pip/schwifty-2023.10.0 branch November 6, 2023 00:47
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants