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 pip-dependencies group with 18 updates #781

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the pip-dependencies group with 18 updates:

Package From To
python-cmr 0.11.0 0.12.0
multimethod 1.11.2 1.12
kerchunk 0.2.5 0.2.6
numpy 2.0.0 2.0.1
dask 2024.6.2 2024.7.1
mypy 1.10.1 1.11.1
jupyterlab 4.2.3 4.2.4
pre-commit 3.7.1 3.8.0
pytest 8.2.2 8.3.2
mkdocstrings 0.25.1 0.25.2
mkdocs-jupyter 0.24.7 0.24.8
pymdown-extensions 10.8.1 10.9
ruff 0.5.0 0.5.5
types-setuptools 70.1.0.20240627 71.1.0.20240726
xarray 2024.6.0 2024.7.0
matplotlib 3.9.0 3.9.1
bump-my-version 0.24.1 0.24.3
lxml-html-clean 0.1.1 0.2.0

Updates python-cmr from 0.11.0 to 0.12.0

Release notes

Sourced from python-cmr's releases.

v0.12.0

What's Changed

New Contributors

Full Changelog: nasa/python_cmr@v0.11.0...v0.12.0

Changelog

Sourced from python-cmr's changelog.

[0.12.0]

Added

  • Support searching for cloud-hosted collections (#54)
  • Option to search for collections and granules by revision_date (#67)

Fixed

  • Do not clobber other headers when a query's Authorization header is set via the bearer_token or token method. However, if multiple calls are made to the bearer_token and/or token methods, later calls overwrite the Authorization setting of prior calls (i.e., the last call wins). (#48)
  • Export DayNightFlag type alias (#51)
Commits

Updates multimethod from 1.11.2 to 1.12

Changelog

Sourced from multimethod's changelog.

1.12 - 2024-07-04

Changed

  • multidispatch supports variable keyword arguments
  • multidispatch base implementation always matches
  • Type and Annotated aliases supported
Commits

Updates kerchunk from 0.2.5 to 0.2.6

Commits

Updates numpy from 2.0.0 to 2.0.1

Release notes

Sourced from numpy's releases.

v2.0.1

NumPy 2.0.1 Release Notes

NumPy 2.0.1 is a maintenance release that fixes bugs and regressions discovered after the 2.0.0 release. NumPy 2.0.1 is the last planned release in the 2.0.x series, 2.1.0rc1 should be out shortly.

The Python versions supported by this release are 3.9-3.12.

NOTE: Do not use the GitHub generated "Source code" files listed in the "Assets", they are garbage.

Improvements

np.quantile with method closest_observation chooses nearest even order statistic

This changes the definition of nearest for border cases from the nearest odd order statistic to nearest even order statistic. The numpy implementation now matches other reference implementations.

(gh-26656)

Contributors

A total of 15 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • @​vahidmech +
  • Alex Herbert +
  • Charles Harris
  • Giovanni Del Monte +
  • Leo Singer
  • Lysandros Nikolaou
  • Matti Picus
  • Nathan Goldbaum
  • Patrick J. Roddy +
  • Raghuveer Devulapalli
  • Ralf Gommers
  • Rostan Tabet +
  • Sebastian Berg
  • Tyler Reddy
  • Yannik Wicke +

Pull requests merged

A total of 24 pull requests were merged for this release.

  • #26711: MAINT: prepare 2.0.x for further development
  • #26792: TYP: fix incorrect import in ma/extras.pyi stub
  • #26793: DOC: Mention '1.25' legacy printing mode in set_printoptions
  • #26794: DOC: Remove mention of NaN and NAN aliases from constants

... (truncated)

Commits
  • 4c9f431 Merge pull request #27000 from charris/prepare-2.0.1
  • 0e70e00 REL: Prepare for the NumPy 2.0.1 release [wheel build]
  • 4d10ffc Merge pull request #26995 from charris/backport-26985
  • 764b667 BUG: Add object cast to avoid warning with limited API
  • 9be6ad6 Merge pull request #26971 from charris/backport-26935
  • 6d950e9 BUG: fix f2py tests to work with v2 API
  • 89630c0 Merge pull request #26962 from charris/backport-26919
  • 88fa840 TST: Apply test suggestion by Nathan for rlstrip fixes
  • a9da01e BUG,MAINT: Fix utf-8 character stripping memory access
  • 6afbbf8 Merge pull request #26963 from charris/backport-26930
  • Additional commits viewable in compare view

Updates dask from 2024.6.2 to 2024.7.1

Release notes

Sourced from dask's releases.

2024.7.1

Changes

See the Changelog for more information.

2024.7.0

Changes

See the Changelog for more information.

Commits
  • 0a40ba2 bump version to 2024.7.1
  • c9f3e39 Remove and warn of persist usage (#11237)
  • 27ce2f8 Preserve timestamp unit during meta creation (#11233)
  • ca262bc Ensure that dask expr DataFrames are optimized when put into delayed (#11231)
  • 6a04b4e Fixes for d freq deprecation in pandas=3 (#11228)
  • 894a723 bump approx threshold for test_quantile (#10720)
  • b4b33ca Bump xarray-contrib/issue-from-pytest-log from 1.2.8 to 1.3.0 (#11221)
  • 90c176d Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 (#11222)
  • 1969a38 bump version to 2024.7.0
  • 8a39abe Only count data that is in memory for xarray sizeof (#11206)
  • Additional commits viewable in compare view

Updates mypy from 1.10.1 to 1.11.1

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next release

Mypy 1.11

We’ve just uploaded mypy 1.11 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Support Python 3.12 Syntax for Generics (PEP 695)

Mypy now supports the new type parameter syntax introduced in Python 3.12 (PEP 695). This feature is still experimental and must be enabled with the --enable-incomplete-feature=NewGenericSyntax flag, or with enable_incomplete_feature = NewGenericSyntax in the mypy configuration file. We plan to enable this by default in the next mypy feature release.

This example demonstrates the new syntax:

# Generic function
def f[T](https://github.com/python/mypy/blob/master/x: T) -> T: ...
reveal_type(f(1))  # Revealed type is 'int'
Generic class
class C[T]:
def init(self, x: T) -> None:
self.x = x
c = C('a')
reveal_type(c.x)  # Revealed type is 'str'
Type alias
type A[T] = C[list[T]]

This feature was contributed by Jukka Lehtosalo.

Support for functools.partial

Mypy now type checks uses of functools.partial. Previously mypy would accept arbitrary arguments.

This example will now produce an error:

from functools import partial
</tr></table> 

... (truncated)

Commits

Updates jupyterlab from 4.2.3 to 4.2.4

Release notes

Sourced from jupyterlab's releases.

v4.2.4

4.2.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​andrii-i | @​brichet | @​ellisonbg | @​fcollonval | @​g547315 | @​gabalafou | @​github-actions | @​j264415 | @​JasonWeill | @​joaopalmeiro | @​jtpio | @​jupyterlab-probot | @​krassowski | @​meeseeksmachine | @​welcome

Changelog

Sourced from jupyterlab's changelog.

4.2.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​andrii-i | @​brichet | @​ellisonbg | @​fcollonval | @​g547315 | @​gabalafou | @​github-actions | @​j264415 | @​JasonWeill | @​joaopalmeiro | @​jtpio | @​jupyterlab-probot | @​krassowski | @​meeseeksmachine | @​welcome

Commits

Updates pre-commit from 3.7.1 to 3.8.0

Release notes

Sourced from pre-commit's releases.

pre-commit v3.8.0

Features

Changelog

Sourced from pre-commit's changelog.

3.8.0 - 2024-07-28

Features

Commits
  • d46423f v3.8.0
  • 8133abd Merge pull request #3265 from lorenzwalthert/issue-3206
  • da0c1d0 implement health check for language:r
  • f641f6a Merge pull request #3264 from pre-commit/pre-commit-ci-update-config
  • a68a19d fixes for mypy 1.11
  • 88317dd [pre-commit.ci] pre-commit autoupdate
  • faa6f8c Merge pull request #3244 from pre-commit/pre-commit-ci-update-config
  • f632459 [pre-commit.ci] pre-commit autoupdate
  • 0252908 Merge pull request #3240 from pre-commit/pre-commit-ci-update-config
  • 69b5dce [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates pytest from 8.2.2 to 8.3.2

Release notes

Sourced from pytest's releases.

8.3.2

pytest 8.3.2 (2024-07-24)

Bug fixes

  • #12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected.

    -- by RonnyPfannschmidt{.interpreted-text role="user"}

8.3.1

pytest 8.3.1 (2024-07-20)

The 8.3.0 release failed to include the change notes and docs for the release. This patch release remedies this. There are no other changes.

8.3.0

pytest 8.3.0 (2024-07-20)

New features

  • #12231: Added [--xfail-tb]{.title-ref} flag, which turns on traceback output for XFAIL results.

    • If the [--xfail-tb]{.title-ref} flag is not given, tracebacks for XFAIL results are NOT shown.
    • The style of traceback for XFAIL is set with [--tb]{.title-ref}, and can be [auto|long|short|line|native|no]{.title-ref}.
    • Note: Even if you have [--xfail-tb]{.title-ref} set, you won't see them if [--tb=no]{.title-ref}.

    Some history:

    With pytest 8.0, [-rx]{.title-ref} or [-ra]{.title-ref} would not only turn on summary reports for xfail, but also report the tracebacks for xfail results. This caused issues with some projects that utilize xfail, but don't want to see all of the xfail tracebacks.

    This change detaches xfail tracebacks from [-rx]{.title-ref}, and now we turn on xfail tracebacks with [--xfail-tb]{.title-ref}. With this, the default [-rx]{.title-ref}/ [-ra]{.title-ref} behavior is identical to pre-8.0 with respect to xfail tracebacks. While this is a behavior change, it brings default behavior back to pre-8.0.0 behavior, which ultimately was considered the better course of action.

  • #12281: Added support for keyword matching in marker expressions.

    Now tests can be selected by marker keyword arguments. Supported values are int{.interpreted-text role="class"}, (unescaped) str{.interpreted-text role="class"}, bool{.interpreted-text role="class"} & None{.interpreted-text role="data"}.

    See marker examples <marker_keyword_expression_example>{.interpreted-text role="ref"} for more information.

    -- by lovetheguitar{.interpreted-text role="user"}

  • #12567: Added --no-fold-skipped command line option.

    If this option is set, then skipped tests in short summary are no longer grouped by reason but all tests are printed individually with their nodeid in the same way as other statuses.

    -- by pbrezina{.interpreted-text role="user"}

... (truncated)

Commits
  • bbcec9c Prepare release version 8.3.2
  • 78fe8b6 Merge pull request #12657 from pytest-dev/patchback/backports/8.3.x/6c806b499...
  • 238bad2 Merge pull request #12656 from RonnyPfannschmidt/fix-12652-detect-conda-env
  • ae6034a Merge pull request #12641 from pytest-dev/patchback/backports/8.3.x/c03989cee...
  • 31337ab Merge pull request #12640 from pytest-dev/update-user
  • ca3070b Merge pull request #12637 from pytest-dev/release-8.3.1
  • de98446 Prepare release version 8.3.1
  • bd0a042 Merge pull request #12636 from pytest-dev/update-release-notes
  • 664325b doc/changelog: update 8.3.0 notes
  • 19d225d Merge pull request #12635 from pytest-dev/release-8.3.0
  • Additional commits viewable in compare view

Updates mkdocstrings from 0.25.1 to 0.25.2

Release notes

Sourced from mkdocstrings's releases.

0.25.2

0.25.2 - 2024-07-25

Compare with 0.25.1

Code Refactoring

  • Give precedence to Markdown heading level (##) (2e5f89e by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings's changelog.

0.25.2 - 2024-07-25

Compare with 0.25.1

Code Refactoring

  • Give precedence to Markdown heading level (##) (2e5f89e by Timothée Mazzucotelli).
Commits
  • afb2a2f chore: Prepare release 0.25.2
  • e7c8abd tests: Ignore deprecation warnings for now
  • 924ecd8 chore: Template upgrade
  • da216b0 ci: Ignore unused arg
  • 80ab498 chore: Clean up pytest warning filters
  • 2e5f89e refactor: Give precedence to Markdown heading level (##)
  • fb194d8 chore: Clean up get_anchors
  • 64c5ff6 chore: Improve code comments
  • 8013be4 chore: Clean up unused condition
  • See full diff in compare view

Updates mkdocs-jupyter from 0.24.7 to 0.24.8

Commits
  • 26bc5cf cleanup custom_mathjax_url
  • 70f5a59 Bump braces from 3.0.2 to 3.0.3 in /js (#203)
  • 6867505 added custom_mathjax_url option (#201)
  • 1570e74 Fix of possible issue with Table of Contents when leaving code under backquot...
  • See full diff in compare view

Updates pymdown-extensions from 10.8.1 to 10.9

Release notes

Sourced from pymdown-extensions's releases.

10.9

  • NEW: Officially support Python 3.13.
  • FIX: Snippets: Better handling of cases where URL snippet requests contain no header length.
Commits

Updates ruff from 0.5.0 to 0.5.5

Release notes

Sourced from ruff's releases.

0.5.5

Release Notes

Preview features

  • [fastapi] Implement fastapi-redundant-response-model (FAST001) and fastapi-non-annotated-dependency(FAST002) (#11579)
  • [pydoclint] Implement docstring-missing-exception (DOC501) and docstring-extraneous-exception (DOC502) (#11471)

Rule changes

  • [numpy] Fix NumPy 2.0 rule for np.alltrue and np.sometrue (#12473)
  • [numpy] Ignore NPY201 inside except blocks for compatibility with older numpy versions (#12490)
  • [pep8-naming] Avoid applying ignore-names to self and cls function names (N804, N805) (#12497)

Formatter

  • Fix incorrect placement of leading function comment with type params (#12447)

Server

  • Do not bail code action resolution when a quick fix is requested (#12462)

Bug fixes

  • Fix Ord implementation of cmp_fix (#12471)
  • Raise syntax error for unparenthesized generator expression in multi-argument call (#12445)
  • [pydoclint] Fix panic in DOC501 reported in #12428 (#12435)
  • [flake8-bugbear] Allow singleton tuples with starred expressions in B013 (#12484)

Documentation

  • Add Eglot setup guide for Emacs editor (#12426)
  • Add note about the breaking change in nvim-lspconfig (#12507)
  • Add note to include notebook files for native server (#12449)
  • Add setup docs for Zed editor (#12501)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.5.5

Preview features

  • [fastapi] Implement fastapi-redundant-response-model (FAST001) and fastapi-non-annotated-dependency(FAST002) (#11579)
  • [pydoclint] Implement docstring-missing-exception (DOC501) and docstring-extraneous-exception (DOC502) (#11471)

Rule changes

  • [numpy] Fix NumPy 2.0 rule for np.alltrue and np.sometrue (#12473)
  • [numpy] Ignore NPY201 inside except blocks for compatibility with older numpy versions (#12490)
  • [pep8-naming] Avoid applying ignore-names to self and cls function names (N804, N805) (#12497)

Formatter

  • Fix incorrect placement of leading function comment with type params (#12447)

Server

  • Do not bail code action resolution when a quick fix is requested (#12462)

Bug fixes

  • Fix Ord implementation of cmp_fix (#12471)
  • Raise syntax error for unparenthesized generator expression in multi-argument call (#12445)
  • [pydoclint] Fix panic in DOC501 reported in #12428 (#12435)
  • [flake8-bugbear] Allow singleton tuples with starred expressions in B013 (#12484)

Documentation

  • Add Eglot setup guide for Emacs editor (#12426)
  • Add note about the breaking change in nvim-lspconfig (#12507)
  • Add note to include notebook files for native server (#12449)
  • Add setup docs for Zed editor (#12501)

0.5.4

Rule changes

  • [ruff] Rename RUF007 to zip-instead-of-pairwise (#12399)

Bug fixes

  • [flake8-builtins] Avoid shadowing diagnostics for @override methods (#12415)
  • [flake8-comprehensions] Insert parentheses for multi-argument generators (#12422)
  • [pydocstyle] Handle escaped docstrings within docstring (D301) (#12192)

Documentation

  • Fix GitHub link to Neovim setup (#12410)

... (truncated)

Commits

Bumps the pip-dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [python-cmr](https://github.com/nasa/python_cmr) | `0.11.0` | `0.12.0` |
| [multimethod](https://github.com/coady/multimethod) | `1.11.2` | `1.12` |
| [kerchunk](https://github.com/fsspec/kerchunk) | `0.2.5` | `0.2.6` |
| [numpy](https://github.com/numpy/numpy) | `2.0.0` | `2.0.1` |
| [dask](https://github.com/dask/dask) | `2024.6.2` | `2024.7.1` |
| [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.1` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.2.3` | `4.2.4` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.1` | `3.8.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` |
| [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.25.1` | `0.25.2` |
| [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter) | `0.24.7` | `0.24.8` |
| [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.8.1` | `10.9` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.0` | `0.5.5` |
| [types-setuptools](https://github.com/python/typeshed) | `70.1.0.20240627` | `71.1.0.20240726` |
| [xarray](https://github.com/pydata/xarray) | `2024.6.0` | `2024.7.0` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.9.0` | `3.9.1` |
| [bump-my-version](https://github.com/callowayproject/bump-my-version) | `0.24.1` | `0.24.3` |
| [lxml-html-clean](https://github.com/fedora-python/lxml_html_clean) | `0.1.1` | `0.2.0` |


Updates `python-cmr` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/nasa/python_cmr/releases)
- [Changelog](https://github.com/nasa/python_cmr/blob/develop/CHANGELOG.md)
- [Commits](nasa/python_cmr@v0.11.0...v0.12.0)

Updates `multimethod` from 1.11.2 to 1.12
- [Changelog](https://github.com/coady/multimethod/blob/main/CHANGELOG.md)
- [Commits](coady/multimethod@v1.11.2...v1.12)

Updates `kerchunk` from 0.2.5 to 0.2.6
- [Commits](fsspec/kerchunk@0.2.5...0.2.6)

Updates `numpy` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.0.0...v2.0.1)

Updates `dask` from 2024.6.2 to 2024.7.1
- [Release notes](https://github.com/dask/dask/releases)
- [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md)
- [Commits](dask/dask@2024.6.2...2024.7.1)

Updates `mypy` from 1.10.1 to 1.11.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.1...v1.11.1)

Updates `jupyterlab` from 4.2.3 to 4.2.4
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.2.4/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.2.3...@jupyterlab/lsp@4.2.4)

Updates `pre-commit` from 3.7.1 to 3.8.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.7.1...v3.8.0)

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

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

Updates `mkdocs-jupyter` from 0.24.7 to 0.24.8
- [Changelog](https://github.com/danielfrg/mkdocs-jupyter/blob/main/CHANGELOG.md)
- [Commits](danielfrg/mkdocs-jupyter@0.24.7...0.24.8)

Updates `pymdown-extensions` from 10.8.1 to 10.9
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.8.1...10.9)

Updates `ruff` from 0.5.0 to 0.5.5
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.0...0.5.5)

Updates `types-setuptools` from 70.1.0.20240627 to 71.1.0.20240726
- [Commits](https://github.com/python/typeshed/commits)

Updates `xarray` from 2024.6.0 to 2024.7.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.06.0...v2024.07.0)

Updates `matplotlib` from 3.9.0 to 3.9.1
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.0...v3.9.1)

Updates `bump-my-version` from 0.24.1 to 0.24.3
- [Release notes](https://github.com/callowayproject/bump-my-version/releases)
- [Changelog](https://github.com/callowayproject/bump-my-version/blob/master/CHANGELOG.md)
- [Commits](callowayproject/bump-my-version@0.24.1...0.24.3)

Updates `lxml-html-clean` from 0.1.1 to 0.2.0
- [Changelog](https://github.com/fedora-python/lxml_html_clean/blob/main/CHANGES.rst)
- [Commits](fedora-python/lxml_html_clean@0.1.1...0.2.0)

---
updated-dependencies:
- dependency-name: python-cmr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: multimethod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: kerchunk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: dask
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: jupyterlab
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: mkdocstrings
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: mkdocs-jupyter
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: pymdown-extensions
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: types-setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: xarray
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: matplotlib
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: bump-my-version
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: lxml-html-clean
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 1, 2024
Copy link
Collaborator

@chuckwondo chuckwondo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is still unclear why the same integration tests fail for any PR, but then succeed once merged, so since the ones failing are only the ones that fall into this category, I'm approving, then merging.

@chuckwondo chuckwondo merged commit a013b1a into main Aug 1, 2024
15 of 19 checks passed
@chuckwondo chuckwondo deleted the dependabot/pip/pip-dependencies-74375c2e05 branch August 1, 2024 11:37
@mfisher87
Copy link
Member

Yeah, I'm really confused about the integration tests. We'll get it one of these days 😆

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.

2 participants