Open
Conversation
1912918 to
378fedd
Compare
eeefb95 to
3106800
Compare
167c977 to
7991b3d
Compare
7991b3d to
36f41f2
Compare
9ad097d to
91ce47d
Compare
91ce47d to
2507a07
Compare
5ba9755 to
6831ed4
Compare
4889221 to
8b6ba4c
Compare
8b6ba4c to
738e6b9
Compare
935bb92 to
7313399
Compare
7313399 to
41ddbcb
Compare
905cd1b to
230b751
Compare
230b751 to
ac63df3
Compare
c7ad1e7 to
2b980db
Compare
2483d9b to
913192c
Compare
913192c to
2e168d9
Compare
0839bfd to
b56adb0
Compare
b56adb0 to
a6123c9
Compare
Contributor
Author
|
5a61991 to
c0c8fd1
Compare
7ed00a1 to
0d346f8
Compare
0d346f8 to
439b5a1
Compare
13864f2 to
dbc2da2
Compare
0a6f513 to
676a652
Compare
7bcbc68 to
6103524
Compare
99142c8 to
271e500
Compare
6a9d012 to
05fd019
Compare
05fd019 to
d3ec4ba
Compare
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.
This PR contains the following updates:
1.7.5→1.7.77.1.1→7.3.01.14.1→1.20.14.0.1→4.5.11.1.0→1.1.53.14.0→3.15.12.32.0.20241016→2.33.0.20260408Release Notes
PyCQA/docformatter (docformatter)
v1.7.7Compare Source
Full Changelog
Merged pull requests:
v1.7.6Compare Source
Full Changelog
Merged pull requests:
pycqa/flake8 (flake8)
v7.3.0Compare Source
v7.2.0Compare Source
v7.1.2Compare Source
python/mypy (mypy)
v1.20.1Compare Source
dict.__or__typeshed change (Ivan Levkivskyi, PR 21186)type[T]in type calls (Shantanu, PR 21174)Anytyped variables (Shantanu, PR 21142)--warn-unused-configshould not be a strict flag (Ivan Levkivskyi, PR 21139)v1.20.0Compare Source
v1.19.1Compare Source
types.NoneTypein match cases (A5rocks, PR 20383)v1.19.0Compare Source
v1.18.2Compare Source
object.__init__(Stephen Morton, PR 19733)v1.18.1Compare Source
v1.17.1Compare Source
Noneas constraints bottom if no bottoms were provided (Stanislav Terliakov, PR 19485)hasattr" in dmypy (Stanislav Terliakov, PR 19428)v1.17.0Compare Source
v1.16.1Compare Source
v1.16.0Compare Source
v1.15.0Compare Source
pre-commit/pre-commit (pre-commit)
v4.5.1Compare Source
==================
Fixes
language: pythonwithrepo: localwithoutadditional_dependencies.v4.5.0Compare Source
==================
Features
pre-commit hazmat.v4.4.0Compare Source
==================
Features
--fail-fastoption topre-commit run.ruby-build/rbenv.language: unsupported/language: unsupported_scriptas aliasesfor
language: system/language: script(which will eventually bedeprecated).
Fixes
SecurityOptions: null.stagesin.pre-commit-config.yaml.v4.3.0Compare Source
==================
Features
language: docker/language: docker_image: detect rootless docker.language: julia: avoidstartup.jlwhen executing hooks.language: dart: support latest dart versions which require a higher sdklower bound.
v4.2.0Compare Source
==================
Features
language: pythonfirst attempt a versioned python executable forthe default language version before consulting a potentially unversioned
sys.executable.Fixes
v4.1.0Compare Source
==================
Features
language: julia.Fixes
language: golang.language: rinstallation when initiated by RStudio.csernazs/pytest-httpserver (pytest-httpserver)
v1.1.5Compare Source
=====
.. _Release Notes_1.1.5_New Features:
New Features
bake()method toHTTPServerfor creating pre-configuredrequest expectation proxies (
BakedHTTPServer). This allows sharingcommon keyword arguments (e.g.
method,headers) across multipleexpect_request()calls with last-wins merging semantics.#​470 <https://github.com/csernazs/pytest-httpserver/pull/470>_Contributed by
@HayaoSuzuki <https://github.com/HayaoSuzuki>_.. _Release Notes_1.1.4:
v1.1.4Compare Source
=====
.. _Release Notes_1.1.4_New Features:
New Features
default).
#​462 <https://github.com/csernazs/pytest-httpserver/pull/462>_.. _Release Notes_1.1.4_Deprecation Notes:
Deprecation Notes
may work on this version, there will be no CI tests running on it.
.. _Release Notes_1.1.3:
v1.1.3Compare Source
=====
.. _Release Notes_1.1.3_Bug Fixes:
Bug Fixes
#​411 <https://github.com/csernazs/pytest-httpserver/pull/411>_.. _Release Notes_1.1.2:
v1.1.2Compare Source
=====
.. _Release Notes_1.1.2_Deprecation Notes:
Deprecation Notes
code more type safe. Python 3.8 has reached EOL on 2024-10-07.
.. _Release Notes_1.1.1:
v1.1.1Compare Source
=====
.. _Release Notes_1.1.1_New Features:
New Features
expectmethod to theHTTPServerobject which allowsdevelopers to provide their own request matcher object.
.. _Release Notes_1.1.0:
pytest-dev/pytest-mock (pytest-mock)
v3.15.1Compare Source
2025-09-16
#​529 <https://github.com/pytest-dev/pytest-mock/issues/529>_: Fixeditertools._tee object has no attribute error-- nowduplicate_iterators=Truemust be passed tomocker.spyto duplicate iterators.v3.15.0Compare Source
2025-09-04
#​524 <https://github.com/pytest-dev/pytest-mock/pull/524>_: Addedspy_return_itertomocker.spy, which contains a duplicate of the return value of the spied method if it is anIterator.v3.14.1Compare Source
#​503 <https://github.com/pytest-dev/pytest-mock/pull/503>_: Python 3.14 is now officially supported.Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.