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 group across 1 directory with 26 updates #3650

Closed
wants to merge 1 commit into from

Commits on Sep 1, 2024

  1. Bump the pip group across 1 directory with 26 updates

    Bumps the pip group with 26 updates in the /src directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [coverage](https://github.com/nedbat/coveragepy) | `7.5.3` | `7.6.1` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` |
    | [pytest-recording](https://github.com/kiwicom/pytest-recording) | `0.13.1` | `0.13.2` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.5.5` | `0.6.3` |
    | [ipython](https://github.com/ipython/ipython) | `8.26.0` | `8.27.0` |
    | [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) | `7.7.1` | `8.1.5` |
    | [notebook](https://github.com/jupyter/notebook) | `6.5.6` | `6.5.7` |
    | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.7.3` | `4.8.0` |
    | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` |
    | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.5.0` | `1.5.1` |
    | [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` |
    | [cryptography](https://github.com/pyca/cryptography) | `42.0.8` | `43.0.0` |
    | [idna](https://github.com/kjd/idna) | `3.7` | `3.8` |
    | [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.16.0` | `4.23.0` |
    | [markdown](https://github.com/Python-Markdown/markdown) | `3.4.1` | `3.7` |
    | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.4` | `2.1.5` |
    | [pycurl](https://github.com/pycurl/pycurl) | `7.45.1` | `7.45.3` |
    | [pyopenssl](https://github.com/pyca/pyopenssl) | `24.1.0` | `24.2.1` |
    | [setuptools](https://github.com/pypa/setuptools) | `71.1.0` | `74.0.0` |
    | [terminado](https://github.com/jupyter/terminado) | `0.18.0` | `0.18.1` |
    | [bokeh](https://github.com/bokeh/bokeh) | `3.5.1` | `3.5.2` |
    | [ete3](https://github.com/etetoolkit/ete) | `3.1.2` | `3.1.3` |
    | [numpy](https://github.com/numpy/numpy) | `2.0.1` | `2.1.0` |
    | [plotly](https://github.com/plotly/plotly.py) | `5.23.0` | `5.24.0` |
    | [scipy](https://github.com/scipy/scipy) | `1.14.0` | `1.14.1` |
    | [sympy](https://github.com/sympy/sympy) | `1.13.1` | `1.13.2` |
    
    
    
    Updates `coverage` from 7.5.3 to 7.6.1
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.5.3...7.6.1)
    
    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 `pytest-recording` from 0.13.1 to 0.13.2
    - [Release notes](https://github.com/kiwicom/pytest-recording/releases)
    - [Changelog](https://github.com/kiwicom/pytest-recording/blob/master/docs/changelog.rst)
    - [Commits](kiwicom/pytest-recording@v0.13.1...v0.13.2)
    
    Updates `ruff` from 0.5.5 to 0.6.3
    - [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.5...0.6.3)
    
    Updates `ipython` from 8.26.0 to 8.27.0
    - [Release notes](https://github.com/ipython/ipython/releases)
    - [Commits](ipython/ipython@8.26.0...8.27.0)
    
    Updates `ipywidgets` from 7.7.1 to 8.1.5
    - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases)
    - [Commits](jupyter-widgets/ipywidgets@7.7.1...8.1.5)
    
    Updates `notebook` from 6.5.6 to 6.5.7
    - [Release notes](https://github.com/jupyter/notebook/releases)
    - [Changelog](https://github.com/jupyter/notebook/blob/v6.5.7/CHANGELOG.md)
    - [Commits](jupyter/notebook@v6.5.6...v6.5.7)
    
    Updates `pymongo` from 4.7.3 to 4.8.0
    - [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
    - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
    - [Commits](mongodb/mongo-python-driver@4.7.3...4.8.0)
    
    Updates `pyyaml` from 6.0.1 to 6.0.2
    - [Release notes](https://github.com/yaml/pyyaml/releases)
    - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
    - [Commits](yaml/pyyaml@6.0.1...6.0.2)
    
    Updates `scikit-learn` from 1.5.0 to 1.5.1
    - [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
    - [Commits](scikit-learn/scikit-learn@1.5.0...1.5.1)
    
    Updates `certifi` from 2024.7.4 to 2024.8.30
    - [Commits](certifi/python-certifi@2024.07.04...2024.08.30)
    
    Updates `cryptography` from 42.0.8 to 43.0.0
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@42.0.8...43.0.0)
    
    Updates `idna` from 3.7 to 3.8
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.7...v3.8)
    
    Updates `jsonschema` from 4.16.0 to 4.23.0
    - [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
    - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
    - [Commits](python-jsonschema/jsonschema@v4.16.0...v4.23.0)
    
    Updates `markdown` from 3.4.1 to 3.7
    - [Release notes](https://github.com/Python-Markdown/markdown/releases)
    - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
    - [Commits](Python-Markdown/markdown@3.4.1...3.7)
    
    Updates `markupsafe` from 2.1.4 to 2.1.5
    - [Release notes](https://github.com/pallets/markupsafe/releases)
    - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
    - [Commits](pallets/markupsafe@2.1.4...2.1.5)
    
    Updates `pycurl` from 7.45.1 to 7.45.3
    - [Changelog](https://github.com/pycurl/pycurl/blob/master/ChangeLog)
    - [Commits](https://github.com/pycurl/pycurl/commits)
    
    Updates `pyopenssl` from 24.1.0 to 24.2.1
    - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst)
    - [Commits](pyca/pyopenssl@24.1.0...24.2.1)
    
    Updates `setuptools` from 71.1.0 to 74.0.0
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v71.1.0...v74.0.0)
    
    Updates `terminado` from 0.18.0 to 0.18.1
    - [Release notes](https://github.com/jupyter/terminado/releases)
    - [Changelog](https://github.com/jupyter/terminado/blob/main/CHANGELOG.md)
    - [Commits](jupyter/terminado@v0.18.0...v0.18.1)
    
    Updates `bokeh` from 3.5.1 to 3.5.2
    - [Changelog](https://github.com/bokeh/bokeh/blob/3.5.2/docs/CHANGELOG)
    - [Commits](bokeh/bokeh@3.5.1...3.5.2)
    
    Updates `ete3` from 3.1.2 to 3.1.3
    - [Release notes](https://github.com/etetoolkit/ete/releases)
    - [Commits](etetoolkit/ete@3.1.2...3.1.3)
    
    Updates `numpy` from 2.0.1 to 2.1.0
    - [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.1...v2.1.0)
    
    Updates `plotly` from 5.23.0 to 5.24.0
    - [Release notes](https://github.com/plotly/plotly.py/releases)
    - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
    - [Commits](plotly/plotly.py@v5.23.0...v5.24.0)
    
    Updates `scipy` from 1.14.0 to 1.14.1
    - [Release notes](https://github.com/scipy/scipy/releases)
    - [Commits](scipy/scipy@v1.14.0...v1.14.1)
    
    Updates `sympy` from 1.13.1 to 1.13.2
    - [Release notes](https://github.com/sympy/sympy/releases)
    - [Commits](sympy/sympy@sympy-1.13.1...sympy-1.13.2)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: pip
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: pip
    - dependency-name: pytest-recording
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pip
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: pip
    - dependency-name: ipython
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip
    - dependency-name: ipywidgets
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: pip
    - dependency-name: notebook
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    - dependency-name: pymongo
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip
    - dependency-name: pyyaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    - dependency-name: scikit-learn
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    - dependency-name: certifi
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip
    - dependency-name: cryptography
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: pip
    - dependency-name: idna
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip
    - dependency-name: jsonschema
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip
    - dependency-name: markdown
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip
    - dependency-name: markupsafe
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    - dependency-name: pycurl
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    - dependency-name: pyopenssl
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip
    - dependency-name: setuptools
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: pip
    - dependency-name: terminado
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    - dependency-name: bokeh
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    - dependency-name: ete3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    - dependency-name: numpy
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip
    - dependency-name: plotly
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip
    - dependency-name: scipy
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    - dependency-name: sympy
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    4e21a36 View commit details
    Browse the repository at this point in the history