-
Notifications
You must be signed in to change notification settings - Fork 0
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 poetry-dependencies group across 1 directory with 43 updates #22
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the poetry-dependencies group with 43 updates in the / directory: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `1.26.4` | `2.0.1` | | [scipy](https://github.com/scipy/scipy) | `1.13.0` | `1.13.1` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.2` | `4.66.4` | | [biopython](https://github.com/biopython/biopython) | `1.83` | `1.84` | | [pygments](https://github.com/pygments/pygments) | `2.17.2` | `2.18.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.0` | `7.6.0` | | [furo](https://github.com/pradyunsg/furo) | `2024.4.27` | `2024.7.18` | | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.11.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.0` | `3.8.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.2` | `0.5.5` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.3.2` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.3.7` | `7.4.7` | | [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `2.1.0` | `2.2.3` | | [sphinx-click](https://github.com/click-contrib/sphinx-click) | `5.1.0` | `6.0.0` | | [typeguard](https://github.com/agronholm/typeguard) | `4.2.1` | `4.3.0` | | [xdoctest](https://github.com/Erotemic/xdoctest) | `1.1.3` | `1.1.5` | | [anyio](https://github.com/agronholm/anyio) | `4.3.0` | `4.4.0` | | [babel](https://github.com/python-babel/babel) | `2.14.0` | `2.15.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.7.4` | | [exceptiongroup](https://github.com/agronholm/exceptiongroup) | `1.2.1` | `1.2.2` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.14.0` | `3.15.4` | | [identify](https://github.com/pre-commit/identify) | `2.5.36` | `2.6.0` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `7.1.0` | `8.2.0` | | [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.4` | | [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) | `0.4.0` | `0.4.1` | | [nodeenv](https://github.com/ekalinin/nodeenv) | `1.8.0` | `1.9.1` | | [packaging](https://github.com/pypa/packaging) | `24.0` | `24.1` | | [platformdirs](https://github.com/platformdirs/platformdirs) | `4.2.1` | `4.2.2` | | [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.43` | `3.0.47` | | [pure-eval](https://github.com/alexmojaki/pure_eval) | `0.2.2` | `0.2.3` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` | | [sphinxcontrib-applehelp](https://github.com/sphinx-doc/sphinxcontrib-applehelp) | `1.0.8` | `2.0.0` | | [sphinxcontrib-devhelp](https://github.com/sphinx-doc/sphinxcontrib-devhelp) | `1.0.6` | `2.0.0` | | [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) | `2.0.5` | `2.1.0` | | [sphinxcontrib-qthelp](https://github.com/sphinx-doc/sphinxcontrib-qthelp) | `1.0.7` | `2.0.0` | | [sphinxcontrib-serializinghtml](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml) | `1.1.10` | `2.0.0` | | [starlette](https://github.com/encode/starlette) | `0.37.2` | `0.38.2` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.11.0` | `4.12.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.1` | `2.2.2` | | [uvicorn](https://github.com/encode/uvicorn) | `0.29.0` | `0.30.4` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.1` | `20.26.3` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `0.21.0` | `0.22.0` | | [zipp](https://github.com/jaraco/zipp) | `3.18.1` | `3.19.2` | Updates `numpy` from 1.26.4 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@v1.26.4...v2.0.1) 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 `tqdm` from 4.66.2 to 4.66.4 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.66.2...v4.66.4) Updates `biopython` from 1.83 to 1.84 - [Changelog](https://github.com/biopython/biopython/blob/master/NEWS.rst) - [Commits](https://github.com/biopython/biopython/commits) Updates `pygments` from 2.17.2 to 2.18.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.17.2...2.18.0) Updates `coverage` from 7.5.0 to 7.6.0 - [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.6.0) Updates `furo` from 2024.4.27 to 2024.7.18 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](pradyunsg/furo@2024.04.27...2024.07.18) Updates `mypy` from 1.10.0 to 1.11.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.11.1) Updates `pre-commit` from 3.7.0 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.0...v3.8.0) Updates `ruff` from 0.4.2 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@v0.4.2...0.5.5) Updates `pytest` from 8.2.0 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.0...8.3.2) Updates `sphinx` from 7.3.7 to 7.4.7 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v7.4.7/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v7.3.7...v7.4.7) Updates `sphinx-autodoc-typehints` from 2.1.0 to 2.2.3 - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](tox-dev/sphinx-autodoc-typehints@2.1.0...2.2.3) Updates `sphinx-click` from 5.1.0 to 6.0.0 - [Release notes](https://github.com/click-contrib/sphinx-click/releases) - [Commits](click-contrib/sphinx-click@5.1.0...6.0.0) Updates `typeguard` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/agronholm/typeguard/releases) - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](agronholm/typeguard@4.2.1...4.3.0) Updates `xdoctest` from 1.1.3 to 1.1.5 - [Release notes](https://github.com/Erotemic/xdoctest/releases) - [Changelog](https://github.com/Erotemic/xdoctest/blob/main/CHANGELOG.md) - [Commits](Erotemic/xdoctest@v1.1.3...v1.1.5) Updates `anyio` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.3.0...4.4.0) Updates `babel` from 2.14.0 to 2.15.0 - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](python-babel/babel@v2.14.0...v2.15.0) Updates `certifi` from 2024.2.2 to 2024.7.4 - [Commits](certifi/python-certifi@2024.02.02...2024.07.04) Updates `exceptiongroup` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](agronholm/exceptiongroup@1.2.1...1.2.2) Updates `filelock` from 3.14.0 to 3.15.4 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.14.0...3.15.4) Updates `identify` from 2.5.36 to 2.6.0 - [Commits](pre-commit/identify@v2.5.36...v2.6.0) Updates `importlib-metadata` from 7.1.0 to 8.2.0 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v7.1.0...v8.2.0) Updates `jinja2` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.4) Updates `mdit-py-plugins` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/executablebooks/mdit-py-plugins/releases) - [Changelog](https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md) - [Commits](executablebooks/mdit-py-plugins@v0.4.0...v0.4.1) Updates `nodeenv` from 1.8.0 to 1.9.1 - [Release notes](https://github.com/ekalinin/nodeenv/releases) - [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES) - [Commits](ekalinin/nodeenv@1.8.0...1.9.1) Updates `packaging` from 24.0 to 24.1 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.0...24.1) Updates `platformdirs` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.2.1...4.2.2) Updates `prompt-toolkit` from 3.0.43 to 3.0.47 - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG) - [Commits](prompt-toolkit/python-prompt-toolkit@3.0.43...3.0.47) Updates `pure-eval` from 0.2.2 to 0.2.3 - [Commits](alexmojaki/pure_eval@v0.2.2...v0.2.3) Updates `requests` from 2.31.0 to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.32.3) Updates `sphinxcontrib-applehelp` from 1.0.8 to 2.0.0 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-applehelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinxcontrib-applehelp@1.0.8...2.0.0) Updates `sphinxcontrib-devhelp` from 1.0.6 to 2.0.0 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-devhelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinxcontrib-devhelp@1.0.6...2.0.0) Updates `sphinxcontrib-htmlhelp` from 2.0.5 to 2.1.0 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinxcontrib-htmlhelp@2.0.5...2.1.0) Updates `sphinxcontrib-qthelp` from 1.0.7 to 2.0.0 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-qthelp/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-qthelp/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinxcontrib-qthelp@1.0.7...2.0.0) Updates `sphinxcontrib-serializinghtml` from 1.1.10 to 2.0.0 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinxcontrib-serializinghtml@1.1.10...2.0.0) Updates `starlette` from 0.37.2 to 0.38.2 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](encode/starlette@0.37.2...0.38.2) Updates `typing-extensions` from 4.11.0 to 4.12.2 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.11.0...4.12.2) Updates `urllib3` from 2.2.1 to 2.2.2 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.1...2.2.2) Updates `uvicorn` from 0.29.0 to 0.30.4 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.29.0...0.30.4) Updates `virtualenv` from 20.26.1 to 20.26.3 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.26.1...20.26.3) Updates `watchfiles` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](samuelcolvin/watchfiles@v0.21.0...v0.22.0) Updates `zipp` from 3.18.1 to 3.19.2 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.18.1...v3.19.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major dependency-group: poetry-dependencies - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: biopython dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: pygments dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: sphinx-autodoc-typehints dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: sphinx-click dependency-type: direct:development update-type: version-update:semver-major dependency-group: poetry-dependencies - dependency-name: typeguard dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: xdoctest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: anyio dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: babel dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: certifi dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: exceptiongroup dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: filelock dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: identify dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: importlib-metadata dependency-type: indirect update-type: version-update:semver-major dependency-group: poetry-dependencies - dependency-name: jinja2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: mdit-py-plugins dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: nodeenv dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: packaging dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: platformdirs dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: prompt-toolkit dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: pure-eval dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: requests dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: sphinxcontrib-applehelp dependency-type: indirect update-type: version-update:semver-major dependency-group: poetry-dependencies - dependency-name: sphinxcontrib-devhelp dependency-type: indirect update-type: version-update:semver-major dependency-group: poetry-dependencies - dependency-name: sphinxcontrib-htmlhelp dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: sphinxcontrib-qthelp dependency-type: indirect update-type: version-update:semver-major dependency-group: poetry-dependencies - dependency-name: sphinxcontrib-serializinghtml dependency-type: indirect update-type: version-update:semver-major dependency-group: poetry-dependencies - dependency-name: starlette dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: typing-extensions dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: urllib3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: uvicorn dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: watchfiles dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: zipp dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Aug 1, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/pip/poetry-dependencies-4447f018d0
branch
August 28, 2024 20:23
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
0 participants
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.
Bumps the poetry-dependencies group with 43 updates in the / directory:
1.26.4
2.0.1
1.13.0
1.13.1
4.66.2
4.66.4
1.83
1.84
2.17.2
2.18.0
7.5.0
7.6.0
2024.4.27
2024.7.18
1.10.0
1.11.1
3.7.0
3.8.0
0.4.2
0.5.5
8.2.0
8.3.2
7.3.7
7.4.7
2.1.0
2.2.3
5.1.0
6.0.0
4.2.1
4.3.0
1.1.3
1.1.5
4.3.0
4.4.0
2.14.0
2.15.0
2024.2.2
2024.7.4
1.2.1
1.2.2
3.14.0
3.15.4
2.5.36
2.6.0
7.1.0
8.2.0
3.1.3
3.1.4
0.4.0
0.4.1
1.8.0
1.9.1
24.0
24.1
4.2.1
4.2.2
3.0.43
3.0.47
0.2.2
0.2.3
2.31.0
2.32.3
1.0.8
2.0.0
1.0.6
2.0.0
2.0.5
2.1.0
1.0.7
2.0.0
1.1.10
2.0.0
0.37.2
0.38.2
4.11.0
4.12.2
2.2.1
2.2.2
0.29.0
0.30.4
20.26.1
20.26.3
0.21.0
0.22.0
3.18.1
3.19.2
Updates
numpy
from 1.26.4 to 2.0.1Release notes
Sourced from numpy's releases.
... (truncated)
Commits
4c9f431
Merge pull request #27000 from charris/prepare-2.0.10e70e00
REL: Prepare for the NumPy 2.0.1 release [wheel build]4d10ffc
Merge pull request #26995 from charris/backport-26985764b667
BUG: Add object cast to avoid warning with limited API9be6ad6
Merge pull request #26971 from charris/backport-269356d950e9
BUG: fix f2py tests to work with v2 API89630c0
Merge pull request #26962 from charris/backport-2691988fa840
TST: Apply test suggestion by Nathan for rlstrip fixesa9da01e
BUG,MAINT: Fix utf-8 character stripping memory access6afbbf8
Merge pull request #26963 from charris/backport-26930Updates
scipy
from 1.13.0 to 1.13.1Release notes
Sourced from scipy's releases.
Commits
44e4eba
REL: SciPy 1.13.1 release commit [wheel build]2eb8e1b
Merge pull request #20632 from tylerjereddy/treddy_prep_1_13_1_backports1a00d48
DOC: PR 20632 updates11e99ba
BUG: stats: Fixzipf.pmf
andzipfian.pmf
for int32k
(#20702) [wheel bu...506cbeb
MAINT: stats.wilcoxon: fix bug with Ndim>1, shape[axis]>50, NaN, 'auto' (#20592)c9d8613
CI, MAINT: PR 20632 revisions95c50a4
MAINT: PR 20632 revisions [wheel build]e7abaf1
MAINT: PR 20632 revisions [wheel build]aa32933
CI: PR 20632 revisions [wheel build]023b0fb
CI: MR 20632 revisionsUpdates
tqdm
from 4.66.2 to 4.66.4Release notes
Sourced from tqdm's releases.
Commits
7472295
bump version, merge pull request #1578 from tqdm/devele84d488
tests: bump pre-commit7c8753f
Merge pull request #1395 from glensc/patch-1d7f469e
Add display to close in rich moduled774884
tidysuper()
calls4e613f8
Merge pull request from GHSA-g7vv-2v7x-gj9pb53348c
cli: eval safetyUpdates
biopython
from 1.83 to 1.84Changelog
Sourced from biopython's changelog.
... (truncated)
Commits
Updates
pygments
from 2.17.2 to 2.18.0Release notes
Sourced from pygments's releases.
... (truncated)
Changelog
Sourced from pygments's changelog.
... (truncated)
Commits
d7d11f6
Last steps for 2.18 release.ec7bfd2
Fix Janet version_added.ea9c823
Update CHANGES.338d366
Merge pull request #2670 from Kodiologist/hylex4d1371b
Lock down the pytest version.8dd97e0
Improve docs.26179d6
Fix deprecated variable usage in tests.ad125ca
Prepare 2.18 release.24deeb9
Lock the ruff version in tox.ini.c9165cf
Fix format string usage.Updates
coverage
from 7.5.0 to 7.6.0Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
59a3cd7
docs: sample HTML for 7.6.07f27fa7
docs: prep for 7.6.06a268b0
docs: issues closed by the json region reporting5bfe9e7
chore: bump actions/setup-python from 5.1.0 to 5.1.1 (#1814)ab609ef
docs: mention json region reporting in the changes92d96b9
fix: json report needs 'no class' and 'no function' alsoe47e7e7
refactor: move duplicate code into methods3d6be2b
fix: json format should bump for regionsa9992d2
test: add a test of json regions with branches8b89764
test: json expectations should have explicit format numberUpdates
furo
from 2024.4.27 to 2024.7.18Changelog
Sourced from furo's changelog.
... (truncated)
Commits
78e4ba2
Prepare release: 2024.07.186b61424
Update changelog58b532c
Make the issue tracker template more explicit17e351e
Addsource_view_link
to configuration7e51bc7
Delete svg-sun-half (#811)073c497
Move a 'type: ignore' comment, for mypy (#812)cefbdc0
Bump the npm group with 2 updates (#809)7fb7ec8
Bump the npm group with 3 updates (#806)25091fc
[pre-commit.ci] pre-commit autoupdate (#796)550756e
Fix close tag on pencil icon (#807)Updates
mypy
from 1.10.0 to 1.11.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
570b90a
Bump version to 1.11b3a102e
FixRawExpressionType.accept
crash with--cache-fine-grained
(#17588)aec04c7
Fix PEP 604 isinstance caching (#17563)cb44e4d
Fixtyping.TypeAliasType
being undefined on python < 3.12 (#17558)6cf9180
Fix types.GenericAlias lookup crash (#17543)64c1ebf
Bump version to 1.11.1+devdbd5f5c
Remove +dev from version for 1.11 releasef0a8c69
Update CHANGELOG for mypy 1.11 (#17540)371f780
CHANGELOG.md update for 1.11 (#17539)2563da0
Fix daemon crash on invalid type in TypedDict (#17495)Updates
pre-commit
from 3.7.0 to 3.8.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
d46423f
v3.8.08133abd
Merge pull request #3265 from lorenzwalthert/issue-3206da0c1d0
implement health check for language:rf641f6a
Merge pull request #3264 from pre-commit/pre-commit-ci-update-configa68a19d
fixes for mypy 1.1188317dd
[pre-commit.ci] pre-commit autoupdatefaa6f8c
Merge pull request #3244 from pre-commit/pre-commit-ci-update-configf632459
[pre-commit.ci] pre-commit autoupdate0252908
Merge pull request #3240 from pre-commit/pre-commit-ci-update-config69b5dce
[pre-commit.ci] pre-commit autoupdateUpdates
ruff
from 0.4.2 to 0.5.5Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
fc16d8d
Bump version to 0.5.5 (#12510)175e5d7
Add missing traceback line inf-string-in-exception
docstring. (#12508)c03f257
Add note about the breaking change innvim-lspconfig
(#12507)6bbb4a2
Add setup docs for Zed editor (#12501)2ce3e3a
Fix the search path tests on MacOS (#12503)2a64ccc
Avoid applyingignore-names
toself
andcls
function names (#12497)928ffd6
IgnoreNPY201
insideexcept
blocks for compatibility with older numpy ver...e52be09
[red-knot] Improve validation for search paths (#12376)8890735
[flake8-bugbear] Allow singleton tuples with starred expressions in B013 (#12...eac965e
[red-knot] Watch search paths (#12407)Updates
pytest
from 8.2.0 to 8.3.2Release notes
Sourced from pytest's releases.
... (truncated)
Commits
bbcec9c
Prepare release version 8.3.278fe8b6
Merge pull request #12657 from pytest-dev/patchback/backports/8.3.x/6c806b499...238bad2
Merge pull request #12656 from RonnyPfannschmidt/fix-12652-detect-conda-envae6034a
Merge pull request #12641 from pytest-dev/patchback/backports/8.3.x/c03989cee...31337ab
Merge pull request #12640 from pytest-dev/update-userca3070b
Merge pull request #12637 from pytest-dev/release-8.3.1de98446
Prepare release version 8.3.1bd0a042
Merge pull request #12636 from pytest-dev/update-release-notes664325b
doc/changelog: update 8.3.0 notes19d225d
Merge pull request #12635 from pytest-dev/release-8.3.0Updates
sphinx
from 7.3.7 to 7.4.7Release notes
Sourced from sphinx's releases.