Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pydantic from 2.0.3 to 2.1.1 (#216)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.0.3 to 2.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/releases">pydantic's releases</a>.</em></p> <blockquote> <h2>v2.1.1 2023-07-25</h2> <h2>What's Changed</h2> <ul> <li>Skip FieldInfo merging when unnecessary by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6862">pydantic/pydantic#6862</a></li> <li>Prepare 2.1.1 by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6865">pydantic/pydantic#6865</a></li> </ul> <h2>v2.1.0 2023-07-25</h2> <h2>What's Changed</h2> <ul> <li>Add StringConstraints for use as Annotated metadata by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6605">pydantic/pydantic#6605</a></li> <li>Try to fix intermittently failing CI by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6683">pydantic/pydantic#6683</a></li> <li>Remove redundant example of optional vs default. by <a href="https://github.com/ehiggs-deliverect"><code>@ehiggs-deliverect</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6676">pydantic/pydantic#6676</a></li> <li>Docs update by <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6692">pydantic/pydantic#6692</a></li> <li>Remove the Validate always section in validator docs by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6679">pydantic/pydantic#6679</a></li> <li>Fix recursion error in json schema generation by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6720">pydantic/pydantic#6720</a></li> <li>Fix incorrect subclass check for secretstr by <a href="https://github.com/AlexVndnblcke"><code>@AlexVndnblcke</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6730">pydantic/pydantic#6730</a></li> <li>update pdm / pdm lockfile to 2.8.0 by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6714">pydantic/pydantic#6714</a></li> <li>unpin pdm on more CI jobs by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6755">pydantic/pydantic#6755</a></li> <li>improve source locations for auxiliary packages in docs by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6749">pydantic/pydantic#6749</a></li> <li>Assume builtins don't accept an info argument by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6754">pydantic/pydantic#6754</a></li> <li>Fix bug where calling <code>help(BaseModelSubclass)</code> raises errors by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6758">pydantic/pydantic#6758</a></li> <li>Fix mypy plugin handling of <a href="https://github.com/model"><code>@model</code></a>_validator(mode="after") by <a href="https://github.com/ljodal"><code>@ljodal</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6753">pydantic/pydantic#6753</a></li> <li>update pydantic-core to 2.3.1 by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6756">pydantic/pydantic#6756</a></li> <li>Mypy plugin for settings by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6760">pydantic/pydantic#6760</a></li> <li>Use contentSchema keyword for JSON schema by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6715">pydantic/pydantic#6715</a></li> <li>fast-path checking finite decimals by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6769">pydantic/pydantic#6769</a></li> <li>Docs update by <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6771">pydantic/pydantic#6771</a></li> <li>Improve json schema doc by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6772">pydantic/pydantic#6772</a></li> <li>Update validator docs by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6695">pydantic/pydantic#6695</a></li> <li>Fix typehint for wrap validator by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6788">pydantic/pydantic#6788</a></li> <li>🐛 Fix validation warning for unions of Literal and other type by <a href="https://github.com/lig"><code>@lig</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6628">pydantic/pydantic#6628</a></li> <li>Update documentation for generics support in V2 by <a href="https://github.com/tpdorsey"><code>@tpdorsey</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6685">pydantic/pydantic#6685</a></li> <li>add pydantic-core build info to <code>version_info()</code> by <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6785">pydantic/pydantic#6785</a></li> <li>Fix pydantic dataclasses that use slots with default values by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6796">pydantic/pydantic#6796</a></li> <li>Fix inheritance of hash function for frozen models by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6789">pydantic/pydantic#6789</a></li> <li>✨ Add <code>SkipJsonSchema</code> annotation by <a href="https://github.com/Kludex"><code>@Kludex</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6653">pydantic/pydantic#6653</a></li> <li>Error if an invalid field name is used with Field by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6797">pydantic/pydantic#6797</a></li> <li>Add GenericModel to MOVED_IN_V2 by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6776">pydantic/pydantic#6776</a></li> <li>Remove unused code from <code>docs/usage/types/custom.md</code> by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6803">pydantic/pydantic#6803</a></li> <li>Fix float -> Decimal coercion precision loss by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6810">pydantic/pydantic#6810</a></li> <li>remove email validation from the north star benchmark by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6816">pydantic/pydantic#6816</a></li> <li>Fix link to mypy by <a href="https://github.com/progsmile"><code>@progsmile</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6824">pydantic/pydantic#6824</a></li> <li>Improve initialization hooks example by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6822">pydantic/pydantic#6822</a></li> <li>Fix default port for mongosrv DSNs by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6827">pydantic/pydantic#6827</a></li> <li>Improve API documentation, in particular more links between usage and API docs by <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6780">pydantic/pydantic#6780</a></li> <li>update pydantic-core to 2.4.0 by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6831">pydantic/pydantic#6831</a></li> <li>Fix annotated_types.MaxLen validator for custom sequence types by <a href="https://github.com/ImogenBits"><code>@ImogenBits</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6809">pydantic/pydantic#6809</a></li> <li>Update V1 by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6833">pydantic/pydantic#6833</a></li> <li>Make it so callable JSON schema extra works by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6798">pydantic/pydantic#6798</a></li> <li>Fix serialization issue with InstanceOf by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6829">pydantic/pydantic#6829</a></li> <li>Add back support for <code>json_encoders</code> by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6811">pydantic/pydantic#6811</a></li> <li>Update field annotations when building the schema by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6838">pydantic/pydantic#6838</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/main/HISTORY.md">pydantic's changelog</a>.</em></p> <blockquote> <h2>v2.1.1 (2023-07-25)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.1.1">GitHub release</a></p> <ul> <li>Skip FieldInfo merging when unnecessary by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6862">#6862</a></li> </ul> <h2>v2.1.0 (2023-07-25)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.1.0">GitHub release</a></p> <ul> <li>Add <code>StringConstraints</code> for use as Annotated metadata by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6605">#6605</a></li> <li>Try to fix intermittently failing CI by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6683">#6683</a></li> <li>Remove redundant example of optional vs default. by <a href="https://github.com/ehiggs-deliverect"><code>@ehiggs-deliverect</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6676">#6676</a></li> <li>Docs update by <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6692">#6692</a></li> <li>Remove the Validate always section in validator docs by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6679">#6679</a></li> <li>Fix recursion error in json schema generation by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6720">#6720</a></li> <li>Fix incorrect subclass check for secretstr by <a href="https://github.com/AlexVndnblcke"><code>@AlexVndnblcke</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6730">#6730</a></li> <li>update pdm / pdm lockfile to 2.8.0 by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6714">#6714</a></li> <li>unpin pdm on more CI jobs by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6755">#6755</a></li> <li>improve source locations for auxiliary packages in docs by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6749">#6749</a></li> <li>Assume builtins don't accept an info argument by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6754">#6754</a></li> <li>Fix bug where calling <code>help(BaseModelSubclass)</code> raises errors by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6758">#6758</a></li> <li>Fix mypy plugin handling of <code>@model_validator(mode="after")</code> by <a href="https://github.com/ljodal"><code>@ljodal</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6753">#6753</a></li> <li>update pydantic-core to 2.3.1 by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6756">#6756</a></li> <li>Mypy plugin for settings by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6760">#6760</a></li> <li>Use <code>contentSchema</code> keyword for JSON schema by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6715">#6715</a></li> <li>fast-path checking finite decimals by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6769">#6769</a></li> <li>Docs update by <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6771">#6771</a></li> <li>Improve json schema doc by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6772">#6772</a></li> <li>Update validator docs by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6695">#6695</a></li> <li>Fix typehint for wrap validator by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6788">#6788</a></li> <li>🐛 Fix validation warning for unions of Literal and other type by <a href="https://github.com/lig"><code>@lig</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6628">#6628</a></li> <li>Update documentation for generics support in V2 by <a href="https://github.com/tpdorsey"><code>@tpdorsey</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6685">#6685</a></li> <li>add pydantic-core build info to <code>version_info()</code> by <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6785">#6785</a></li> <li>Fix pydantic dataclasses that use slots with default values by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6796">#6796</a></li> <li>Fix inheritance of hash function for frozen models by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6789">#6789</a></li> <li>✨ Add <code>SkipJsonSchema</code> annotation by <a href="https://github.com/Kludex"><code>@Kludex</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6653">#6653</a></li> <li>Error if an invalid field name is used with Field by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6797">#6797</a></li> <li>Add <code>GenericModel</code> to <code>MOVED_IN_V2</code> by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6776">#6776</a></li> <li>Remove unused code from <code>docs/usage/types/custom.md</code> by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6803">#6803</a></li> <li>Fix <code>float</code> -> <code>Decimal</code> coercion precision loss by <a href="https://github.com/adriangb"><code>@adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6810">#6810</a></li> <li>remove email validation from the north star benchmark by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6816">#6816</a></li> <li>Fix link to mypy by <a href="https://github.com/progsmile"><code>@progsmile</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6824">#6824</a></li> <li>Improve initialization hooks example by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6822">#6822</a></li> <li>Fix default port for mongosrv DSNs by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6827">#6827</a></li> <li>Improve API documentation, in particular more links between usage and API docs by <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6780">#6780</a></li> <li>update pydantic-core to 2.4.0 by <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6831">#6831</a></li> <li>Fix <code>annotated_types.MaxLen</code> validator for custom sequence types by <a href="https://github.com/ImogenBits"><code>@ImogenBits</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6809">#6809</a></li> <li>Update V1 by <a href="https://github.com/hramezani"><code>@hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6833">#6833</a></li> <li>Make it so callable JSON schema extra works by <a href="https://github.com/dmontagu"><code>@dmontagu</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/6798">#6798</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic/commit/cfd5b6c780a137c5e2394361db2ed93ba4ff368e"><code>cfd5b6c</code></a> Prepare 2.1.1 (<a href="https://redirect.github.com/pydantic/pydantic/issues/6865">#6865</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/d9d4750ac36dbb0a7b712a282929b0beae1ed5ab"><code>d9d4750</code></a> Skip FieldInfo merging when unnecessary (<a href="https://redirect.github.com/pydantic/pydantic/issues/6862">#6862</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/3284a249794efc30ec1935a0095671263a175c4e"><code>3284a24</code></a> Prepare for release of v2.1.0 (<a href="https://redirect.github.com/pydantic/pydantic/issues/6853">#6853</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/f8c081e0a3c6e9181d275414636344324d31df4c"><code>f8c081e</code></a> Allow customizing core schema generation by making <code>GenerateSchema</code> public (#...</li> <li><a href="https://github.com/pydantic/pydantic/commit/0ff63bf00039b3f6bfbe42103a331546d6248b81"><code>0ff63bf</code></a> Update serialization doc to mention <code>Field.exclude</code> takes priority over call-...</li> <li><a href="https://github.com/pydantic/pydantic/commit/0921bb30881f072afe4b48792d4e33f6ff5fb379"><code>0921bb3</code></a> Improve documentation for config (<a href="https://redirect.github.com/pydantic/pydantic/issues/6847">#6847</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/2db62485e7518e859e25256b5fff49a262fb886e"><code>2db6248</code></a> Fix error message for staticmethod/classmethod order with validate_call (<a href="https://redirect.github.com/pydantic/pydantic/issues/6686">#6686</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/81f37a36da916ef87a0a8b9f50ab6cd8d5679a0a"><code>81f37a3</code></a> Update json_encoders docs (<a href="https://redirect.github.com/pydantic/pydantic/issues/6848">#6848</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/3c02267777d3bc2c95604dcbb8e02ebf929ff162"><code>3c02267</code></a> delegate UUID serialization to pydantic-core (<a href="https://redirect.github.com/pydantic/pydantic/issues/6850">#6850</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/cff53856adb56634dc3df4d34689fbd23753c7f0"><code>cff5385</code></a> Add <code>config.defer_build</code> to optionally make model building lazy (<a href="https://redirect.github.com/pydantic/pydantic/issues/6823">#6823</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pydantic/pydantic/compare/v2.0.3...v2.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pydantic&package-manager=pip&previous-version=2.0.3&new-version=2.1.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 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