Bump the poetry-dependencies group across 1 directory with 26 updates#16
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the poetry-dependencies group across 1 directory with 26 updates#16dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the poetry-dependencies group with 26 updates in the / directory: | Package | From | To | | --- | --- | --- | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.3` | `7.6.10` | | [mypy](https://github.com/python/mypy) | `1.12.0` | `1.14.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.9` | `0.8.4` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [typeguard](https://github.com/agronholm/typeguard) | `4.3.0` | `4.4.1` | | [anyio](https://github.com/agronholm/anyio) | `4.6.2.post1` | `4.7.0` | | [asttokens](https://github.com/gristlabs/asttokens) | `2.4.1` | `3.0.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.1` | `2.6.4` | | [ipython](https://github.com/ipython/ipython) | `8.28.0` | `8.31.0` | | [jedi](https://github.com/davidhalter/jedi) | `0.19.1` | `0.19.2` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` | | [markupsafe](https://github.com/pallets/markupsafe) | `3.0.1` | `3.0.2` | | [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` | | ruamel-yaml | `0.18.6` | `0.18.7` | | ruamel-yaml-clib | `0.2.8` | `0.2.12` | | [starlette](https://github.com/encode/starlette) | `0.41.0` | `0.45.1` | | [tokenize-rt](https://github.com/asottile/tokenize-rt) | `6.0.0` | `6.1.0` | | [tomli](https://github.com/hukkin/tomli) | `2.0.2` | `2.2.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` | | [uvicorn](https://github.com/encode/uvicorn) | `0.32.0` | `0.34.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.6` | `20.28.0` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `0.24.0` | `1.0.3` | | [websockets](https://github.com/python-websockets/websockets) | `13.1` | `14.1` | 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 `coverage` from 7.6.3 to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.6.3...7.6.10) Updates `mypy` from 1.12.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.12.0...v1.14.1) Updates `ruff` from 0.6.9 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.6.9...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 `typeguard` from 4.3.0 to 4.4.1 - [Release notes](https://github.com/agronholm/typeguard/releases) - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](agronholm/typeguard@4.3.0...4.4.1) 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 `asttokens` from 2.4.1 to 3.0.0 - [Commits](gristlabs/asttokens@v2.4.1...v3.0.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.1 to 2.6.4 - [Commits](pre-commit/identify@v2.6.1...v2.6.4) Updates `ipython` from 8.28.0 to 8.31.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@8.28.0...8.31.0) Updates `jedi` from 0.19.1 to 0.19.2 - [Changelog](https://github.com/davidhalter/jedi/blob/master/CHANGELOG.rst) - [Commits](davidhalter/jedi@v0.19.1...v0.19.2) 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 `markupsafe` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@3.0.1...3.0.2) Updates `packaging` from 24.1 to 24.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.1...24.2) Updates `ruamel-yaml` from 0.18.6 to 0.18.7 Updates `ruamel-yaml-clib` from 0.2.8 to 0.2.12 Updates `starlette` from 0.41.0 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](Kludex/starlette@0.41.0...0.45.1) Updates `tokenize-rt` from 6.0.0 to 6.1.0 - [Commits](asottile/tokenize-rt@v6.0.0...v6.1.0) Updates `tomli` from 2.0.2 to 2.2.1 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.0.2...2.2.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.0 to 0.34.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.32.0...0.34.0) Updates `virtualenv` from 20.26.6 to 20.28.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.26.6...20.28.0) Updates `watchfiles` from 0.24.0 to 1.0.3 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](samuelcolvin/watchfiles@v0.24.0...v1.0.3) Updates `websockets` from 13.1 to 14.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@13.1...14.1) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch 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-minor dependency-group: poetry-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: typeguard dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: anyio dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: asttokens dependency-type: indirect update-type: version-update:semver-major 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: jedi dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: jinja2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: markupsafe dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: packaging dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: ruamel-yaml dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: ruamel-yaml-clib 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: tokenize-rt dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: tomli 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: virtualenv dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: watchfiles dependency-type: indirect update-type: version-update:semver-major dependency-group: poetry-dependencies - dependency-name: websockets dependency-type: indirect update-type: version-update:semver-major dependency-group: poetry-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 26 updates in the / directory:
8.1.78.1.87.6.37.6.101.12.01.14.10.6.90.8.48.3.38.3.44.3.04.4.14.6.2.post14.7.02.4.13.0.02024.8.302024.12.143.4.03.4.12.6.12.6.48.28.08.31.00.19.10.19.23.1.43.1.53.0.13.0.224.124.20.18.60.18.70.2.80.2.120.41.00.45.16.0.06.1.02.0.22.2.12.2.32.3.00.32.00.34.020.26.620.28.00.24.01.0.313.114.1Updates
clickfrom 8.1.7 to 8.1.8Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
934813erelease version 8.1.8c23223bAdd links to third-party projects enhancing Click (#2815)822d4fdAdd links to third-party projects8e7bed0Break up arguments section (#2586)3241541Remove some typing hints.bed0377remove test pypi6534590update dev dependenciesb1e392efix typosfdc6b02Fix missing reset in isolation function (#2733)ffd43e9Fixed missing reset on _compat.should_strip_ansi.Updates
coveragefrom 7.6.3 to 7.6.10Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
f0dcf65docs: sample HTML for 7.6.100f26f35docs: prep for 7.6.1081c5e43docs: rewrite the subprocess page878410cchore: make doc_upgradef1d320dchore: make upgrade67f1440debug: this condition is never true. really?c85eabafix: multi-line statements no longer confuse branch target descriptions. #187...73e58farefactor: clarify the code that fixes with-statement exitse16c9cctypo: backslask865fd7fchore: bump the action-dependencies group with 4 updates (#1909)Updates
mypyfrom 1.12.0 to 1.14.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
251d12fRemove +dev from version for release 1.14.1667e5f7Revert "Remove redundant inheritances from Iterator in builtins" (#18324)67f673aFix enum truthiness for StrEnum (#18379)3755abbFix getargs argument passing (#18350)b9fa8eeUpdate version to 1.14.1+dev for point release6f37859Remove +dev from version for release 1.145a6a754Minor updates to 1.14 changelog (#18310)9772d48Update changelog for release 1.14 (#18301)92473c8Warn about --follow-untyped-imports (#18249)e6ce8bePEP 702 (@deprecated): descriptors (#18090)Updates
rufffrom 0.6.9 to 0.8.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
3bb0dacBump 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...d8b9a36Disable actionlint hook by default when running pre-commit locally (#15061)85e71ba[flake8-bandit] CheckS105for annotated assignment (#15059)2802cbdDon't special-case class instances in unary expression inference (#15045)ed2bce6[red-knot] Report invalid exceptions (#15042)f0012dfFix typos inRUF043.py(#15044)0fc4e8fIntroduceInferContext(#14956)ac81c72[ruff] Ambiguous pattern passed topytest.raises()(RUF043) (#14966)Updates
pytestfrom 8.3.3 to 8.3.4Release notes
Sourced from pytest's releases.
Commits
53f8b4eUpdate pypa/gh-action-pypi-publish to v1.12.298dff36Prepare release version 8.3.41b474e2approx: use exact comparison for bool (#13013)b541721docs: Fix wrong statement about sys.modules with importlib import mode (#1298...16cb87bpytest.fail: fix ANSI escape codes for colored output (#12959) (#12990)be6bc81Issue #12966 Clarify filterwarnings docs on precedence when using multiple ma...7aeb72bImprove docs on basetemp and retention (#12912) (#12928)c875841Merge pull request #12917 from pytest-dev/patchback/backports/8.3.x/ded1f44e5...6502816Merge pull request #12913 from jakkdl/dontfailonbadpath52135b0Merge pull request #12885 from The-Compiler/pdb-py311 (#12887)Updates
typeguardfrom 4.3.0 to 4.4.1Release notes
Sourced from typeguard's releases.
Changelog
Sourced from typeguard's changelog.
... (truncated)
Commits
cb42103Added release dateb32af0bAdded tests against an empty protocol1c53caaFixedpytest_ignore_collectnot to block default pytest code (#464)6d6b4deFixed test_raw_uniontype_fail failing on PyPy05a6772Fixed checks being skipped for non-forward-reference NotRequired7ff5a51Fixed issue links in the changelogb0b20c2Fixed explicit checks of PEP 604 unions againsttypes.UnionType0a39830FixedSelfchecks when a method has positional-only argumentseb1e869Fixed reference cycles (#493)28dafecFixed checking of protocols on the class levelUpdates
anyiofrom 4.6.2.post1 to 4.7.0Release notes
Sourced from anyio's releases.
Changelog
Sourced from anyio's changelog.
... (truncated)
Commits
c967f5cBumped up the versionf47ac5eRearranged changelog entriesf316ce5Allowed Event to be set before it's bound to an async backend (#835)93a5746Fixedasyncio.Task.cancellingissues (#790)39cf394Avoid exposing extra variables key and value in anyio.abc (#833)a2150f5Fixed design issues in PR template (#834)0f80611Added support for wait_readable() and wait_writable() on ProactorEventLoop (#...97d5fe6Made asyncio TaskGroup work with eager task factories (#822)44405f4Updated downstream test workflows and their target Python versions93c0cd6Replaced mentions to run_sync_in_process with to_process.run_sync (#829)Updates
asttokensfrom 2.4.1 to 3.0.0Commits
0ebecdeUpdate setup.cfg to use newer licence_files key; update commands and notes in...89f02d2More cleanup of code for Python before 3.8, fix astroid import (#156)eb1e401Bump requests from 2.31.0 to 2.32.2 in /docs (#154)4eebd86remove dependency on six (#155)ad41ab6Bump urllib3 from 2.0.7 to 2.2.2 in /docs (#146)d8910b4Bump certifi from 2023.7.22 to 2024.7.4 in /docs (#147)7a8f3a8trim Python2 <-> 3 hybridation (#153)d025140Test Python 3.13 (#152)0224610Fix edge cases in test failures involving padding and TypeVar (#151)71ea82bStop testing on Python < 3.8 (#149)Updates
certififrom 2024.8.30 to 2024.12.14Commits
4ba39002024.12.14 (#329)9164660Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#331)3dc3651Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#328)c5bf18dBump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (#327)b908391Bump actions/setup-python from 5.2.0 to 5.3.0 (#326)bc26b41Bump actions/checkout from 4.2.1 to 4.2.2 (#325)57afc22Bump actions/upload-artifact from 4.4.1 to 4.4.3 (#323)a495091test against 3.13 final62f8144Added 3.13 classifier (#322)94d23a0Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#321)Updates
charset-normalizerfrom 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)c390e1fMerge 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 n...Description has been truncated