-
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 with 17 updates #36
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/poetry-dependencies-e7026e792e
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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 17 updates: | Package | From | To | | --- | --- | --- | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [numpy](https://github.com/numpy/numpy) | `2.1.3` | `2.2.1` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.8` | `7.6.10` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.1` | `0.8.4` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [anyio](https://github.com/agronholm/anyio) | `4.6.2.post1` | `4.7.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.0` | `3.4.1` | | [identify](https://github.com/pre-commit/identify) | `2.6.3` | `2.6.4` | | [ipython](https://github.com/ipython/ipython) | `8.30.0` | `8.31.0` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` | | ruamel-yaml | `0.18.6` | `0.18.7` | | [starlette](https://github.com/encode/starlette) | `0.41.3` | `0.45.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` | | [uvicorn](https://github.com/encode/uvicorn) | `0.32.1` | `0.34.0` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `1.0.0` | `1.0.3` | Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.7...8.1.8) Updates `numpy` from 2.1.3 to 2.2.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.1.3...v2.2.1) Updates `coverage` from 7.6.8 to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.8...7.6.10) Updates `mypy` from 1.13.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.1) Updates `ruff` from 0.8.1 to 0.8.4 - [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.8.1...0.8.4) Updates `pytest` from 8.3.3 to 8.3.4 - [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.3.3...8.3.4) Updates `anyio` from 4.6.2.post1 to 4.7.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.6.2.post1...4.7.0) Updates `certifi` from 2024.8.30 to 2024.12.14 - [Commits](certifi/python-certifi@2024.08.30...2024.12.14) Updates `charset-normalizer` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.0...3.4.1) Updates `identify` from 2.6.3 to 2.6.4 - [Commits](pre-commit/identify@v2.6.3...v2.6.4) Updates `ipython` from 8.30.0 to 8.31.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@8.30.0...8.31.0) Updates `jinja2` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) Updates `ruamel-yaml` from 0.18.6 to 0.18.7 Updates `starlette` from 0.41.3 to 0.45.1 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](encode/starlette@0.41.3...0.45.1) Updates `urllib3` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.3...2.3.0) Updates `uvicorn` from 0.32.1 to 0.34.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.32.1...0.34.0) Updates `watchfiles` from 1.0.0 to 1.0.3 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](samuelcolvin/watchfiles@v1.0.0...v1.0.3) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: mypy 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-patch dependency-group: poetry-dependencies - dependency-name: pytest 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: certifi dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: charset-normalizer dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: identify dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: ipython dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: jinja2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: ruamel-yaml dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: starlette dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: urllib3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: uvicorn dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: watchfiles dependency-type: indirect update-type: version-update:semver-patch 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
Jan 1, 2025
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 17 updates:
8.1.7
8.1.8
2.1.3
2.2.1
7.6.8
7.6.10
1.13.0
1.14.1
0.8.1
0.8.4
8.3.3
8.3.4
4.6.2.post1
4.7.0
2024.8.30
2024.12.14
3.4.0
3.4.1
2.6.3
2.6.4
8.30.0
8.31.0
3.1.4
3.1.5
0.18.6
0.18.7
0.41.3
0.45.1
2.2.3
2.3.0
0.32.1
0.34.0
1.0.0
1.0.3
Updates
click
from 8.1.7 to 8.1.8Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
934813e
release version 8.1.8c23223b
Add links to third-party projects enhancing Click (#2815)822d4fd
Add links to third-party projects8e7bed0
Break up arguments section (#2586)3241541
Remove some typing hints.bed0377
remove test pypi6534590
update dev dependenciesb1e392e
fix typosfdc6b02
Fix missing reset in isolation function (#2733)ffd43e9
Fixed missing reset on _compat.should_strip_ansi.Updates
numpy
from 2.1.3 to 2.2.1Release notes
Sourced from numpy's releases.
... (truncated)
Commits
7469245
Merge pull request #28047 from charris/prepare-2.2.1acb051e
REL: Prepare for the NumPy 2.2.1 release [wheel build]28a091a
Merge pull request #28044 from charris/backport-28039723605b
TST: Add test for allowingNone
in operand sequence passed tonditer
554739e
TYP: allowNone
in operand sequence of nditer31bc4c8
Merge pull request #28021 from charris/backport-2802032f52a3
CI: pin scipy-doctest to 1.5.1 (#28020)6219aeb
Merge pull request #28007 from charris/backport-28005eb7071c
Merge pull request #28006 from charris/backport-280034f82c32
BUG: Cython API was missing NPY_UINTP.Updates
coverage
from 7.6.8 to 7.6.10Changelog
Sourced from coverage's changelog.
Commits
f0dcf65
docs: sample HTML for 7.6.100f26f35
docs: prep for 7.6.1081c5e43
docs: rewrite the subprocess page878410c
chore: make doc_upgradef1d320d
chore: make upgrade67f1440
debug: this condition is never true. really?c85eaba
fix: multi-line statements no longer confuse branch target descriptions. #187...73e58fa
refactor: clarify the code that fixes with-statement exitse16c9cc
typo: backslask865fd7f
chore: bump the action-dependencies group with 4 updates (#1909)Updates
mypy
from 1.13.0 to 1.14.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
251d12f
Remove +dev from version for release 1.14.1667e5f7
Revert "Remove redundant inheritances from Iterator in builtins" (#18324)67f673a
Fix enum truthiness for StrEnum (#18379)3755abb
Fix getargs argument passing (#18350)b9fa8ee
Update version to 1.14.1+dev for point release6f37859
Remove +dev from version for release 1.145a6a754
Minor updates to 1.14 changelog (#18310)9772d48
Update changelog for release 1.14 (#18301)92473c8
Warn about --follow-untyped-imports (#18249)e6ce8be
PEP 702 (@deprecated
): descriptors (#18090)Updates
ruff
from 0.8.1 to 0.8.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
3bb0dac
Bump version to 0.8.4 (#15064)40cba5d
[red-knot] Cleanup varioustodo_type!()
messages (#15063)596d80c
[perflint
] Parenthesize walrus expressions in autofix for `manual-list-comp...d8b9a36
Disable actionlint hook by default when running pre-commit locally (#15061)85e71ba
[flake8-bandit
] CheckS105
for annotated assignment (#15059)2802cbd
Don't special-case class instances in unary expression inference (#15045)ed2bce6
[red-knot] Report invalid exceptions (#15042)f0012df
Fix typos inRUF043.py
(#15044)0fc4e8f
IntroduceInferContext
(#14956)ac81c72
[ruff
] Ambiguous pattern passed topytest.raises()
(RUF043
) (#14966)Updates
pytest
from 8.3.3 to 8.3.4Release notes
Sourced from pytest's releases.
Commits
53f8b4e
Update pypa/gh-action-pypi-publish to v1.12.298dff36
Prepare release version 8.3.41b474e2
approx: use exact comparison for bool (#13013)b541721
docs: Fix wrong statement about sys.modules with importlib import mode (#1298...16cb87b
pytest.fail: fix ANSI escape codes for colored output (#12959) (#12990)be6bc81
Issue #12966 Clarify filterwarnings docs on precedence when using multiple ma...7aeb72b
Improve docs on basetemp and retention (#12912) (#12928)c875841
Merge pull request #12917 from pytest-dev/patchback/backports/8.3.x/ded1f44e5...6502816
Merge pull request #12913 from jakkdl/dontfailonbadpath52135b0
Merge pull request #12885 from The-Compiler/pdb-py311 (#12887)Updates
anyio
from 4.6.2.post1 to 4.7.0Release notes
Sourced from anyio's releases.
Changelog
Sourced from anyio's changelog.
... (truncated)
Commits
c967f5c
Bumped up the versionf47ac5e
Rearranged changelog entriesf316ce5
Allowed Event to be set before it's bound to an async backend (#835)93a5746
Fixedasyncio.Task.cancelling
issues (#790)39cf394
Avoid exposing extra variables key and value in anyio.abc (#833)a2150f5
Fixed design issues in PR template (#834)0f80611
Added support for wait_readable() and wait_writable() on ProactorEventLoop (#...97d5fe6
Made asyncio TaskGroup work with eager task factories (#822)44405f4
Updated downstream test workflows and their target Python versions93c0cd6
Replaced mentions to run_sync_in_process with to_process.run_sync (#829)Updates
certifi
from 2024.8.30 to 2024.12.14Commits
4ba3900
2024.12.14 (#329)9164660
Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#331)3dc3651
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#328)c5bf18d
Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (#327)b908391
Bump actions/setup-python from 5.2.0 to 5.3.0 (#326)bc26b41
Bump actions/checkout from 4.2.1 to 4.2.2 (#325)57afc22
Bump actions/upload-artifact from 4.4.1 to 4.4.3 (#323)a495091
test against 3.13 final62f8144
Added 3.13 classifier (#322)94d23a0
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#321)Updates
charset-normalizer
from 3.4.0 to 3.4.1Release notes
Sourced from charset-normalizer's releases.
Changelog
Sourced from charset-normalizer's changelog.
Commits
ffdf7f5
🔧 fix long description content-type inferred as rst instead of mdc7197b7
📝 fix changelog entries (#582)c390e1f
Merge pull request #581 from jawah/refresh-part-2f9d6b8c
🔒 add CODEOWNERS7ce1ef1
🔧 use ubuntu-22.04 for cibuildwheel in continuous deployment workflowdeed205
🔧 update LICENSE copyrightf11f571
🔧 include noxfile in sdist1ec7c06
🔧 update changelog14b4649
🐛 output(...) replace declarative mark using non iana compliant encoding ...1b06bc0
Merge branch 'refresh-part-2' of github.com:jawah/charset_normalizer into ref...Updates
identify
from 2.6.3 to 2.6.4Commits
5adfe09
v2.6.45025d0a
Merge pull request #494 from dbast/starlarkdac18a9
Add Tiltfile support267690c
Merge pull request #497 from pre-commit/pre-commit-ci-update-configbca404e
[pre-commit.ci] pre-commit autoupdatece50079
Merge pull request #492 from qexat/add_gleamea174b5
Merge pull request #493 from qexat/add_bzip3b4ace9b
feat: identify bz3 files as bzip3 archivese43a17c
feat: identify gleam filesUpdates
ipython
from 8.30.0 to 8.31.0Commits
22d6a1c
release 8.31.0d1a77be
Backport PR #14626 on branch 8.x (whatsnew 8.31) (#14628)3850bad
Backport PR #14626: whatsnew 8.31c696eef
Backport PR #14601 on branch 8.x (Deprecate inputtransformer since 7.0) (#14603)028f9b3
Backport PR #14601: Deprecate inputtransformer since 7.086a74d8
Bump codecov/codecov-action from 4 to 5 in the actions group (#14593)9cdf92d
Fix completion tuple (#14594)1078df7
types hintsce148f2
fix IPCompleter inside tuples/arrays when jedi is disabled9b18d6c
Fix typo in whatsnew. (#14599)Updates
jinja2
from 3.1.4 to 3.1.5Release notes
Sourced from jinja2's releases.