chore(deps): bump the pip group across 1 directory with 7 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(11 months ago)
(11 months ago)
dependencies python
Bumps the pip group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| black | 24.8.0 |
25.1.0 |
| pillow | 10.4.0 |
11.3.0 |
| pyinstaller | 6.10.0 |
6.14.2 |
| pylint | 3.3.0 |
3.3.7 |
| pytest | 8.3.3 |
8.4.1 |
| requests | 2.32.3 |
2.32.4 |
| validators | 0.34.0 |
0.35.0 |
Updates black from 24.8.0 to 25.1.0
Release notes
Sourced from black's releases.
25.1.0
Highlights
This release introduces the new 2025 stable style (#4558), stabilizing the following changes:
- Normalize casing of Unicode escape characters in strings to lowercase (#2916)
- Fix inconsistencies in whether certain strings are detected as docstrings (#4095)
- Consistently add trailing commas to typed function parameters (#4164)
- Remove redundant parentheses in if guards for case blocks (#4214)
- Add parentheses to if clauses in case blocks when the line is too long (#4269)
- Whitespace before
# fmt: skipcomments is no longer normalized (#4146)- Fix line length computation for certain expressions that involve the power operator (#4154)
- Check if there is a newline before the terminating quotes of a docstring (#4185)
- Fix type annotation spacing between
*and more complex type variable tuple (#4440)The following changes were not in any previous release:
- Remove parentheses around sole list items (#4312)
- Generic function definitions are now formatted more elegantly: parameters are split over multiple lines first instead of type parameter definitions (#4553)
Stable style
- Fix formatting cells in IPython notebooks with magic methods and starting or trailing empty lines (#4484)
- Fix crash when formatting
withstatements containing tuple generators/unpacking (#4538)Preview style
- Fix/remove string merging changing f-string quotes on f-strings with internal quotes (#4498)
- Collapse multiple empty lines after an import into one (#4489)
- Prevent
string_processingandwrap_long_dict_values_in_parensfrom removing parentheses around long dictionary values (#4377)- Move
wrap_long_dict_values_in_parensfrom the unstable to preview style (#4561)Packaging
Performance
- Speed up the
is_fstring_startfunction in Black's tokenizer (#4541)Integrations
- If using stdin with
--stdin-filenameset to a force excluded path, stdin won't be
... (truncated)
Changelog
Sourced from black's changelog.
25.1.0
Highlights
This release introduces the new 2025 stable style (#4558), stabilizing the following changes:
- Normalize casing of Unicode escape characters in strings to lowercase (#2916)
- Fix inconsistencies in whether certain strings are detected as docstrings (#4095)
- Consistently add trailing commas to typed function parameters (#4164)
- Remove redundant parentheses in if guards for case blocks (#4214)
- Add parentheses to if clauses in case blocks when the line is too long (#4269)
- Whitespace before
# fmt: skipcomments is no longer normalized (#4146)- Fix line length computation for certain expressions that involve the power operator (#4154)
- Check if there is a newline before the terminating quotes of a docstring (#4185)
- Fix type annotation spacing between
*and more complex type variable tuple (#4440)The following changes were not in any previous release:
- Remove parentheses around sole list items (#4312)
- Generic function definitions are now formatted more elegantly: parameters are split over multiple lines first instead of type parameter definitions (#4553)
Stable style
- Fix formatting cells in IPython notebooks with magic methods and starting or trailing empty lines (#4484)
- Fix crash when formatting
withstatements containing tuple generators/unpacking (#4538)Preview style
- Fix/remove string merging changing f-string quotes on f-strings with internal quotes (#4498)
- Collapse multiple empty lines after an import into one (#4489)
- Prevent
string_processingandwrap_long_dict_values_in_parensfrom removing parentheses around long dictionary values (#4377)- Move
wrap_long_dict_values_in_parensfrom the unstable to preview style (#4561)Packaging
Performance
- Speed up the
is_fstring_startfunction in Black's tokenizer (#4541)Integrations
... (truncated)
Commits
8a737e7Prepare release 25.1.0 (#4563)d330deedocs: We're not going to use backslashes for the with statement (#4564)3d81290Movewrap_long_dict_values_in_parensto the preview style (#4561)459562cImprove function declaration wrapping when it contains generic type definitio...99dbf30Cache executor to avoid hitting open file limits (#4560)c0b92f3Prepare the 2025 stable style (#4558)e58baf1Add test for #1187 (#4559)1455ae4Fix docs CI (#4555)584d033fix: Don't remove parenthesis around long dictionary values (#4377)6e96540Fix CI (#4551)- Additional commits viewable in compare view
Updates pillow from 10.4.0 to 11.3.0
Release notes
Sourced from pillow's releases.
11.3.0
https://pillow.readthedocs.io/en/stable/releasenotes/11.3.0.html
Deprecations
- Deprecate fromarray mode argument #9018 [
@radarhere]- Deprecate saving I mode images as PNG #9023 [
@radarhere]Documentation
- Added release notes for #9041 #9042 [
@radarhere]- Add release notes for #8912 and #8969 #9019 [
@radarhere]- ImageFont does not handle multiline text #9000 [
@radarhere]- Updated Ubuntu CI targets #8988 [
@radarhere]- Update MinGW package names #8987 [
@H4M5TER]- Updated docstring #8943 [
@radarhere]- Mention that tobytes() with the raw encoder uses Pack.c #8878 [
@radarhere]- Refactor docs
Makefile#8933 [@hugovk]- Add template for quarterly release issue #8932 [
@aclark4life]- Add list of third party plugins #8910 [
@radarhere]- Update redirected URL #8919 [
@radarhere]- Docs: use sentence case for headers #8914 [
@hugovk]- Docs: remove unused Makefile targets #8917 [
@hugovk]- Remove indentation from lists #8915 [
@radarhere]- Python 3.13 is tested on Arch #8894 [
@radarhere]- Move XV Thumbnails to read only section #8893 [
@aclark4life]- Updated macOS tested Pillow versions #8890 [
@radarhere]Dependencies
- Add AVIF to wheels using only aomenc and dav1d AVIF codecs for reduced size #8858 [
@fdintino]- Use same AVIF URL when fetching dependency #8871 [
@radarhere]- Update dependency mypy to v1.16.1 #9026 [@renovate[bot]]
- Update libpng to 1.6.49 #9014 [
@radarhere]- Update dependency cibuildwheel to v3 #9010 [@renovate[bot]]
- Updated libjpeg-turbo to 3.1.1 #9009 [
@radarhere]- Update dependency mypy to v1.16.0 #8991 [@renovate[bot]]
- Updated libpng to 1.6.48 #8940 [
@radarhere]- Updated Ghostscript to 10.5.1 #8939 [
@radarhere]- Updated harfbuzz to 11.2.1 #8937 [
@radarhere]- Updated libavif to 1.3.0 #8949 [
@radarhere]- Update dependency cibuildwheel to v2.23.3 #8931 [@renovate[bot]]
- Updated harfbuzz to 11.1.0 #8904 [
@radarhere]Testing
- Add
matchparameter topytest.warns()#9038 [@hugovk]- Increase pytest verbosity #9040 [
@radarhere]- Improve SgiImagePlugin test coverage #8896 [
@radarhere]- Update ruff pre-commit ID #8994 [
@radarhere]
... (truncated)
Changelog
Sourced from pillow's changelog.
Changelog (Pillow)
11.1.0 and newer
See GitHub Releases:
11.0.0 (2024-10-15)
Update licence to MIT-CMU #8460 [hugovk]
Conditionally define ImageCms type hint to avoid requiring core #8197 [radarhere]
Support writing LONG8 offsets in AppendingTiffWriter #8417 [radarhere]
Use ImageFile.MAXBLOCK when saving TIFF images #8461 [radarhere]
Do not close provided file handles with libtiff when saving #8458 [radarhere]
Support ImageFilter.BuiltinFilter for I;16* images #8438 [radarhere]
Use ImagingCore.ptr instead of ImagingCore.id #8341 [homm, radarhere, hugovk]
Updated EPS mode when opening images without transparency #8281 [Yay295, radarhere]
Use transparency when combining P frames from APNGs #8443 [radarhere]
Support all resampling filters when resizing I;16* images #8422 [radarhere]
Free memory on early return #8413 [radarhere]
Cast int before potentially exceeding INT_MAX #8402 [radarhere]
... (truncated)
Commits
89f1f4611.3.0 version bumpf2de251Updated check script paths (#9052)84855d1Raise FileNotFoundError when opening an empty path (#9048)204d11dRaise FileNotFoundError when opening an empty path2b39f75Handle IPTC TIFF tags with incorrect type (#8925)e7a53baDo not update palette for L mode GIF frame (#8924)c22230bUse save parameters as encoderinfo defaults (#9001)da10ed1Add support for iOS (#9030)be2b4e7Fix qtables and quality scaling (#8879)d4162f8Updated return type- Additional commits viewable in compare view
Updates pyinstaller from 6.10.0 to 6.14.2
Release notes
Sourced from pyinstaller's releases.
v6.14.2
Please see the v6.14.2 section of the changelog for a list of the changes since v6.14.1.
v6.14.1
Please see the v6.14.1 section of the changelog for a list of the changes since v6.14.0.
v6.14.0
Please see the v6.14.0 section of the changelog for a list of the changes since v6.13.0.
v6.13.0
Please see the v6.13.0 section of the changelog for a list of the changes since v6.12.0.
v6.12.0
Please see the v6.12.0 section of the changelog for a list of the changes since v6.11.1.
v6.11.1
Please see the v6.11.1 section of the changelog for a list of the changes since v6.11.0.
v6.11.0
Please see the v6.11.0 section of the changelog for a list of the changes since v6.10.0.
Changelog
Sourced from pyinstaller's changelog.
6.14.2 (2025-07-04)
Bugfix
* Exclude ``libsocket.so`` on Solaris as this is specific to the Solaris installation and causes symbol errors otherwise. (:issue:`9171`)Hooks
* Update ``scipy`` hooks for compatibility with ``scipy`` 1.6.0. (:issue:`9180`)Bootloader build
</code></pre>
<ul>
<li>Fix compiling bootloader on Solaris 10 systems. (:issue:<code>9171</code>)</li>
</ul>
<h2>6.14.1 (2025-06-08)</h2>
<p>Hooks</p>
<pre><code>
- Update the
numpyhook for compatibility with NumPy v2.3.0.
(:issue:9162)6.14.0 (2025-06-03)
Bugfix
</code></pre>
<ul>
<li>(AIX) Fix the name of Tcl and Tk shared libraries used by splash screen;
if said shared libraries are <code>.a</code> archives, we need to load the shared
object from the archives (e.g., <code>libtcl.a(libtcl.so.8.6)</code> and
<code>libtk.a(libtk.so.8.6)</code>). (:issue:<code>9111</code>)</li>
<li>(AIX) Fix use of <code>strip</code> utility on collected binaries; pass the
<code>-x32_64</code>
flag to enable transparent processing of either 32-bit or 64-bit binaries.
Suppress warnings on <code>strip</code> errors when a collected binary is already
stripped. (:issue:<code>9111</code>)</li>
<li>(Windows) Fix collection of DLLs from Anaconda-installed <code>numpy</code> and
its dependencies (MKL, OpenBLAS, TBB, etc.) when the file paths recorded</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary><ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/e1a0e753db36601977e3831f940724b02aab525d"><code>e1a0e75</code></a> Release v6.14.2. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/04d5dce257835c9ada6749f67bc91cabe48c9de5"><code>04d5dce</code></a> Tests: Requirements: Scheduled weekly dependency update for weeks 24-26</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/5ada595c7f327366e2b579445854057787c01cfd"><code>5ada595</code></a> hooks: update scipy hooks for compatibility with scipy 1.6.0</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/88e2fd0487a6a739ffa90a32c57dbe4bc35c5fb7"><code>88e2fd0</code></a> requirements-libraries: add a missing "pyup: ignore"</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/1d7af141f581ac1d2af3f9bdafbd366f1be82e5b"><code>1d7af14</code></a> Fixes for compiling bootloader on Solaris 10 systems (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/9171">#9171</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/9f1d756d80c58ae49bd2a17b0d8fc9af54c38a01"><code>9f1d756</code></a> Fix "libaries" typos</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/cef4d530e375647e43572fd50b98b8e3729e329c"><code>cef4d53</code></a> Release v6.14.1. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/6d4df848340713804c9c73ddfcc6d1bcbc838fe0"><code>6d4df84</code></a> Tests: Requirements: Scheduled weekly dependency update for week 23 (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/9163">#9163</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/793245dccebdbf61accd2120053706692350564d"><code>793245d</code></a> ci: python-pillow package is not available for msys2/mingw32 anymore</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/976b690d0f90f335e6c710d3d96d9b92b63a9529"><code>976b690</code></a> hooks: update numpy hook for compatibility with NumPy v2.3.0</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v6.10.0...v6.14.2">compare view</a></li>
</ul>
</details><br />
Updates
pylintfrom 3.3.0 to 3.3.7Commits
f798a4aBump pylint to 3.3.7, update changelog (#10367)f9773deConsistency betweenis/is notand==/!=when comparing types...0533111[fix] Fix a crash for class decorators mistaken for class attributes (#10362)...887b1b6[fix] AttributeError crash when a slice is used as a class decorator (#10350)...6a02395[maintenance/3.3.x] Fix doc build (#10336)e87d10cadded black's github link in tutorial (#10303) (#10335)59d4c26Fix typo in missing-member-hint-distance documentation (#10314) (#10315)46460d8[setuptools] Force the upgrade of setuptools > 77 (#10313)5b2aa6cSpeed up the generation of no-member suggestions (#10277) (#10311)744ba53Fix crash caused by invalid format strings in.formatcontext (#10300) (#10...- Additional commits viewable in compare view
Updates
pytestfrom 8.3.3 to 8.4.1Release notes
Sourced from pytest's releases.
8.4.1
pytest 8.4.1 (2025-06-17)
Bug fixes
#13461: Corrected
_pytest.terminal.TerminalReporter.isattyto support being called as a method. Before it was just a boolean which could break correct code when using-o log_cli=true).#13477: Reintroduced
pytest.PytestReturnNotNoneWarning{.interpreted-text role="class"} which was removed by accident in pytest [8.4]{.title-ref}.This warning is raised when a test functions returns a value other than
None, which is often a mistake made by beginners.See
return-not-none{.interpreted-text role="ref"} for more information.#13497: Fixed compatibility with
Twisted 25+.Improved documentation
- #13492: Fixed outdated warning about
faulthandlernot working on Windows.8.4.0
pytest 8.4.0 (2025-06-02)
Removals and backward incompatible breaking changes
#11372: Async tests will now fail, instead of warning+skipping, if you don't have any suitable plugin installed.
#12346: Tests will now fail, instead of raising a warning, if they return any value other than None.
#12874: We dropped support for Python 3.8 following its end of life (2024-10-07).
#12960: Test functions containing a yield now cause an explicit error. They have not been run since pytest 4.0, and were previously marked as an expected failure and deprecation warning.
See
the docs <yield tests deprecated>{.interpreted-text role="ref"} for more information.Deprecations (removal in next major release)
- #10839: Requesting an asynchronous fixture without a [pytest_fixture_setup]{.title-ref} hook that resolves it will now give a DeprecationWarning. This most commonly happens if a sync test requests an async fixture. This should have no effect on a majority of users with async tests or fixtures using async pytest plugins, but may affect non-standard hook setups or
autouse=True. For guidance on how to work around this warning seesync-test-async-fixture{.interpreted-text role="ref"}.New features
#11538: Added
pytest.RaisesGroup{.interpreted-text role="class"} as an equivalent topytest.raises{.interpreted-text role="func"} for expectingExceptionGroup{.interpreted-text role="exc"}. Also addspytest.RaisesExc{.interpreted-text role="class"} which is now the logic behindpytest.raises{.interpreted-text role="func"} and used as parameter topytest.RaisesGroup{.interpreted-text role="class"}.RaisesGroupincludes the ability to specify multiple different expected exceptions, the structure of nested exception groups, and flags for emulatingexcept* <except_star>{.interpreted-text role="ref"}. Seeassert-matching-exception-groups{.interpreted-text role="ref"} and docstrings for more information.#12081: Added
capteesys{.interpreted-text role="fixture"} to capture AND pass output to next handler set by--capture=.#12504:
pytest.mark.xfail{.interpreted-text role="func"} now acceptspytest.RaisesGroup{.interpreted-text role="class"} for theraisesparameter when you expect an exception group. You can also pass apytest.RaisesExc{.interpreted-text role="class"} if you e.g. want to make use of thecheckparameter.#12713: New [--force-short-summary]{.title-ref} option to force condensed summary output regardless of verbosity level.
... (truncated)
Commits
8d99211Prepare release version 8.4.15dc5880docs: update pytest.ini addopts example to use separate -p entries (#13529) (...d0c7ed0Reintroduce PytestReturnNotNoneWarning (#13495) (#13527)a1b3a78Fix compatibility with Twisted 25 (#13502) (#13531)4c161abpytester: avoid unraisableexception gc collects in inline runs to speed up te...a86ee09Fix typo in parametrize.rst (#13514) (#13516)1a0581bRemove outdated warning about faulthandler_timeout on Windows (#13492) (#13493)4e631a7Merge pull request #13486 from hosmir/fixtypo (#13487)b49745efix: support TerminalReporter.isatty being called (#13462) (#13483)cc5ceedRELEASING: remove pytest mailing list (#13472) (#13473)- Additional commits viewable in compare view
Updates
requestsfrom 2.32.3 to 2.32.4Release notes
Sourced from requests's releases.
v2.32.4
2.32.4 (2025-06-10)
Security
- CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file. (#6965)
Improvements
- Numerous documentation improvements
Deprecations
Changelog
Sourced from requests's changelog.
2.32.4 (2025-06-10)
Security
- CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file.
Improvements
- Numerous documentation improvements
Deprecations
- Added support for pypy 3.11 for Linux and macOS.
- Dropped support for pypy 3.9 following its end of support.
Commits
021dc72Polish up release tooling for last manual release821770eBump version and add release notes for v2.32.459f8aa2Add netrc file search information to authentication documentation (#6876)5b4b64cAdd more tests to prevent regression of CVE 2024 470817bc4587Add new test to check netrc auth leak (#6962)96ba401Only use hostname to do netrc lookup instead of netloc7341690Merge pull request #6951 from tswast/patch-16716d7cremove linksa7e1c74Update docs/conf.pyc799b81docs: fix dead links to kenreitz.org- Additional commits viewable in compare view
Updates
validatorsfrom 0.34.0 to 0.35.0Release notes
Sourced from validators's releases.
0.35.0
Breaking ⚠️
- Drops support for Python
v3.8.Features
- Validator russian individual tax number by
@TheDrunkenBearin #408- feat: allow custom URL scheme validation by
@e3krisztianin #409- Refactor API: remove print from
ru_inn, update description, and expose via__init__by@TheDrunkenBearin #419- Add Mir card validation support by
@TheDrunkenBearin #420Maintenance
- Update README.md by
@mattseymourin #400- fix(domain): accept .onion as a valid TLD by
@davidt99in #402- fix(url): add hashtag to allowed fragment characters by
@davidt99in #405- chore(deps): bump jinja2 from 3.1.4 to 3.1.6 in /package by
@dependabotin #414- Fix email regex issue 140 by
@cwisdoin #411- fix(uri): replace
lstrip("mailto:")with manual prefix removal by@max-moserin #418- running
doctestfailes by@d-chrisin #417- Fix: Allow Special DOI Cases Used in Public Administration Tests by
@MaurizioPiliain #415- chore: formatting; sync dependencies by
@yozacharin #422- chore: prepare for new release by
@yozacharin #424- chore: updates changelog by
@yozacharin #425New Contributors
@mattseymourmade their first contribution in python-validators/validators#400@davidt99made their first contribution in python-validators/validators#402@TheDrunkenBearmade their first contribution in python-validators/validators#408@e3krisztianmade their first contribution in python-validators/validators#409@cwisdomade their first contribution in python-validators/validators#411@max-mosermade their first contribution in python-validators/validators#418@d-chrismade their first contribution in python-validators/validators#417@MaurizioPiliamade their first contribution in python-validators/validators#415Full Changelog:
0.34.0...0.35.0Changelog
Sourced from validators's changelog.
0.35.0 (2025-05-01)
Breaking ⚠️
- Drops support for Python
v3.8.Features
- Validator russian individual tax number by
@TheDrunkenBearin #408- feat: allow custom URL scheme validation by
@e3krisztianin #409- Refactor API: remove print from
ru_inn, update description, and expose via__init__by@TheDrunkenBearin #419- Add Mir card validation support by
@TheDrunkenBearin #420Maintenance
- Update README.md by
@mattseymourin #400- fix(domain): accept .onion as a valid TLD by
@davidt99in #402- fix(url): add hashtag to allowed fragment characters by
@davidt99in #405- chore(deps): bump jinja2 from 3.1.4 to 3.1.6 in /package by
@dependabotin #414- Fix email regex issue 140 by
@cwisdoin #411- fix(uri): replace
lstrip("mailto:")with manual prefix removal by@max-moserin #418- running
doctestfailes by@d-chrisin #417- Fix: Allow Special DOI Cases Used in Public Administration Tests by
@MaurizioPiliain #415- chore: formatting; sync dependencies by
@yozacharin #422- chore: prepare for new release by
@yozacharin #424- chore: updates changelog by
@yozacharin #425Full Changelog:
0.34.0...0.35.0Commits
75788edMerge pull request #425 from yozachar/workshop0b1799cchore: updates changelogde4948fMerge pull request #424 from yozachar/workshop6d8a1abchore: prepare for new release8691ceachore: formatting; sync dependencies (#422)bafe62efeat: add Mir card validation support (#420)7c97ecaFix: Allow Special DOI Cases Used in Public Administration Tests (#415)b2510d1feat: addsdoctest(#417)f7742c5Refactor API: remove print from ru_inn, update description, and expose via __...d6241fcfix(uri): remove "mailto:" prefix manually (#418)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
1
+7
-7
Package Dependencies
Technical Details
| ID: | 4134554 |
| UUID: | 2693175043 |
| Node ID: | PR_kwDOARdtwc6ghpcD |
| Host: | GitHub |
| Repository: | nwutils/Web2Executable |
| Merge State: | Unknown |