Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Bump the pip-dependencies group across 1 directory with 10 updates #515

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the pip-dependencies group with 10 updates in the / directory:

Package From To
xarray 2024.3.0 2024.5.0
scipy 1.13.0 1.13.1
aiobotocore 2.12.3 2.13.0
zarr 2.17.2 2.18.2
psycopg 3.1.18 3.1.19
pyarrow 14.0.2 16.1.0
pytest 7.4.4 8.2.1
coverage 7.5.0 7.5.3
pandas-stubs 2.2.1.240316 2.2.2.240514
moto 5.0.5 5.0.9

Updates xarray from 2024.3.0 to 2024.5.0

Release notes

Sourced from xarray's releases.

v2024.05.0

This release brings support for pandas ExtensionArray objects, optimizations when reading Zarr, the ability to concatenate datasets without pandas indexes, more compatibility fixes for the upcoming numpy 2.0, and the migration of most of the xarray-datatree project code into xarray main!

Thanks to the 18 contributors to this release: Aimilios Tsouvelekakis, Andrey Akinshin, Deepak Cherian, Eni Awowale, Ilan Gold, Illviljan, Justus Magin, Mark Harfouche, Matt Savoie, Maximilian Roos, Noah C. Benson, Pascal Bourgault, Ray Bell, Spencer Clark, Tom Nicholas, ignamv, owenlittlejohns, and saschahofmann.

What's Changed

... (truncated)

Commits

Updates scipy from 1.13.0 to 1.13.1

Release notes

Sourced from scipy's releases.

SciPy 1.13.1 Release Notes

SciPy 1.13.1 is a bug-fix release with no new features compared to 1.13.0. The version of OpenBLAS shipped with the PyPI binaries has been increased to 0.3.27.

Authors

  • Name (commits)
  • h-vetinari (1)
  • Jake Bowhay (2)
  • Evgeni Burovski (6)
  • Sean Cheah (2)
  • Lucas Colley (2)
  • DWesl (2)
  • Ralf Gommers (7)
  • Ben Greiner (1) +
  • Matt Haberland (2)
  • Gregory R. Lee (1)
  • Philip Loche (1) +
  • Sijo Valayakkad Manikandan (1) +
  • Matti Picus (1)
  • Tyler Reddy (62)
  • Atsushi Sakai (1)
  • Daniel Schmitz (2)
  • Dan Schult (3)
  • Scott Shambaugh (2)
  • Edgar Andrés Margffoy Tuay (1)

A total of 19 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.

Commits
  • 44e4eba REL: SciPy 1.13.1 release commit [wheel build]
  • 2eb8e1b Merge pull request #20632 from tylerjereddy/treddy_prep_1_13_1_backports
  • 1a00d48 DOC: PR 20632 updates
  • 11e99ba BUG: stats: Fix zipf.pmf and zipfian.pmf for int32 k (#20702) [wheel bu...
  • 506cbeb MAINT: stats.wilcoxon: fix bug with Ndim>1, shape[axis]>50, NaN, 'auto' (#20592)
  • c9d8613 CI, MAINT: PR 20632 revisions
  • 95c50a4 MAINT: PR 20632 revisions [wheel build]
  • e7abaf1 MAINT: PR 20632 revisions [wheel build]
  • aa32933 CI: PR 20632 revisions [wheel build]
  • 023b0fb CI: MR 20632 revisions
  • Additional commits viewable in compare view

Updates aiobotocore from 2.12.3 to 2.13.0

Release notes

Sourced from aiobotocore's releases.

2.13.0

What's Changed

Full Changelog: aio-libs/aiobotocore@2.12.4...2.13.0

2.12.4

What's Changed

Full Changelog: aio-libs/aiobotocore@2.12.3...2.12.4

Changelog

Sourced from aiobotocore's changelog.

2.13.0 (2024-05-16) ^^^^^^^^^^^^^^^^^^^

  • address breaking change introduced in aiohttp==3.9.2 #882

2.12.4 (2024-05-16) ^^^^^^^^^^^^^^^^^^^

  • bump botocore dependency specification
Commits

Updates zarr from 2.17.2 to 2.18.2

Release notes

Sourced from zarr's releases.

v2.18.2

What's Changed

Full Changelog: zarr-developers/zarr-python@v2.18.1...v2.18.2

v2.18.1

What's Changed

Full Changelog: zarr-developers/zarr-python@v2.18.0...v2.18.1

v2.18.0

What's Changed

Full Changelog: zarr-developers/zarr-python@v2.17.2...v2.18.0

Changelog

Sourced from zarr's changelog.

Release notes

.. # Copy the warning statement under the latest release version # and unindent for pre-releases.

.. warning::
   Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.

.. # Unindent the section between releases in order # to document your changes. On releases it will be # re-indented so that it does not show up in the notes.

.. note:: Zarr-Python 2.18.* is expected be the final release in the 2.* series. Work on Zarr-Python 3.0 is underway. See GH1777 <https://github.com/zarr-developers/zarr-python/issues/1777>_ for more details on the upcoming 3.0 release.

.. _release_2.18.2:

Enhancements


* Add Zstd codec to old V3 code path.
  By :user:`Ryan Abernathey <rabernat>` 

.. _release_2.18.1:

2.18.1

Maintenance

* Fix a regression when getting or setting a single value from arrays with size-1 chunks.
  By :user:`Deepak Cherian &lt;dcherian&gt;` :issue:`1874`

.. _release_2.18.0:

2.18.0

Enhancements
</code></pre>
<ul>
<li>Performance improvement for reading and writing chunks if any of the dimensions is size 1.
By :user:<code>Deepak Cherian &lt;dcherian&gt;</code> :issue:<code>1730</code>.</li>
</ul>
<p>Maintenance</p>
<pre><code>&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/0855bd6e99baef7bd99baaf1b6fdaefd4efd83a6&quot;&gt;&lt;code&gt;0855bd6&lt;/code&gt;&lt;/a> doc: update release notes for 2.18.2 (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/1915&quot;&gt;#1915&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/3e98c3b1d6ed24b7b04fdbaa56ed2c42f5b1ef05&quot;&gt;&lt;code&gt;3e98c3b&lt;/code&gt;&lt;/a> Add zstd to old V3 supported codecs (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/1914&quot;&gt;#1914&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/bf895332cdb8f028284f958c58cda773085d5e68&quot;&gt;&lt;code&gt;bf89533&lt;/code&gt;&lt;/a> reset release notes (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/1886&quot;&gt;#1886&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/4bd9764c1857cb563d155ad797011dfd4a44616e&quot;&gt;&lt;code&gt;4bd9764&lt;/code&gt;&lt;/a> release notes for 2.18.1 (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/1885&quot;&gt;#1885&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/908e920bfd52371a4148b19d305262a804bc0201&quot;&gt;&lt;code&gt;908e920&lt;/code&gt;&lt;/a> Fix a regression with scalar indexing due to <a href="https://redirect.github.com/zarr-developers/zarr-python/issues/1800&quot;&gt;#1800&lt;/a> (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/1875&quot;&gt;#1875&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/8264acebc5e1671c36bc434f14cac914f5a099e1&quot;&gt;&lt;code&gt;8264ace&lt;/code&gt;&lt;/a> chore: update pre-commit hooks (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/1876&quot;&gt;#1876&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/8979205fbebd991974172ac23b436372911f4666&quot;&gt;&lt;code&gt;8979205&lt;/code&gt;&lt;/a> Group dependabot updates (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/1854&quot;&gt;#1854&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/cb4230dd9a2a0c68b78384b24a2a5567df0b704a&quot;&gt;&lt;code&gt;cb4230d&lt;/code&gt;&lt;/a> Update release.rst (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/1850&quot;&gt;#1850&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/056657ca5ed70aa3d77a9e2db42253fca39800b0&quot;&gt;&lt;code&gt;056657c&lt;/code&gt;&lt;/a> Release notes for 2.18.0 (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/1843&quot;&gt;#1843&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/zarr-developers/zarr-python/commit/270aff18dc780a0a9e7409455277aae017190765&quot;&gt;&lt;code&gt;270aff1&lt;/code&gt;&lt;/a> Enable ruff/bugbear rules (B) and fix issues (<a href="https://redirect.github.com/zarr-developers/zarr-python/issues/1702&quot;&gt;#1702&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/zarr-developers/zarr-python/compare/v2.17.2...v2.18.2&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Updates psycopg from 3.1.18 to 3.1.19

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Future releases

Psycopg 3.2 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^

  • Add support for integer, floating point, boolean NumPy scalar types__ (:ticket:[#332](https://github.com/psycopg/psycopg/issues/332)).
  • Add !timeout and !stop_after parameters to Connection.notifies() (:ticket:340).
  • Add :ref:raw-query-cursors to execute queries using placeholders in PostgreSQL format ($1, $2...) (:ticket:[#560](https://github.com/psycopg/psycopg/issues/560)).
  • Add psycopg.capabilities object to :ref:inspect the libpq capabilities <capabilities> (:ticket:[#772](https://github.com/psycopg/psycopg/issues/772)).
  • Add ~rows.scalar_row to return scalar values from a query (:ticket:[#723](https://github.com/psycopg/psycopg/issues/723)).
  • Prepared statements are now :ref:compatible with PgBouncer <pgbouncer>. (:ticket:[#589](https://github.com/psycopg/psycopg/issues/589)).
  • Add ~Connection.set_autocommit() on sync connections, and similar transaction control methods available on the async connections.
  • Add support for libpq functions to close prepared statements and portals introduced in libpq v17 (:ticket:[#603](https://github.com/psycopg/psycopg/issues/603)).
  • Add support for libpq encrypted and non-blocking query cancellation functions introduced in libpq v17 (:ticket:[#754](https://github.com/psycopg/psycopg/issues/754)).
  • The !context parameter of sql objects ~sql.Composable.as_string() and ~sql.Composable.as_bytes() methods is now optional (:ticket:[#716](https://github.com/psycopg/psycopg/issues/716)).
  • Disable receiving more than one result on the same cursor in pipeline mode, to iterate through ~Cursor.nextset(). The behaviour was different than in non-pipeline mode and not totally reliable (:ticket:[#604](https://github.com/psycopg/psycopg/issues/604)). The Cursor now only preserves the results set of the last ~Cursor.execute(), consistently with non-pipeline mode.
  • Add ~Connection.cancel_safe() for encrypted and non-blocking cancellation If possible, use such method internally upon KeyboardInterrupt and Copy termination (:ticket:[#754](https://github.com/psycopg/psycopg/issues/754)).
  • Add support for libpq function to retrieve results in chunks introduced in libpq v17 (:ticket:[#793](https://github.com/psycopg/psycopg/issues/793)).
  • Add support for libpq function to change role passwords introduced in libpq v17 (:ticket:[#818](https://github.com/psycopg/psycopg/issues/818)).

.. __: https://numpy.org/doc/stable/reference/arrays.scalars.html#built-in-scalar-types

... (truncated)

Commits
  • 780068d chore: bump psycopg package version to 3.1.19
  • 040489c chore(crdb): upgrade types to v23.1
  • 163f366 ci(macos): test and build macOS packages on M1 runners
  • 01d5dab Merge branch 'fix-745' into maint-3.1
  • 28fc73e perf(copy): only flush at every row on copy on macOS
  • 963c5f8 Improve performance of copy
  • c9486b3 test(copy): add minimal copy benchmark framework
  • 3398945 Merge branch 'fix-734' into maint-3.1
  • cfc0782 fix(c): solve undefined behaviour caused by unaligned access
  • 611738f ci: add test to check for misaligned memory access
  • Additional commits viewable in compare view

Updates pyarrow from 14.0.2 to 16.1.0

Commits
  • 7dd1d34 MINOR: [Release] Update versions for 16.1.0
  • ca3e9d1 MINOR: [Release] Update .deb/.rpm changelogs for 16.1.0
  • 63a4287 MINOR: [Release] Update CHANGELOG.md for 16.1.0
  • 5874287 GH-41594: [Go] Support reading date64 type & properly validate list-like ty...
  • 81940c6 GH-41431: [C++][Parquet][Dataset] Fix repeated scan on encrypted dataset (#41...
  • be62f6c GH-41577: [Java][Packaging] Add org.apache.arrow.memory.core to --add-opens=j...
  • 6cfebb9 GH-41562: [C++][Parquet] Decoding: Fix num_value handling in ByteStreamSplitD...
  • dcfeceb GH-41140: [C#] Account for offset and length in union arrays (#41165)
  • b28633c MINOR: [Release] Manually commit fix to avoid cherry-pick conflict for changi...
  • ac8af22 GH-41566: [CI][Packaging] macOS wheel for Catalina fails to build on macOS ar...
  • Additional commits viewable in compare view

Updates pytest from 7.4.4 to 8.2.1

Release notes

Sourced from pytest's releases.

8.2.1

pytest 8.2.1 (2024-05-19)

Improvements

  • #12334: Support for Python 3.13 (beta1 at the time of writing).

Bug Fixes

  • #12120: Fix [PermissionError]{.title-ref} crashes arising from directories which are not selected on the command-line.
  • #12191: Keyboard interrupts and system exits are now properly handled during the test collection.
  • #12300: Fixed handling of 'Function not implemented' error under squashfuse_ll, which is a different way to say that the mountpoint is read-only.
  • #12308: Fix a regression in pytest 8.2.0 where the permissions of automatically-created .pytest_cache directories became rwx------ instead of the expected rwxr-xr-x.

Trivial/Internal Changes

  • #12333: pytest releases are now attested using the recent Artifact Attestation support from GitHub, allowing users to verify the provenance of pytest's sdist and wheel artifacts.

8.2.0

pytest 8.2.0 (2024-04-27)

Deprecations

  • #12069: A deprecation warning is now raised when implementations of one of the following hooks request a deprecated py.path.local parameter instead of the pathlib.Path parameter which replaced it:

    • pytest_ignore_collect{.interpreted-text role="hook"} - the path parameter - use collection_path instead.
    • pytest_collect_file{.interpreted-text role="hook"} - the path parameter - use file_path instead.
    • pytest_pycollect_makemodule{.interpreted-text role="hook"} - the path parameter - use module_path instead.
    • pytest_report_header{.interpreted-text role="hook"} - the startdir parameter - use start_path instead.
    • pytest_report_collectionfinish{.interpreted-text role="hook"} - the startdir parameter - use start_path instead.

    The replacement parameters are available since pytest 7.0.0. The old parameters will be removed in pytest 9.0.0.

    See legacy-path-hooks-deprecated{.interpreted-text role="ref"} for more details.

Features

  • #11871: Added support for reading command line arguments from a file using the prefix character @, like e.g.: pytest @tests.txt. The file must have one argument per line.

    See Read arguments from file <args-from-file>{.interpreted-text role="ref"} for details.

Improvements

... (truncated)

Commits
  • 66ff8df Prepare release version 8.2.1
  • 3ffcfd1 Merge pull request #12340 from pytest-dev/backport-12334-to-8.2.x
  • 0b28313 [8.2.x] Add Python 3.13 (beta) support
  • f3dd93a [8.2.x] Attest package provenance (#12335)
  • bb5a125 [8.2.x] Spelling (#12331)
  • f179bf2 Merge pull request #12327 from pytest-dev/backport-12325-to-8.2.x
  • 2b671b5 [8.2.x] cacheprovider: fix .pytest_cache not being world-readable
  • 65ab7cb Merge pull request #12324 from pytest-dev/backport-12320-to-8.2.x
  • 4d5fb7d Merge pull request #12319 from pytest-dev/backport-12311-to-8.2.x
  • cbe5996 [8.2.x] changelog: document unittest 8.2 change as breaking
  • Additional commits viewable in compare view

Updates coverage from 7.5.0 to 7.5.3

Changelog

Sourced from coverage's changelog.

Version 7.5.3 — 2024-05-28

  • Performance improvements for combining data files, especially when measuring line coverage. A few different quadratic behaviors were eliminated. In one extreme case of combining 700+ data files, the time dropped from more than three hours to seven minutes. Thanks for Kraken Tech for funding the fix.

  • Performance improvements for generating HTML reports, with a side benefit of reducing memory use, closing issue 1791_. Thanks to Daniel Diniz for helping to diagnose the problem.

.. _issue 1791: nedbat/coveragepy#1791

.. _changes_7-5-2:

Version 7.5.2 — 2024-05-24

  • Fix: nested matches of exclude patterns could exclude too much code, as reported in issue 1779_. This is now fixed.

  • Changed: previously, coverage.py would consider a module docstring to be an executable statement if it appeared after line 1 in the file, but not executable if it was the first line. Now module docstrings are never counted as executable statements. This can change coverage.py's count of the number of statements in a file, which can slightly change the coverage percentage reported.

  • In the HTML report, the filter term and "hide covered" checkbox settings are remembered between viewings, thanks to Daniel Diniz <pull 1776_>_.

  • Python 3.13.0b1 is supported.

  • Fix: parsing error handling is improved to ensure bizarre source files are handled gracefully, and to unblock oss-fuzz fuzzing, thanks to Liam DeVoe <pull 1788_>. Closes issue 1787.

.. _pull 1776: nedbat/coveragepy#1776 .. _issue 1779: nedbat/coveragepy#1779 .. _issue 1787: nedbat/coveragepy#1787 .. _pull 1788: nedbat/coveragepy#1788

.. _changes_7-5-1:

Version 7.5.1 — 2024-05-04

... (truncated)

Commits
  • f310d7e docs: sample HTML for 7.5.3
  • a51d52f docs: prep for 7.5.3
  • b666f3a perf: it's faster in all versions if we don't cache tokenize #1791
  • a2b4929 docs: changelog entry for combine performance improvements
  • b9aff50 perf: don't read full line_bits table each time
  • c45ebac perf: cache alias mapping
  • 390cb97 perf: avoid quadratic behavior when combining line coverage
  • d3caf53 docs(build): tweaks to howto
  • 909e887 build: bump version
  • 242adea build: don't claim pre-alpha-1 in classifiers
  • Additional commits viewable in compare view

Updates pandas-stubs from 2.2.1.240316 to 2.2.2.240514

Commits
  • a251e5a Version 2.2.2.240514
  • 005c85f add reduce/accumulate methods stubs + minimal tests, resolves #850 (#923)
  • feebd47 import from_dataframe (#922)
  • ad4066a Fix Styler.apply() to accept keyword arguments (#921)
  • 6dfa03e Update pyright, pandas, mypy versions. Fix nightly tests (#920)
  • 2a0d375 Fix WriteExcelBuffer to be compatible with io.BinaryIO. (#912)
  • d89824b Add callable condition type in Series.mask, DataFrame.mask (#918)
  • e63d1cb copy paste from pandas readme, resolves #909 (#916)
  • 638397f add overload for itertuples with name None, resolves #854 (#915)
  • d34e0a8 adding str to read_excel index_col, resolves #809 (#914)
  • Additional commits viewable in compare view

Updates moto from 5.0.5 to 5.0.9

Changelog

Sourced from moto's changelog.

5.0.9

Docker Digest for 5.0.9: sha256:df61e4e76344017f6c82924a3dd1cdd4dcbac4095cf234c6d6fb0a0f800fbeff

General:
    * Fixed an InfiniteRecursion-bug when accessing S3-buckets that was introduced in 5.0.8

New Methods: * SSO-Admin: * list_accounts_for_provisioned_permission_set() * list_instances() * list_permission_sets_provisioned_to_account() * provision_permission_set() * update_instance()

Miscellaneous: * DynamoDB: query() now handles pagination correctly on a GSI without a range key * IAM: create_policy() now returns tags correctly * S3: list_objects(): The default value for MaxKeys can now be configured, using an environment variable: MOTO_S3_DEFAULT_MAX_KEYS=1

5.0.8

Docker Digest for 5.0.8: sha256:cfcd97074011bd563cdbeebac35ed710581a23cb2be07ab9b67aa00298fc3369

General:
    * Improved support for non-generic partitions (China, GovCloud, ISO-regions). 
      All ARN's now contain the correct partition for resources created in those regions.

New Services: * NetworkManager: * create_global_network() * describe_global_networks() * create_core_network() * create_global_network() * delete_core_network() * list_core_networks() * get_core_network() * tag_resource() * untag_resource()

Miscellaneous: * ResilienceHub: list_app_assessments() can now return pre-configured results * ResourceGroupTagging: get_resources() now returns results when filtering on "lambda:function" * S3: delete_object_tagging()/put_object_tagging() now send an EventBridge notification

5.0.7

Docker Digest for 5.0.7: sha256:81ac52ff74b0bf0f4957ee4260e6a7e75d66c9e5d040ed4f721a5500b873c88a

... (truncated)

Commits
  • 411127b Prep release 5.0.9 (#7733)
  • e2e4ce4 EC2: Fix inconsistent private/public key pair attribute (#7732)
  • 4c098ae S3: Fix recursion for buckets in different partition (#7731)
  • d3dbf15 DynamoDB: query() should handle GSI's without range key (#7729)
  • b19afe8 IAM: create_policy() should return tags in correct format (#7728)
  • c637076 SSOAdmin: Default Instance and provisioning of permission sets (#7727)
  • 1bd6b31 Fix BackendDict instantiation service names (#7723)
  • c9613cd Bump ruby/setup-ruby from 1.176.2 to 1.177.1 (#7722)
  • 3300d99 S3: list_object_versions() - Default value for MaxKeys can now be configured ...
  • 9c8387a Post-release steps
  • 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 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

Bumps the pip-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [xarray](https://github.com/pydata/xarray) | `2024.3.0` | `2024.5.0` |
| [scipy](https://github.com/scipy/scipy) | `1.13.0` | `1.13.1` |
| [aiobotocore](https://github.com/aio-libs/aiobotocore) | `2.12.3` | `2.13.0` |
| [zarr](https://github.com/zarr-developers/zarr-python) | `2.17.2` | `2.18.2` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.1.18` | `3.1.19` |
| [pyarrow](https://github.com/apache/arrow) | `14.0.2` | `16.1.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.4` | `8.2.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.5.0` | `7.5.3` |
| [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.2.1.240316` | `2.2.2.240514` |
| [moto](https://github.com/getmoto/moto) | `5.0.5` | `5.0.9` |



Updates `xarray` from 2024.3.0 to 2024.5.0
- [Release notes](https://github.com/pydata/xarray/releases)
- [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md)
- [Commits](pydata/xarray@v2024.03.0...v2024.05.0)

Updates `scipy` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.13.0...v1.13.1)

Updates `aiobotocore` from 2.12.3 to 2.13.0
- [Release notes](https://github.com/aio-libs/aiobotocore/releases)
- [Changelog](https://github.com/aio-libs/aiobotocore/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiobotocore@2.12.3...2.13.0)

Updates `zarr` from 2.17.2 to 2.18.2
- [Release notes](https://github.com/zarr-developers/zarr-python/releases)
- [Changelog](https://github.com/zarr-developers/zarr-python/blob/v2.18.2/docs/release.rst)
- [Commits](zarr-developers/zarr-python@v2.17.2...v2.18.2)

Updates `psycopg` from 3.1.18 to 3.1.19
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.18...3.1.19)

Updates `pyarrow` from 14.0.2 to 16.1.0
- [Commits](apache/arrow@go/v14.0.2...go/v16.1.0)

Updates `pytest` from 7.4.4 to 8.2.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.4...8.2.1)

Updates `coverage` from 7.5.0 to 7.5.3
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.0...7.5.3)

Updates `pandas-stubs` from 2.2.1.240316 to 2.2.2.240514
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v2.2.1.240316...v2.2.2.240514)

Updates `moto` from 5.0.5 to 5.0.9
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.5...5.0.9)

---
updated-dependencies:
- dependency-name: xarray
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: aiobotocore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: zarr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: psycopg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: pandas-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-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 Jun 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

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

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot-pip-pip-dependencies-f0511208c4 branch July 1, 2024 14:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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