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 the dev-dependencies group with 7 updates #110

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps the dev-dependencies group with 7 updates:

Package From To
boto3 1.28.34 1.28.35
mkdocs-material 9.2.3 9.2.5
pyinstaller 5.13.0 5.13.1
griffe 0.35.0 0.35.2
mkdocstrings-python 1.5.1 1.6.0
pluggy 1.2.0 1.3.0
protobuf 4.24.1 4.24.2

Updates boto3 from 1.28.34 to 1.28.35

Changelog

Sourced from boto3's changelog.

1.28.35

  • api-change:cloudtrail: [botocore] Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources.
  • api-change:cloudwatch: [botocore] Update cloudwatch client to latest version
  • api-change:detective: [botocore] Added protections to interacting with fields containing customer information.
Commits
  • f24941c Merge branch 'release-1.28.35'
  • 241f16c Bumping version to 1.28.35
  • ef149d2 Add changelog entries from botocore
  • fbf3a4c Merge branch 'release-1.28.34' into develop
  • See full diff in compare view

Updates mkdocs-material from 9.2.3 to 9.2.5

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.2.5

  • Fixed error in dirty serve mode when using blog plugin
  • Fixed page title not being consistent in blog plugin pagination
  • Fixed #5899: Blog plugin pagination breaks when disabling directory URLs

mkdocs-material-9.2.4

  • Added version to bug report name in info plugin
  • Updated Afrikaans translations
Commits
  • ecdf336 Prepare 9.2.5 release
  • acd70cf Fixed dirty rebuilds for blog plugin
  • 568a5c8 Fixed blog title not being consistent in pagination
  • da21786 Documentation
  • fbb7a5e Blog plugin pagination breaks when disabling directory URLs
  • f022873 Updated changelog
  • cafdc48 Prepare 9.2.4 release
  • db568b1 Added version to info plugin example name
  • d26a949 Updated premium sponsors
  • 9259251 Documentation
  • Additional commits viewable in compare view

Updates pyinstaller from 5.13.0 to 5.13.1

Release notes

Sourced from pyinstaller's releases.

v5.13.1

Please see the v5.13.1 section of the changelog for a list of the changes since v5.13.0. Note that this is a bugfix only release. It's primary purpose is to publish pyinstaller/pyinstaller#7827.

Changelog

Sourced from pyinstaller's changelog.

5.13.1 (2023-08-26)

Security


* (Windows) Ensure that the access to temporary directories created by the
  ``matplotlib`` and ``win32com`` run-time hooks is restricted to the user
  running the frozen application, even if the directory in the ``TMP`` or
  ``TEMP`` variables points to a system-wide *world writable* location that can
  be accessed by all users. (:issue:`7827`)

Bugfix


* (macOS) Fix :func:`pkgutil.iter_modules` failing to find submodules of a
  package that contains data files when running as a macOS .app bundle.
  (:issue:`7884`)
* (Windows) Fix ``win32com`` run-time hook to fully isolate the ``gen_py``
  cache. This prevents access to the global cache, which results in errors when
  the global cache contains some, but not all, required modules. (:issue:`6257`)
* (Windows) Fix splash screen not being able to locate collected Tk resources in
  onefile applications created in MSYS2 python environment. (:issue:`7828`)
* (Windows) Fixed bug where GdkPixbuf loaders.cache dll paths are absolute paths
  (e.g. ``C:/tools/msys64/mingw64/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.dll``) and
  not relative paths (e.g.
  ``lib\\gdk-pixbuf\\loaders\\libpixbufloader-png.dll``) when the file is
  generated in the MSYS2/mingw64 environment. This results in the program
  crashing when run on another Windows machine because it cannot find the
  GdkPixbuf loader DLLs. (:issue:`7842`)
* Exclude NVIDIA graphics driver libraries from vendoring. (:issue:`7746`)
* Fix error handling in Glib schema compilation helper function. Ignore
  character encoding errors when reading stdout/stderr from
  ``glib-schema-compile`` process; this fixes errors in MSYS2/mingw64
  environment, caused by ``U+201C`` and ``U+201D`` quotation marks in the
  output. (:issue:`7833`)
* Implement a work-around for un-initialized ``sys._stdlib_dir`` and ensure that
  python-frozen stdlib modules in Python >= 3.11 have ``__file__`` attribute
  set. (:issue:`7847`)

Hooks


* Add support for commercial PyQt5 and PyQt6 wheels. (:issue:`7770`)


Bootloader
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/bc49d00b6f246d793e01bfa7a99a66e3d3fcfa73"><code>bc49d00</code></a> Release v5.13.1. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/550b9271c085a73cbced9a601a234d54cecb8d06"><code>550b927</code></a> bootloader: always call Py_GetPath before Py_SetPath</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/4f2e0302584d0aea0834f24ba8b1c6cd05143f3b"><code>4f2e030</code></a> Add Nvidia libraries to Unix exclusion list (<a href="https://github.com/pyinstaller/pyinstaller/issues/7746">#7746</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/330ab13bb5e207589a8c875c730a481b1e4f31a0"><code>330ab13</code></a> hookutils: qt: look for commercial pyqt to determine layout</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/4c2652cd744fc0c392e1882a212ed1105a3583cd"><code>4c2652c</code></a> Make _pyi_rth_utils Python 3.7 compatible.</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/2ecfedf1b3cf160856baa7872be4e96ef196f0bb"><code>2ecfedf</code></a> Fix readthedocs building theme selection. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/dcb2b177cb71fb8bc5a9d958a84031831e40de62"><code>dcb2b17</code></a> Fix pkgutil.iter_modules for symbolically linked packages</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/65fd7c40d5393d17bee55233776af637fb7e6ab7"><code>65fd7c4</code></a> Fix msys2 dll paths in GdkPixbuf loaders.cache gen (<a href="https://github.com/pyinstaller/pyinstaller/issues/7842">#7842</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/1e8484b203b01f3ff5a4d18ac6e56c271b7da810"><code>1e8484b</code></a> hookutils: gi: fix error handling in compile_glib_schema_files</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/e7f63805e823036767b2d70ad320427270c2214b"><code>e7f6380</code></a> bootstrap: add a work-around for sys._stdlib_dir not being set</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v5.13.0...v5.13.1">compare view</a></li>
</ul>
</details>

<br />
</code></pre>

Updates `griffe` from 0.35.0 to 0.35.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocstrings/griffe/releases">griffe's releases</a>.</em></p>
<blockquote>
<h2>0.35.2</h2>
<h2><a href="https://github.com/mkdocstrings/griffe/releases/tag/0.35.2">0.35.2</a> - 2023-08-27</h2>
<p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/0.35.1...0.35.2">Compare with 0.35.1</a><!-- raw HTML omitted --></p>
<h3>Code Refactoring</h3>
<ul>
<li>Be more strict when parsing sections in Google docstrings (<a href="https://github.com/mkdocstrings/griffe/commit/6a8a2280f8910d4268380400d7888cb8d72b4296">6a8a228</a> by Timothée Mazzucotelli). [Issue <a href="https://github.com/mkdocstrings/griffe/issues/204">#204</a>](<a href="https://github.com/mkdocstrings/griffe/issues/204">mkdocstrings/griffe#204</a>)</li>
</ul>
<h2>0.35.1</h2>
<h2><a href="https://github.com/mkdocstrings/griffe/releases/tag/0.35.1">0.35.1</a> - 2023-08-26</h2>
<p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/0.35.0...0.35.1">Compare with 0.35.0</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Preserve inherited attribute on alias inherited members (<a href="https://github.com/mkdocstrings/griffe/commit/1e19e7b2c3f2bb10c822c7d8b63b04a76024b4f7">1e19e7b</a> by Timothée Mazzucotelli). [Issue <a href="https://github.com/mkdocstrings/python/issues/102">mkdocstrings/python#102</a>](<a href="https://github.com/mkdocstrings/python/issues/102">mkdocstrings/python#102</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md">griffe's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/mkdocstrings/griffe/releases/tag/0.35.2">0.35.2</a> - 2023-08-27</h2>
<p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/0.35.1...0.35.2">Compare with 0.35.1</a><!-- raw HTML omitted --></p>
<h3>Code Refactoring</h3>
<ul>
<li>Be more strict when parsing sections in Google docstrings (<a href="https://github.com/mkdocstrings/griffe/commit/6a8a2280f8910d4268380400d7888cb8d72b4296">6a8a228</a> by Timothée Mazzucotelli). [Issue <a href="https://github.com/mkdocstrings/griffe/issues/204">#204</a>](<a href="https://github.com/mkdocstrings/griffe/issues/204">mkdocstrings/griffe#204</a>)</li>
</ul>
<h2><a href="https://github.com/mkdocstrings/griffe/releases/tag/0.35.1">0.35.1</a> - 2023-08-26</h2>
<p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/0.35.0...0.35.1">Compare with 0.35.0</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Preserve inherited attribute on alias inherited members (<a href="https://github.com/mkdocstrings/griffe/commit/1e19e7b2c3f2bb10c822c7d8b63b04a76024b4f7">1e19e7b</a> by Timothée Mazzucotelli). [Issue <a href="https://github.com/mkdocstrings/python/issues/102">mkdocstrings/python#102</a>](<a href="https://github.com/mkdocstrings/python/issues/102">mkdocstrings/python#102</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocstrings/griffe/commit/1bac3d6ad4249fcf0017fceeaf754e8c624aafbb"><code>1bac3d6</code></a> chore: Prepare release 0.35.2</li>
<li><a href="https://github.com/mkdocstrings/griffe/commit/6a8a2280f8910d4268380400d7888cb8d72b4296"><code>6a8a228</code></a> refactor: Be more strict when parsing sections in Google docstrings</li>
<li><a href="https://github.com/mkdocstrings/griffe/commit/773a624dc7ce7d733848c9ccfb3111a1b3edd482"><code>773a624</code></a> chore: Prepare release 0.35.1</li>
<li><a href="https://github.com/mkdocstrings/griffe/commit/1e19e7b2c3f2bb10c822c7d8b63b04a76024b4f7"><code>1e19e7b</code></a> fix: Preserve inherited attribute on alias inherited members</li>
<li><a href="https://github.com/mkdocstrings/griffe/commit/9ebff10f4b64f1e34786f9629d4d6519b4d07b79"><code>9ebff10</code></a> docs: Fix external link indicator on Chrome</li>
<li>See full diff in <a href="https://github.com/mkdocstrings/griffe/compare/0.35.0...0.35.2">compare view</a></li>
</ul>
</details>
<br />

Updates `mkdocstrings-python` from 1.5.1 to 1.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocstrings/python/releases">mkdocstrings-python's releases</a>.</em></p>
<blockquote>
<h2>1.6.0</h2>
<h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.6.0">1.6.0</a> - 2023-08-27</h2>
<p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.5.2...1.6.0">Compare with 1.5.2</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Add <code>doc-signature</code> CSS class to separate signature code blocks (<a href="https://github.com/mkdocstrings/python/commit/b6c648f554f2e0dce609afc2a2c1a3b27a4fbeba">b6c648f</a> by Timothée Mazzucotelli).</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Add a <code>format_attribute</code> filter, preparing for cross-refs in attribute signatures (<a href="https://github.com/mkdocstrings/python/commit/8f0ade249638ee2f2d446f083c70b6c30799875a">8f0ade2</a> by Timothée Mazzucotelli).</li>
</ul>
<h2>1.5.2</h2>
<h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.5.2">1.5.2</a> - 2023-08-25</h2>
<p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.5.1...1.5.2">Compare with 1.5.1</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Regression in children template: fix condition for when members are specified (<a href="https://github.com/mkdocstrings/python/commit/beeebffa36288d1f71d122f78ecd9064b41a75d0">beeebff</a> by Timothée Mazzucotelli). [Issue <a href="https://github.com/mkdocstrings/python/issues/100">#100</a>](<a href="https://github.com/mkdocstrings/python/issues/100">mkdocstrings/python#100</a>)</li>
<li>Prevent whitespace removal before highlight filter (<a href="https://github.com/mkdocstrings/python/commit/c6f36c0c9e5141800f8c5c988c9b67720fccccb8">c6f36c0</a> by Timothée Mazzucotelli).</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Never show full object path in ToC entry (<a href="https://github.com/mkdocstrings/python/commit/9aa758bcc42dfcf7c416d87b8f7cd407b7fdf148">9aa758b</a> by Timothée Mazzucotelli).</li>
<li>Sync templates with insiders, remove useless lines (<a href="https://github.com/mkdocstrings/python/commit/38b317f4fc74b583a4788721a5559c51a5a47d86">38b317f</a> by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md">mkdocstrings-python's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.6.0">1.6.0</a> - 2023-08-27</h2>
<p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.5.2...1.6.0">Compare with 1.5.2</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Add <code>doc-signature</code> CSS class to separate signature code blocks (<a href="https://github.com/mkdocstrings/python/commit/b6c648f554f2e0dce609afc2a2c1a3b27a4fbeba">b6c648f</a> by Timothée Mazzucotelli).</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Add a <code>format_attribute</code> filter, preparing for cross-refs in attribute signatures (<a href="https://github.com/mkdocstrings/python/commit/8f0ade249638ee2f2d446f083c70b6c30799875a">8f0ade2</a> by Timothée Mazzucotelli).</li>
</ul>
<h2><a href="https://github.com/mkdocstrings/python/releases/tag/1.5.2">1.5.2</a> - 2023-08-25</h2>
<p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/python/compare/1.5.1...1.5.2">Compare with 1.5.1</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Regression in children template: fix condition for when members are specified (<a href="https://github.com/mkdocstrings/python/commit/beeebffa36288d1f71d122f78ecd9064b41a75d0">beeebff</a> by Timothée Mazzucotelli). [Issue <a href="https://github.com/mkdocstrings/python/issues/100">#100</a>](<a href="https://github.com/mkdocstrings/python/issues/100">mkdocstrings/python#100</a>)</li>
<li>Prevent whitespace removal before highlight filter (<a href="https://github.com/mkdocstrings/python/commit/c6f36c0c9e5141800f8c5c988c9b67720fccccb8">c6f36c0</a> by Timothée Mazzucotelli).</li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Never show full object path in ToC entry (<a href="https://github.com/mkdocstrings/python/commit/9aa758bcc42dfcf7c416d87b8f7cd407b7fdf148">9aa758b</a> by Timothée Mazzucotelli).</li>
<li>Sync templates with insiders, remove useless lines (<a href="https://github.com/mkdocstrings/python/commit/38b317f4fc74b583a4788721a5559c51a5a47d86">38b317f</a> by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocstrings/python/commit/cc3a489b48e0c7f1d158882bbbfc40c86a5d678f"><code>cc3a489</code></a> chore: Prepare release 1.6.0</li>
<li><a href="https://github.com/mkdocstrings/python/commit/b6c648f554f2e0dce609afc2a2c1a3b27a4fbeba"><code>b6c648f</code></a> feat: Add <code>doc-signature</code> CSS class to separate signature code blocks</li>
<li><a href="https://github.com/mkdocstrings/python/commit/8f0ade249638ee2f2d446f083c70b6c30799875a"><code>8f0ade2</code></a> refactor: Add a <code>format_attribute</code> filter, preparing for cross-refs in attrib...</li>
<li><a href="https://github.com/mkdocstrings/python/commit/d56ebcc2b92e3b1513300977600c197edef31989"><code>d56ebcc</code></a> chore: Prepare release 1.5.2</li>
<li><a href="https://github.com/mkdocstrings/python/commit/beeebffa36288d1f71d122f78ecd9064b41a75d0"><code>beeebff</code></a> fix: Regression in children template: fix condition for when members are spec...</li>
<li><a href="https://github.com/mkdocstrings/python/commit/9aa758bcc42dfcf7c416d87b8f7cd407b7fdf148"><code>9aa758b</code></a> refactor: Never show full object path in ToC entry</li>
<li><a href="https://github.com/mkdocstrings/python/commit/38b317f4fc74b583a4788721a5559c51a5a47d86"><code>38b317f</code></a> refactor: Sync templates with insiders, remove useless lines</li>
<li><a href="https://github.com/mkdocstrings/python/commit/c6f36c0c9e5141800f8c5c988c9b67720fccccb8"><code>c6f36c0</code></a> fix: Prevent whitespace removal before highlight filter</li>
<li>See full diff in <a href="https://github.com/mkdocstrings/python/compare/1.5.1...1.6.0">compare view</a></li>
</ul>
</details>
<br />

Updates `pluggy` from 1.2.0 to 1.3.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst">pluggy's changelog</a>.</em></p>
<blockquote>
<h1>pluggy 1.3.0 (2023-08-26)</h1>
<h2>Deprecations and Removals</h2>
<ul>
<li><code>[#426](https://github.com/pytest-dev/pluggy/issues/426) &lt;https://github.com/pytest-dev/pluggy/issues/426&gt;</code>_: Python 3.7 is no longer supported.</li>
</ul>
<h2>Features</h2>
<ul>
<li>
<p><code>[#428](https://github.com/pytest-dev/pluggy/issues/428) &lt;https://github.com/pytest-dev/pluggy/issues/428&gt;</code>_: Pluggy now exposes its typings to static type checkers.</p>
<p>As part of this, the following changes are made:</p>
<ul>
<li>Renamed <code>_Result</code> to <code>Result</code>, and exported as :class:<code>pluggy.Result</code>.</li>
<li>Renamed <code>_HookRelay</code> to <code>HookRelay</code>, and exported as :class:<code>pluggy.HookRelay</code>.</li>
<li>Renamed <code>_HookCaller</code> to <code>HookCaller</code>, and exported as :class:<code>pluggy.HookCaller</code>.</li>
<li>Exported <code>HookImpl</code> as :class:<code>pluggy.HookImpl</code>.</li>
<li>Renamed <code>_HookImplOpts</code> to <code>HookimplOpts</code>, and exported as :class:<code>pluggy.HookimplOpts</code>.</li>
<li>Renamed <code>_HookSpecOpts</code> to <code>HookspecOpts</code>, and exported as :class:<code>pluggy.HookspecOpts</code>.</li>
<li>Some fields and classes are marked <code>Final</code> and <code>@final</code>.</li>
<li>The :ref:<code>api-reference</code> is updated to clearly delineate pluggy's public API.</li>
</ul>
<p>Compatibility aliases are put in place for the renamed types.
We do not plan to remove the aliases, but we strongly recommend to only import from <code>pluggy.*</code> to ensure future compatibility.</p>
<p>Please note that pluggy is currently unable to provide strong typing for hook calls, e.g. <code>pm.hook.my_hook(...)</code>,
nor to statically check that a hook implementation matches the hook specification's type.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pytest-dev/pluggy/commit/e13a58c5039bf7a8aa6a46a77244aea48b210510"><code>e13a58c</code></a> Preparing release 1.3.0</li>
<li><a href="https://github.com/pytest-dev/pluggy/commit/c53af988873187089224fa3d774d0d89f659f285"><code>c53af98</code></a> Merge pull request <a href="https://github.com/pytest-dev/pluggy/issues/434">#434</a> from bluetech/typing4</li>
<li><a href="https://github.com/pytest-dev/pluggy/commit/62da97c2d6cc0821774bc3cb2fa210f8592f7d13"><code>62da97c</code></a> Export pluggy's typing</li>
<li><a href="https://github.com/pytest-dev/pluggy/commit/973fb561869c315a269281817f3b3de4be6f9c43"><code>973fb56</code></a> tracing: more compatible types for <code>_Writer</code> and <code>_Processor</code></li>
<li><a href="https://github.com/pytest-dev/pluggy/commit/b5fb741127471a98d5cb91264640218e3bbe83ff"><code>b5fb741</code></a> Export <code>__version__</code></li>
<li><a href="https://github.com/pytest-dev/pluggy/commit/1b1042ea689247264f4f9062f227d967826781c5"><code>1b1042e</code></a> Merge pull request <a href="https://github.com/pytest-dev/pluggy/issues/430">#430</a> from bluetech/typing3</li>
<li><a href="https://github.com/pytest-dev/pluggy/commit/ba6fb4ab03adbd5c47ad47b3d39822b15622bae0"><code>ba6fb4a</code></a> [pre-commit.ci] pre-commit autoupdate</li>
<li><a href="https://github.com/pytest-dev/pluggy/commit/aea172a01824e6d8963ba78f70965174bfec9eb7"><code>aea172a</code></a> [pre-commit.ci] pre-commit autoupdate</li>
<li><a href="https://github.com/pytest-dev/pluggy/commit/20b419d7711ec84c5357efa2d6eefbd8ca1c4112"><code>20b419d</code></a> docs: enable nitpicky mode</li>
<li><a href="https://github.com/pytest-dev/pluggy/commit/80a73dcf58eb0bf8e707c89bd572a46cc69eb141"><code>80a73dc</code></a> Mark some fields and classes <code>Final</code> and <code>@final</code></li>
<li>Additional commits viewable in <a href="https://github.com/pytest-dev/pluggy/compare/1.2.0...1.3.0">compare view</a></li>
</ul>
</details>
<br />

Updates `protobuf` from 4.24.1 to 4.24.2
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/54a2e5caa9d1a0a714fb2aa99753a1444414292a"><code>54a2e5c</code></a> Updating version.json and repo version numbers to: 24.2</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/7b825e1ca7e8624ff249451560c714382404d1a7"><code>7b825e1</code></a> Merge pull request <a href="https://github.com/protocolbuffers/protobuf/issues/13656">#13656</a> from protocolbuffers/backport-tdp-msvc-32</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/5626baf004c3bb39fd4b362434c3f4cc8cc170f0"><code>5626baf</code></a> Remove a flaky test with very high memory requirements.</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/31efbb9f0eb9c4d020713a20fa07b7471802ae57"><code>31efbb9</code></a> Merge pull request <a href="https://github.com/protocolbuffers/protobuf/issues/13655">#13655</a> from mkruskal-google/backport-tdp-msvc-32</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/01e1a5c28ae00cca0821a95e3c68447df4d1591c"><code>01e1a5c</code></a> Fixes for 32-bit MSVC.</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/a478e190268bd7e842def5cdf97ea008c092030d"><code>a478e19</code></a> Add windows 32-bit tests and re-enable 2022</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/57d122993f15c9cedf02a9e5d3051118b7b8046a"><code>57d1229</code></a> Merge pull request <a href="https://github.com/protocolbuffers/protobuf/issues/13603">#13603</a> from protocolbuffers/24.x-202308181942</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/4a6f9c301f0eb38ec447414c5bce1ab97452dabd"><code>4a6f9c3</code></a> Updating version.json to: 24.2-dev</li>
<li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/compare/v4.24.1...v4.24.2">compare view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will 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 version` will 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


</details>

Bumps the dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.28.34` | `1.28.35` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.2.3` | `9.2.5` |
| [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `5.13.0` | `5.13.1` |
| [griffe](https://github.com/mkdocstrings/griffe) | `0.35.0` | `0.35.2` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.5.1` | `1.6.0` |
| [pluggy](https://github.com/pytest-dev/pluggy) | `1.2.0` | `1.3.0` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `4.24.1` | `4.24.2` |


Updates `boto3` from 1.28.34 to 1.28.35
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.28.34...1.28.35)

Updates `mkdocs-material` from 9.2.3 to 9.2.5
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.2.3...9.2.5)

Updates `pyinstaller` from 5.13.0 to 5.13.1
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/v5.13.1/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v5.13.0...v5.13.1)

Updates `griffe` from 0.35.0 to 0.35.2
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@0.35.0...0.35.2)

Updates `mkdocstrings-python` from 1.5.1 to 1.6.0
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.5.1...1.6.0)

Updates `pluggy` from 1.2.0 to 1.3.0
- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pluggy@1.2.0...1.3.0)

Updates `protobuf` from 4.24.1 to 4.24.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.24.1...v4.24.2)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: pyinstaller
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: griffe
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: mkdocstrings-python
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pluggy
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: protobuf
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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 Aug 28, 2023
@rafsaf
Copy link
Owner

rafsaf commented Aug 29, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 29, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 29, 2023
@dependabot dependabot bot deleted the dependabot/pip/dev-dependencies-6f9b72b917 branch August 29, 2023 18:13
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 29, 2023

Looks like this PR is closed. If you re-open it, I'll rebase it, as long as no-one else has edited it.

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.

1 participant