Skip to content

[deps]: Update poetry#82

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/poetry
Open

[deps]: Update poetry#82
renovate[bot] wants to merge 1 commit intomainfrom
renovate/poetry

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 6, 2025

This PR contains the following updates:

Package Change Age Confidence
docformatter 1.7.51.7.7 age confidence
flake8 (changelog) 7.1.17.3.0 age confidence
mypy (changelog) 1.14.11.20.1 age confidence
pre-commit 4.0.14.5.1 age confidence
pytest-httpserver 1.1.01.1.5 age confidence
pytest-mock (changelog) 3.14.03.15.1 age confidence
types-requests (changelog) 2.32.0.202410162.33.0.20260408 age confidence

Release Notes

PyCQA/docformatter (docformatter)

v1.7.7

Compare Source

Full Changelog

Merged pull requests:

v1.7.6

Compare Source

Full Changelog

Merged pull requests:

pycqa/flake8 (flake8)

v7.3.0

Compare Source

v7.2.0

Compare Source

v7.1.2

Compare Source

python/mypy (mypy)

v1.20.1

Compare Source

  • Always disable sync in SQLite cache (Ivan Levkivskyi, PR 21184)
  • Temporarily skip few base64 tests (Ivan Levkivskyi, PR 21193)
  • Revert dict.__or__ typeshed change (Ivan Levkivskyi, PR 21186)
  • Fix narrowing for match case with variadic tuples (Shantanu, PR 21192)
  • Avoid narrowing type[T] in type calls (Shantanu, PR 21174)
  • Fix regression for catching empty tuple in except (Shantanu, PR 21153)
  • Fix reachability for frozenset and dict view narrowing (Shantanu, PR 21151)
  • Fix narrowing with chained comparison (Shantanu, PR 21150)
  • Avoid narrowing to unreachable at module level (Shantanu, PR 21144)
  • Allow dangerous identity comparisons to Any typed variables (Shantanu, PR 21142)
  • --warn-unused-config should not be a strict flag (Ivan Levkivskyi, PR 21139)

v1.20.0

Compare Source

v1.19.1

Compare Source

  • Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
  • Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
  • Allow types.NoneType in match cases (A5rocks, PR 20383)
  • Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
  • Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
  • Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
  • Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
  • Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)

v1.19.0

Compare Source

v1.18.2

Compare Source

  • Fix crash on recursive alias (Ivan Levkivskyi, PR 19845)
  • Add additional guidance for stubtest errors when runtime is object.__init__ (Stephen Morton, PR 19733)
  • Fix handling of None values in f-string expressions in mypyc (BobTheBuidler, PR 19846)

v1.18.1

Compare Source

v1.17.1

Compare Source

  • Retain None as constraints bottom if no bottoms were provided (Stanislav Terliakov, PR 19485)
  • Fix "ignored exception in hasattr" in dmypy (Stanislav Terliakov, PR 19428)
  • Prevent a crash when InitVar is redefined with a method in a subclass (Stanislav Terliakov, PR 19453)

v1.17.0

Compare Source

v1.16.1

Compare Source

v1.16.0

Compare Source

v1.15.0

Compare Source

pre-commit/pre-commit (pre-commit)

v4.5.1

Compare Source

==================

Fixes
  • Fix language: python with repo: local without additional_dependencies.

v4.5.0

Compare Source

==================

Features

v4.4.0

Compare Source

==================

Features
Fixes

v4.3.0

Compare Source

==================

Features

v4.2.0

Compare Source

==================

Features
  • For language: python first attempt a versioned python executable for
    the default language version before consulting a potentially unversioned
    sys.executable.
Fixes

v4.1.0

Compare Source

==================

Features
Fixes
csernazs/pytest-httpserver (pytest-httpserver)

v1.1.5

Compare Source

=====

.. _Release Notes_1.1.5_New Features:

New Features

  • Add bake() method to HTTPServer for creating pre-configured
    request expectation proxies (BakedHTTPServer). This allows sharing
    common keyword arguments (e.g. method, headers) across multiple
    expect_request() calls with last-wins merging semantics.
    #&#8203;470 <https://github.com/csernazs/pytest-httpserver/pull/470>_
    Contributed by @HayaoSuzuki <https://github.com/HayaoSuzuki>_

.. _Release Notes_1.1.4:

v1.1.4

Compare Source

=====

.. _Release Notes_1.1.4_New Features:

New Features

  • More robust server startup by checking server readiness (disabled by
    default).
    #&#8203;462 <https://github.com/csernazs/pytest-httpserver/pull/462>_

.. _Release Notes_1.1.4_Deprecation Notes:

Deprecation Notes

  • Python 3.9 has been deprecated as it reached EOL 2025-10-31. While the code
    may work on this version, there will be no CI tests running on it.

.. _Release Notes_1.1.3:

v1.1.3

Compare Source

=====

.. _Release Notes_1.1.3_Bug Fixes:

Bug Fixes

  • Run server threads with daemon flag, preventing shutdown issues.
    #&#8203;411 <https://github.com/csernazs/pytest-httpserver/pull/411>_

.. _Release Notes_1.1.2:

v1.1.2

Compare Source

=====

.. _Release Notes_1.1.2_Deprecation Notes:

Deprecation Notes

  • Python versions earlier than 3.9 have been deprecated in order to make the
    code more type safe. Python 3.8 has reached EOL on 2024-10-07.

.. _Release Notes_1.1.1:

v1.1.1

Compare Source

=====

.. _Release Notes_1.1.1_New Features:

New Features

  • Add a new expect method to the HTTPServer object which allows
    developers to provide their own request matcher object.

.. _Release Notes_1.1.0:

pytest-dev/pytest-mock (pytest-mock)

v3.15.1

Compare Source

2025-09-16

  • #&#8203;529 <https://github.com/pytest-dev/pytest-mock/issues/529>_: Fixed itertools._tee object has no attribute error -- now duplicate_iterators=True must be passed to mocker.spy to duplicate iterators.

v3.15.0

Compare Source

2025-09-04

  • Python 3.8 (EOL) is no longer supported.
  • #&#8203;524 <https://github.com/pytest-dev/pytest-mock/pull/524>_: Added spy_return_iter to mocker.spy, which contains a duplicate of the return value of the spied method if it is an Iterator.

v3.14.1

Compare Source

  • #&#8203;503 <https://github.com/pytest-dev/pytest-mock/pull/503>_: Python 3.14 is now officially supported.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every 2nd week starting on the 2 week of the year before 4am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner January 6, 2025 00:28
@renovate renovate Bot force-pushed the renovate/poetry branch 5 times, most recently from 1912918 to 378fedd Compare January 12, 2025 00:35
@renovate renovate Bot force-pushed the renovate/poetry branch 3 times, most recently from eeefb95 to 3106800 Compare January 23, 2025 06:20
@renovate renovate Bot force-pushed the renovate/poetry branch 2 times, most recently from 167c977 to 7991b3d Compare February 12, 2025 05:07
@renovate renovate Bot force-pushed the renovate/poetry branch from 7991b3d to 36f41f2 Compare February 23, 2025 20:52
@renovate renovate Bot force-pushed the renovate/poetry branch 3 times, most recently from 9ad097d to 91ce47d Compare March 9, 2025 17:08
@renovate renovate Bot force-pushed the renovate/poetry branch from 91ce47d to 2507a07 Compare March 13, 2025 04:39
@renovate renovate Bot force-pushed the renovate/poetry branch 2 times, most recently from 5ba9755 to 6831ed4 Compare April 1, 2025 14:58
@renovate renovate Bot force-pushed the renovate/poetry branch 2 times, most recently from 4889221 to 8b6ba4c Compare April 5, 2025 20:35
@renovate renovate Bot force-pushed the renovate/poetry branch from 8b6ba4c to 738e6b9 Compare April 17, 2025 08:34
@renovate renovate Bot force-pushed the renovate/poetry branch 2 times, most recently from 935bb92 to 7313399 Compare May 18, 2025 05:01
@renovate renovate Bot force-pushed the renovate/poetry branch from 7313399 to 41ddbcb Compare May 22, 2025 04:48
@renovate renovate Bot force-pushed the renovate/poetry branch 3 times, most recently from 905cd1b to 230b751 Compare June 9, 2025 04:28
@renovate renovate Bot force-pushed the renovate/poetry branch from 230b751 to ac63df3 Compare June 9, 2025 20:31
@renovate renovate Bot force-pushed the renovate/poetry branch 2 times, most recently from c7ad1e7 to 2b980db Compare June 23, 2025 17:47
@renovate renovate Bot force-pushed the renovate/poetry branch 3 times, most recently from 2483d9b to 913192c Compare September 23, 2025 19:07
@renovate renovate Bot force-pushed the renovate/poetry branch 2 times, most recently from 0839bfd to b56adb0 Compare November 2, 2025 19:11
@renovate renovate Bot force-pushed the renovate/poetry branch from b56adb0 to a6123c9 Compare November 15, 2025 23:15
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Nov 15, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...


The current project's supported Python range (>=3.9) is not compatible with some of the required packages Python requirement:
  - pytest-httpserver requires Python >=3.10, so it will not be satisfied for Python >=3.9,<3.10

Because passwordless depends on pytest-httpserver (1.1.5) which requires Python >=3.10, version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For pytest-httpserver, a possible solution would be to set the `python` property to ">=3.10"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@renovate renovate Bot force-pushed the renovate/poetry branch 2 times, most recently from 5a61991 to c0c8fd1 Compare December 5, 2025 18:37
@renovate renovate Bot force-pushed the renovate/poetry branch 2 times, most recently from 7ed00a1 to 0d346f8 Compare December 23, 2025 22:29
@renovate renovate Bot force-pushed the renovate/poetry branch from 0d346f8 to 439b5a1 Compare January 14, 2026 03:28
@renovate renovate Bot mentioned this pull request Feb 11, 2026
1 task
@renovate renovate Bot changed the title [deps]: Lock file maintenance poetry [deps]: Update poetry Feb 12, 2026
@renovate renovate Bot force-pushed the renovate/poetry branch 2 times, most recently from 13864f2 to dbc2da2 Compare February 21, 2026 14:12
@renovate renovate Bot force-pushed the renovate/poetry branch 3 times, most recently from 0a6f513 to 676a652 Compare March 11, 2026 19:33
@renovate renovate Bot force-pushed the renovate/poetry branch 2 times, most recently from 7bcbc68 to 6103524 Compare March 31, 2026 06:41
@renovate renovate Bot force-pushed the renovate/poetry branch 3 times, most recently from 99142c8 to 271e500 Compare April 9, 2026 07:36
@renovate renovate Bot force-pushed the renovate/poetry branch 3 times, most recently from 6a9d012 to 05fd019 Compare April 20, 2026 02:47
@renovate renovate Bot force-pushed the renovate/poetry branch from 05fd019 to d3ec4ba Compare April 22, 2026 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants