Skip to content

Commit

Permalink
⬆️ Bump fastjsonschema from 2.18.0 to 2.18.1 (#479)
Browse files Browse the repository at this point in the history
Bumps
[fastjsonschema](https://github.com/horejsek/python-fastjsonschema) from
2.18.0 to 2.18.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/horejsek/python-fastjsonschema/blob/master/CHANGELOG.txt">fastjsonschema's
changelog</a>.</em></p>
<blockquote>
<p>=== 2.18.1 (2023-10-01)</p>
<ul>
<li>Lazy import of urllib to improve import performance</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/horejsek/python-fastjsonschema/commit/b0645bfdae940a2fef72868aeda98abec7dc6466"><code>b0645bf</code></a>
v2.18.1</li>
<li><a
href="https://github.com/horejsek/python-fastjsonschema/commit/b5e5a88b009497d0fe2949e3c32765558aee8c7d"><code>b5e5a88</code></a>
Merge pull request <a
href="https://redirect.github.com/horejsek/python-fastjsonschema/issues/174">#174</a>
from danielhollas/faster-import</li>
<li><a
href="https://github.com/horejsek/python-fastjsonschema/commit/b8b954f1dd19a6cd5d8cad78cb7adc3493faec1e"><code>b8b954f</code></a>
Lazy import urllib.request</li>
<li><a
href="https://github.com/horejsek/python-fastjsonschema/commit/ffd99876e234b658d898505a1093a60146e4f5b7"><code>ffd9987</code></a>
Revert &quot;Lazy import urllib&quot;</li>
<li><a
href="https://github.com/horejsek/python-fastjsonschema/commit/a20f297b69fa9a14ee470077f702639fa69557e7"><code>a20f297</code></a>
Lazy import urllib</li>
<li>See full diff in <a
href="https://github.com/horejsek/python-fastjsonschema/compare/v2.18.0...v2.18.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastjsonschema&package-manager=pip&previous-version=2.18.0&new-version=2.18.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>
  • Loading branch information
github-actions[bot] committed Oct 9, 2023
2 parents 1a0b6a5 + ed460a1 commit 533a769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ executing==1.2.0
# via stack-data
exhale==0.3.6
# via -r requirements.in
fastjsonschema==2.18.0
fastjsonschema==2.18.1
# via nbformat
filelock==3.12.4
# via virtualenv
Expand Down

0 comments on commit 533a769

Please sign in to comment.