Bump the python-packages group with 15 updates
Bumps the python-packages group with 15 updates:
| Package | From | To |
|---|---|---|
| mkdocs | 1.6.0 |
1.6.1 |
| mkdocs-autorefs | 1.0.1 |
1.2.0 |
| mkdocs-material | 9.5.27 |
9.5.39 |
| mkdocstrings[python-legacy] | 0.25.1 |
0.26.1 |
| build | 1.2.1 |
1.2.2 |
| coverage[toml] | 7.5.4 |
7.6.1 |
| ruff | 0.5.0 |
0.6.8 |
| mypy | 1.10.1 |
1.11.2 |
| pytest | 8.2.2 |
8.3.3 |
| pytest-httpbin | 2.0.0 |
2.1.0 |
| uvicorn | 0.30.1 |
0.31.0 |
| aiohttp | 3.10.2 |
3.10.8 |
| urllib3 | 2.2.2 |
2.2.3 |
| matplotlib | 3.7.5 |
3.9.2 |
| pyinstrument | 4.6.2 |
4.7.3 |
Updates mkdocs from 1.6.0 to 1.6.1
Release notes
Sourced from mkdocs's releases.
1.6.1
Version 1.6.1 (Friday 30th August, 2024)
Fixed
- Fix build error when environment variable
SOURCE_DATE_EPOCH=0is set. #3795- Fix build error when
mkdocs_theme.ymlconfig is empty. #3700- Support
python -WandPYTHONWARNINGSinstead of overriding the configuration. #3809- Support running with Docker under strict mode, by removing
0.0.0.0dev server warning. #3784- Drop unnecessary
changefreqfromsitemap.xml. #3629- Fix JavaScript console error when closing menu dropdown. #3774
- Fix JavaScript console error that occur on repeated clicks. #3730
- Fix JavaScript console error that can occur on dropdown selections. #3694
Added
Commits
bb7e8b6Version 1.6.1. (#3819)0b22a52Merge pull request #3795 from mkdocs/tomchristie-patch-1695d8edMerge pull request #3808 from razorblack/master347e79fMerge pull request #3817 from gesslar/patch-1200f6f9Update configuration.md05a64b4Use utc timezones consistently9204eb6Merge pull request #3809 from pawamoy/warnings-controla16d60fMerge pull request #3804 from KenSentMe/mastere72c7d0Merge pull request #3784 from squidfunk/fix/docker-warningd737625Merge pull request #3774 from squidfunk/fix/dropdown- Additional commits viewable in compare view
Updates mkdocs-autorefs from 1.0.1 to 1.2.0
Release notes
Sourced from mkdocs-autorefs's releases.
1.2.0
1.2.0 - 2024-09-01
Features
- Provide hook interface, use it to expand identifiers, attach additional context to references, and give more context around unmapped identifiers (fb8df98 by Timothée Mazzucotelli). Issue-54, PR-mkdocstrings#666
- Add option to resolve autorefs to closest URLs when multiple ones are found (2916eb2 by Timothée Mazzucotelli). Issue-52
Bug Fixes
Code Refactoring
- Emit deprecation warnings when old-style spans are found (4f2be46 by Timothée Mazzucotelli).
- Use
%sformatting instead of f-strings in log messages (0cedf9d by Timothée Mazzucotelli).1.1.0
1.1.0 - 2024-08-20
Deprecations
AUTO_REF_REis renamedAUTOREF_RE(and updated for an improved version offix_refs)AutoRefInlineProcessoris renamedAutorefsInlineProcessorFeatures
- Warn when multiple URLs are found for the same identifier (c630354 by Markus B). Issue-35, PR-50, Co-authored-by: Timothée Mazzucotelli [email protected]
Bug Fixes
Code Refactoring
Changelog
Sourced from mkdocs-autorefs's changelog.
1.2.0 - 2024-09-01
Features
- Provide hook interface, use it to expand identifiers, attach additional context to references, and give more context around unmapped identifiers (fb8df98 by Timothée Mazzucotelli). Issue-54, PR-mkdocstrings#666
- Add option to resolve autorefs to closest URLs when multiple ones are found (2916eb2 by Timothée Mazzucotelli). Issue-52
Bug Fixes
Code Refactoring
- Emit deprecation warnings when old-style spans are found (4f2be46 by Timothée Mazzucotelli).
- Use
%sformatting instead of f-strings in log messages (0cedf9d by Timothée Mazzucotelli).1.1.0 - 2024-08-20
Deprecations
AUTO_REF_REis renamedAUTOREF_RE(and updated for an improved version offix_refs)AutoRefInlineProcessoris renamedAutorefsInlineProcessorFeatures
- Warn when multiple URLs are found for the same identifier (c630354 by Markus B). Issue-35, PR-50, Co-authored-by: Timothée Mazzucotelli [email protected]
Bug Fixes
Code Refactoring
Commits
40940c5chore: Prepare release 1.2.0fb8df98feat: Provide hook interface, use it to expand identifiers, attach additional...b36a0d1fix: Don't ignore identifiers containing spaces and slashes4f2be46refactor: Emit deprecation warnings when old-style spans are founde422990chore: Add YORE comments2916eb2feat: Add option to resolve autorefs to closest URLs when multiple ones are f...a927babdocs: Reword plugin class docstringa99a99crefactor: Remove unnecessary try/else clause0cedf9drefactor: Use%sformatting instead of f-strings in log messagesa6e3090chore: Clean up check duty- Additional commits viewable in compare view
Updates mkdocs-material from 9.5.27 to 9.5.39
Release notes
Sourced from mkdocs-material's releases.
mkdocs-material-9.5.39
- Fixed #7226: not staying on page when using mike's canonical versioning
Thanks go to
@ilyagrfor their contributionsmkdocs-material-9.5.38
- Added Albanian translations
Thanks go to
@gerardkrajafor their contributionsmkdocs-material-9.5.37
- Added 4th and 5th level ordered list styles
- Fixed #7548: Tags have no spacing in search
mkdocs-material-9.5.36
- Fixed #7544: Social cards incorrectly rendering HTML entities
- Fixed #7542: Improved support for setting custom list styles
mkdocs-material-9.5.35
- Fixed #7498: Search not showing for Vietnamese language
mkdocs-material-9.5.34
- Updated Mermaid.js to version 11 (latest)
Thanks go to
@manselmifor their contributionsmkdocs-material-9.5.33
- Fixed #7453: Incorrect position of tooltip when sorting table
mkdocs-material-9.5.32
- Fixed RXSS vulnerability via deep link in search results
- Added support for fetching latest release from GitLab
Thanks go to
@joaopalmeirofor their contributionsmkdocs-material-9.5.31
- Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK
mkdocs-material-9.5.30
- Fixed #7380: Navigation icons disappearing on hover in Safari
- Fixed #7367: Blog readtime computation includes SVG text content
Thanks go to
@sispfor their contributionsmkdocs-material-9.5.29
- Updated Galician translations
- Fixed #7362: Annotations in figure captions rendering incorrectly
Thanks go to
@mmontes11for their contributions
... (truncated)
Changelog
Sourced from mkdocs-material's changelog.
mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)
- Fixed #7567: Empty headlines when using typeset plugin with anchorlinks
mkdocs-material-9.5.39 (2024-09-29)
- Fixed #7226: not staying on page when using mike's canonical versioning
mkdocs-material-9.5.38 (2024-09-26)
- Added Albanian translations
mkdocs-material-9.5.37 (2024-09-25)
- Added 4th and 5th level ordered list styles
- Fixed #7548: Tags have no spacing in search
mkdocs-material-9.5.36 (2024-09-21)
- Fixed #7544: Social cards incorrectly rendering HTML entities
- Fixed #7542: Improved support for setting custom list styles
mkdocs-material-9.5.35 (2024-09-18)
- Fixed #7498: Search not showing for Vietnamese language
mkdocs-material-9.5.34+insiders-4.53.13 (2024-09-14)
- Fixed #7520: Social plugin errors for generated files (MkDocs 1.6+)
mkdocs-material-9.5.34 (2024-08-31)
- Updated Mermaid.js to version 11 (latest)
mkdocs-material-9.5.33 (2024-08-23)
- Fixed #7453: Incorrect position of tooltip when sorting table
mkdocs-material-9.5.32 (2024-08-19)
- Fixed RXSS vulnerability via deep link in search results
- Added support for fetching latest release from GitLab
mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)
- Fixed #7410: Instant previews jump on content tabs with anchor links
- Fixed #7408: Instant previews jump on content tabs
mkdocs-material-9.5.31 (2024-08-02)
... (truncated)
Commits
70db88fPrepare 9.5.39 release187705eUpdated dependencies56fdb28Adjusted code copy button documentationaeb9492Fixed stay no page functionality when using mike's canonical versioning (#7559)50a15beUpdated link to step-by-step guide on YouTube117250aPrepare 9.5.38 release74ca234Added Albanian translations84ddbbaPrepare 9.5.37 releasefd98413Documentation (#7557)573d23dUpdated dependencies- Additional commits viewable in compare view
Updates mkdocstrings[python-legacy] from 0.25.1 to 0.26.1
Release notes
Sourced from mkdocstrings[python-legacy]'s releases.
0.26.1
0.26.1 - 2024-09-06
Bug Fixes
- Instantiate config of the autorefs plugin when it is not enabled by the user (db2ab34 by Timothée Mazzucotelli). Issue-autorefs#57
0.26.0
0.26.0 - 2024-09-02
Build
- Upgrade Python-Markdown lower bound to 3.6 (28565f9 by Timothée Mazzucotelli).
Dependencies
- Depend on mkdocs-autorefs v1 (33aa573 by Timothée Mazzucotelli).
Features
- Allow hooking into autorefs when converting Markdown docstrings (b63e726 by Timothée Mazzucotelli). Based-on-PR-autorefs#46
0.25.2
0.25.2 - 2024-07-25
Code Refactoring
- Give precedence to Markdown heading level (
##) (2e5f89e by Timothée Mazzucotelli).
Changelog
Sourced from mkdocstrings[python-legacy]'s changelog.
0.26.1 - 2024-09-06
Bug Fixes
- Instantiate config of the autorefs plugin when it is not enabled by the user (db2ab34 by Timothée Mazzucotelli). Issue-autorefs#57
0.26.0 - 2024-09-02
Build
- Upgrade Python-Markdown lower bound to 3.6 (28565f9 by Timothée Mazzucotelli).
Dependencies
- Depend on mkdocs-autorefs v1 (33aa573 by Timothée Mazzucotelli).
Features
- Allow hooking into autorefs when converting Markdown docstrings (b63e726 by Timothée Mazzucotelli). Based-on-PR-autorefs#46
0.25.2 - 2024-07-25
Code Refactoring
- Give precedence to Markdown heading level (
##) (2e5f89e by Timothée Mazzucotelli).
Commits
651d176chore: Prepare release 0.26.1db2ab34fix: Instantiate config of the autorefs plugin when it is not enabled by the ...a65035adocs: Clarify that Installation sectionb1aa042chore: Prepare release 0.26.0b63e726feat: Allow hooking into autorefs when converting Markdown docstrings3c878b7chore: Upgrade mkdocs-redirects lower bound to avoid deprecation warning28565f9build: Upgrade Python-Markdown lower bound to 3.652fad11style: Formatc6ca522docs: Fix dead link8041ef3docs: Update code highlight lines- Additional commits viewable in compare view
Updates build from 1.2.1 to 1.2.2
Release notes
Sourced from build's releases.
Version 1.2.2
What's Changed
- Add editable to
builder.get_requries_for_build's static types (PR #764, fixes issue #763)- Include artifact attestations in our release (PR #782)
- Fix typing compatibility with typed
pyproject-hooks(PR #788)- Mark more tests with
network(PR #808)- Add more intersphinx links to docs (PR #804)
- Make
uvoptional for tests (PR #807 and #813)New Contributors
@carlwgeorgemade their first contribution in pypa/build#808@edgarrmondragonmade their first contribution in pypa/build#804Full Changelog: https://github.com/pypa/build/compare/1.2.1...1.2.2
Changelog
Sourced from build's changelog.
1.2.2 (2024-09-06)
- Add editable to
builder.get_requries_for_build's static types (PR :pr:764, fixes issue :issue:763)- Include artifact attestations in our release (PR :pr:
782)- Fix typing compatibility with typed
pyproject-hooks(PR :pr:788)- Mark more tests with
network(PR :pr:808)- Add more intersphinx links to docs (PR :pr:
804)- Make
uvoptional for tests (PR :pr:807and :pr:813)
Commits
3b0b5d0docs: changelog for 1.2.2 (#812)b44a886docs: more info in README8e19948build(deps): bump actions/attest-build-provenance in the actions group (#814)b90956ctests: add module case to uv detection (#813)e79f1b3ci: remove bot comments from generated release notes (#810)f6da25apre-commit: bump repositories (#801)9a52c50tests: optional uv (#807)553b700docs: Add a few intersphinx links to the Python Packaging User Guide (#804)336efcbbuild(deps): bump actions/attest-build-provenance in the actions group (#802)73b7213tests: mark more network tests (#808)- Additional commits viewable in compare view
Updates coverage[toml] from 7.5.4 to 7.6.1
Release notes
Sourced from coverage[toml]'s releases.
7.6.1
Released 2024-08-04
- Fix: coverage used to fail when measuring code using https://docs.python.org/3/library/runpy.html#runpy.run_path with a https://docs.python.org/3/library/pathlib.html#pathlib.Path argument. This is now fixed, thanks to Ask Hjorth Larsen.
- Fix: backslashes preceding a multi-line backslashed string could confuse the HTML report. This is now fixed, thanks to LiuYinCarl.
- Now we publish wheels for Python 3.13, both regular and free-threaded.
:arrow_right: PyPI page: coverage 7.6.1. :arrow_right: To install:
python3 -m pip install coverage==7.6.17.6.0
Released 2024-07-11
- Exclusion patterns can now be multi-line, thanks to Daniel Diniz. This enables many interesting exclusion use-cases, including those requested in issues 118 (entire files), 996 (multiple lines only when appearing together), 1741 (remainder of a function), and 1803 (arbitrary sequence of marked lines). See the Multi-line exclusion regexes section of the docs for more details and examples.
- The JSON report now includes per-function and per-class coverage information. Thanks to Daniel Diniz for getting the work started. This closes issue 1793 and issue 1532.
- Fixed an incorrect calculation of “(no class)” lines in the HTML classes report.
- Python 3.13.0b3 is supported.
:arrow_right: PyPI page: coverage 7.6.0. :arrow_right: To install:
python3 -m pip install coverage==7.6.0
Changelog
Sourced from coverage[toml]'s changelog.
Version 7.6.1 — 2024-08-04
Fix: coverage used to fail when measuring code using :func:
runpy.run_path <python:runpy.run_path>with a :class:Path <python:pathlib.Path>argument. This is now fixed, thanks toAsk Hjorth Larsen <pull 1819_>_.Fix: backslashes preceding a multi-line backslashed string could confuse the HTML report. This is now fixed, thanks to
LiuYinCarl <pull 1828_>_.Now we publish wheels for Python 3.13, both regular and free-threaded.
.. _pull 1819: nedbat/coveragepy#1819 .. _pull 1828: nedbat/coveragepy#1828
.. _changes_7-6-0:
Version 7.6.0 — 2024-07-11
Exclusion patterns can now be multi-line, thanks to
Daniel Diniz <pull 1807_>. This enables many interesting exclusion use-cases, including those requested in issues118 <issue 118_>(entire files),996 <issue 996_>_ (multiple lines only when appearing together),1741 <issue 1741_>_ (remainder of a function), and1803 <issue 1803_>_ (arbitrary sequence of marked lines). See the :ref:multi_line_excludesection of the docs for more details and examples.The JSON report now includes per-function and per-class coverage information. Thanks to
Daniel Diniz <pull 1809_>_ for getting the work started. This closesissue 1793_ andissue 1532_.Fixed an incorrect calculation of "(no class)" lines in the HTML classes report.
Python 3.13.0b3 is supported.
.. _issue 118: nedbat/coveragepy#118 .. _issue 996: nedbat/coveragepy#996 .. _issue 1532: nedbat/coveragepy#1532 .. _issue 1741: nedbat/coveragepy#1741 .. _issue 1793: nedbat/coveragepy#1793 .. _issue 1803: nedbat/coveragepy#1803 .. _pull 1807: nedbat/coveragepy#1807 .. _pull 1809: nedbat/coveragepy#1809
.. _changes_7-5-4:
Commits
29f5898docs: sample HTML for 7.6.19b829f1docs: prep for 7.6.1ebbb6a2build: wheels for 3.13rc13872525chore: make upgrade7a27f40test: fix a test on free-threading, use abiflags to get site-packages path co...2b53664build: include gil/nogil in the version bannerda1682fdocs: changelog and contributor for #1828dc819fftest: two tests for #18289aaa404fix: properly handle backslash before multi-line string (#1828)9c50270chore: make upgrade- Additional commits viewable in compare view
Updates ruff from 0.5.0 to 0.6.8
Release notes
Sourced from ruff's releases.
0.6.8
Release Notes
Preview features
- Remove unnecessary parentheses around
match caseclauses (#13510)- Parenthesize overlong
ifguards inmatch..caseclauses (#13513)- Detect basic wildcard imports in
ruff analyze graph(#13486)- [
pylint] Implementboolean-chained-comparison(R1716) (#13435)Rule changes
- [
lake8-simplify] DetectSIM910when using variadic keyword arguments, i.e.,**kwargs(#13503)- [
pyupgrade] Avoid false negatives with non-reference shadowed bindings of loop variables (UP028) (#13504)Bug fixes
- Detect tuples bound to variadic positional arguments i.e.
*args(#13512)- Exit gracefully on broken pipe errors (#13485)
- Avoid panic when analyze graph hits broken pipe (#13484)
Performance
Contributors
@MichaReiser@TomerBin@charliermarsh@diceroll123@dylwil3@haarisr@renovate@sbrugman@vincevannoort@zaniebInstall ruff 0.6.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.6.8/ruff-installer.sh | shInstall prebuilt binaries via powershell script
... (truncated)
Changelog
Sourced from ruff's changelog.
0.6.8
Preview features
- Remove unnecessary parentheses around
match caseclauses (#13510)- Parenthesize overlong
ifguards inmatch..caseclauses (#13513)- Detect basic wildcard imports in
ruff analyze graph(#13486)- [
pylint] Implementboolean-chained-comparison(R1716) (#13435)Rule changes
- [
lake8-simplify] DetectSIM910when using variadic keyword arguments, i.e.,**kwargs(#13503)- [
pyupgrade] Avoid false negatives with non-reference shadowed bindings of loop variables (UP028) (#13504)Bug fixes
- Detect tuples bound to variadic positional arguments i.e.
*args(#13512)- Exit gracefully on broken pipe errors (#13485)
- Avoid panic when analyze graph hits broken pipe (#13484)
Performance
0.6.7
Preview features
- Add Python version support to ruff analyze CLI (#13426)
- Add
excludesupport toruff analyze(#13425)- Fix parentheses around return type annotations (#13381)
Rule changes
- [
pycodestyle] Fix: Don't autofix if the first line ends in a question mark? (D400) (#13399)Bug fixes
- Respect
lint.excludein ruff check--add-noqa(#13427)Performance
- Avoid tracking module resolver files in Salsa (#13437)
- Use
forgetfor module resolver database (#13438)0.6.6
Preview features
... (truncated)
Commits
ae39ce5Bump version to 0.6.8 (#13522)ff2d214Don't skip over imports and other nodes containing nested statements in impor...9442cd8Parenthesizematch..caseifguards (#13513)8012707Align formatting of patterns in match-cases with expression formatting in cla...d7ffe46Disable thetypesetplugin (#13517)7c83af4red-knot: Implement thenotoperator for allTypevariants (#13432)bbb044eDetect tuples bound to variadic positional arguments i.e.*args(#13512)4810652Avoid UP028 false negatives with non-reference shadowed bindings of loop vari...11f06e0Detect SIM910 when using variadic keyword arguments, i.e.,**kwargs(#13503)f27a8b8[internal]ComparableExpr(f)strings and bytes made invariant under concate...- Additional commits viewable in compare view
Updates mypy from 1.10.1 to 1.11.2
Changelog
Sourced from mypy's changelog.
Mypy Release Notes
Next release
Mypy 1.11
We’ve just uploaded mypy 1.11 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:
python3 -m pip install -U mypyYou can read the full documentation for this release on Read the Docs.
Support Python 3.12 Syntax for Generics (PEP 695)
Mypy now supports the new type parameter syntax introduced in Python 3.12 (PEP 695). This feature is still experimental and must be enabled with the
--enable-incomplete-feature=NewGenericSyntaxflag, or withenable_incomplete_feature = NewGenericSyntaxin the mypy configuration file. We plan to enable this by default in the next mypy feature release.This example demonstrates the new syntax:
# Generic function def f[T](https://github.com/python/mypy/blob/master/x: T) -> T: ...reveal_type(f(1)) # Revealed type is 'int'
Generic class
class C[T]: def init(self, x: T) -> None: self.x = x
c = C('a') reveal_type(c.x) # Revealed type is 'str'
Type alias
type A[T] = C[list[T]]
This feature was contributed by Jukka Lehtosalo.
Support for
functools.partialMypy now type checks uses of
functools.partial. Previously mypy would accept arbitrary arguments.This example will now produce an error:
from functools import partial </tr></table>
... (truncated)
Commits
789f02cBump version to 1.11.2917cc75An alternative fix for a union-like literal string (#17639)7d805b3Unwrap TypedDict item types before storing (#17640)32675ddRevert "Fix Literal strings containing pipe characters" (#17638)778542bRevert "FixRawExpressionType.acceptcrash with--cache-fine-grained" (#1...14ab742Bump version to 1.11.2+dev570b90aBump version to 1.11b3a102eFixRawExpressionType.acceptcrash with--cache-fine-grained(#17588)aec04c7Fix PEP 604 isinstance caching (#17563)cb44e4dFixtyping.TypeAliasTypebeing undefined on python < 3.12 (#17558)- Additional commits viewable in compare view
Updates pytest from 8.2.2 to 8.3.3
Release notes
Sourced from pytest's releases.
8.3.3
pytest 8.3.3 (2024-09-09)
Bug fixes
#12446: Avoid calling
@property(and other instance descriptors) during fixture discovery -- byasottile{.interpreted-text role="user"}#12659: Fixed the issue of not displaying assertion failure differences when using the parameter
--import-mode=importlibin pytest>=8.1.#12667: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.
#12744: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by
Avasam{.interpreted-text role="user"}#12745: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.
#6682: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in
assert condition, msg).#9422: Fix bug where disabling the terminal plugin via
-p no:terminalwould cause crashes related to missing theverboseoption.-- by
GTowers1{.interpreted-text role="user"}Improved documentation
- #12663: Clarify that the [pytest_deselected]{.title-ref} hook should be called from [pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.
- #12678: Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref} example in docs.
Miscellaneous internal changes
- #12769: Fix typos discovered by codespell and add codespell to pre-commit hooks.
8.3.2
pytest 8.3.2 (2024-07-24)
Bug fixes
#12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected.
-- by
RonnyPfannschmidt{.interpreted-text role="user"}8.3.1
pytest 8.3.1 (2024-07-20)
The 8.3.0 release failed to include the change notes and docs for the release. This patch release remedies this. There are no other changes.
... (truncated)
Commits
d0f136fbuild(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (#12790)972f307Prepare release version 8.3.30dabdcfInclude co-authors in release announcement (#12795) (#12797)a9910a4Do not discover properties when iterating fixtures (#12781) (#12788)0f10b6bFix issue with slashes being turned into backslashes on Windows (#12760) (#12...300d13dMerge pull request #12785 from pytest-dev/patchback/backports/8.3.x/57cccf7f4...e5d32c7Merge pull request #12784 from svenevs/fix/docs-example-parametrize-minor-typobc913d1Streamline checks for verbose option (#12706) (#12778)01cfcc9Fix typos and introduce codespell pre-commit hook (#12769) (#12774)4873394doc: Remove past training (#12772) (#12773)- Additional commits viewable in compare view
Updates pytest-httpbin from 2.0.0 to 2.1.0