-
Notifications
You must be signed in to change notification settings - Fork 53
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
Commits on Sep 1, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4e21a36 - Browse repository at this point
Copy the full SHA 4e21a36View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.