Document AI Toolbox is an SDK for Python that provides utility functions for managing, manipulating, and extracting information from the document response. It creates a "wrapped" document object from JSON files in Cloud Storage, local JSON files, or output directly from the Document AI API.
kislyuk/argcomplete (argcomplete)
### [`v3.3.0`](https://togithub.com/kislyuk/argcomplete/blob/HEAD/Changes.rst#Changes-for-v330-2024-04-14)
[Compare Source](https://togithub.com/kislyuk/argcomplete/compare/v3.2.3...v3.3.0)
\===============================
- Preserve compatibility with argparse option tuples of length 4. This
update is required to use argcomplete on Python 3.11.9+ or 3.12.3+.
tox-dev/py-filelock (filelock)
### [`v3.14.0`](https://togithub.com/tox-dev/filelock/releases/tag/3.14.0)
[Compare Source](https://togithub.com/tox-dev/py-filelock/compare/3.13.4...3.14.0)
#### What's Changed
- feat: `blocking` parameter on lock constructor with tests and docs by [@iamkhav](https://togithub.com/iamkhav) in [https://github.com/tox-dev/filelock/pull/325](https://togithub.com/tox-dev/filelock/pull/325)
#### New Contributors
- [@iamkhav](https://togithub.com/iamkhav) made their first contribution in [https://github.com/tox-dev/filelock/pull/325](https://togithub.com/tox-dev/filelock/pull/325)
**Full Changelog**: https://github.com/tox-dev/filelock/compare/3.13.4...3.14.0
### [`v3.13.4`](https://togithub.com/tox-dev/filelock/releases/tag/3.13.4)
[Compare Source](https://togithub.com/tox-dev/py-filelock/compare/3.13.3...3.13.4)
#### What's Changed
- Raise error on incompatible singleton timeout and mode args by [@nefrob](https://togithub.com/nefrob) in [https://github.com/tox-dev/filelock/pull/320](https://togithub.com/tox-dev/filelock/pull/320)
**Full Changelog**: https://github.com/tox-dev/filelock/compare/3.13.3...3.13.4
### [`v3.13.3`](https://togithub.com/tox-dev/filelock/releases/tag/3.13.3)
[Compare Source](https://togithub.com/tox-dev/py-filelock/compare/3.13.2...3.13.3)
#### What's Changed
- Make singleton class instance dict unique per subclass by [@nefrob](https://togithub.com/nefrob) in [https://github.com/tox-dev/filelock/pull/318](https://togithub.com/tox-dev/filelock/pull/318)
**Full Changelog**: https://github.com/tox-dev/filelock/compare/3.13.2...3.13.3
### [`v3.13.2`](https://togithub.com/tox-dev/filelock/releases/tag/3.13.2)
[Compare Source](https://togithub.com/tox-dev/py-filelock/compare/3.13.1...3.13.2)
#### What's Changed
- Fixed small typo in \_unix.py by [@snemes](https://togithub.com/snemes) in [https://github.com/tox-dev/filelock/pull/302](https://togithub.com/tox-dev/filelock/pull/302)
- Update SECURITY.md to reflect Python 3.7 support dropoff by [@kemzeb](https://togithub.com/kemzeb) in [https://github.com/tox-dev/filelock/pull/304](https://togithub.com/tox-dev/filelock/pull/304)
- Update index.rst to improve the demo usage by [@youkaichao](https://togithub.com/youkaichao) in [https://github.com/tox-dev/filelock/pull/314](https://togithub.com/tox-dev/filelock/pull/314)
- \[BugFix] fix permission denied error when lock file is placed in `/tmp` by [@kota-iizuka](https://togithub.com/kota-iizuka) in [https://github.com/tox-dev/filelock/pull/317](https://togithub.com/tox-dev/filelock/pull/317)
#### New Contributors
- [@snemes](https://togithub.com/snemes) made their first contribution in [https://github.com/tox-dev/filelock/pull/302](https://togithub.com/tox-dev/filelock/pull/302)
- [@kemzeb](https://togithub.com/kemzeb) made their first contribution in [https://github.com/tox-dev/filelock/pull/304](https://togithub.com/tox-dev/filelock/pull/304)
- [@youkaichao](https://togithub.com/youkaichao) made their first contribution in [https://github.com/tox-dev/filelock/pull/314](https://togithub.com/tox-dev/filelock/pull/314)
- [@kota-iizuka](https://togithub.com/kota-iizuka) made their first contribution in [https://github.com/tox-dev/filelock/pull/317](https://togithub.com/tox-dev/filelock/pull/317)
**Full Changelog**: https://github.com/tox-dev/filelock/compare/3.13.1...3.13.2
googleapis/python-bigquery (google-cloud-bigquery)
### [`v3.23.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3230-2024-05-16)
[Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.22.0...v3.23.0)
##### Features
- Adds timer decorator to facilitate debugging ([#1917](https://togithub.com/googleapis/python-bigquery/issues/1917)) ([ea750e0](https://togithub.com/googleapis/python-bigquery/commit/ea750e0248473b6207b8517aa7ea1cf4e19bccf2))
- Support insertAll for range ([#1909](https://togithub.com/googleapis/python-bigquery/issues/1909)) ([74e75e8](https://togithub.com/googleapis/python-bigquery/commit/74e75e89ce3a5ac18112b2c1c33248445ff072e4))
##### Bug Fixes
- Add pyarrow version check for range support ([#1914](https://togithub.com/googleapis/python-bigquery/issues/1914)) ([a86d7b9](https://togithub.com/googleapis/python-bigquery/commit/a86d7b96813f67fea28b46c5252416222edca9a6))
- Edit presubmit for to simplify configuration ([#1915](https://togithub.com/googleapis/python-bigquery/issues/1915)) ([b739596](https://togithub.com/googleapis/python-bigquery/commit/b739596f37b8c00b375cc811c316b618097d761a))
### [`v3.22.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3220-2024-04-19)
[Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.21.0...v3.22.0)
##### Features
- Support RANGE in queries Part 2: Arrow ([#1868](https://togithub.com/googleapis/python-bigquery/issues/1868)) ([5251b5d](https://togithub.com/googleapis/python-bigquery/commit/5251b5dbb254732ea730bab664ad319bd5be47e7))
### [`v3.21.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3210-2024-04-18)
[Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.20.1...v3.21.0)
##### Features
- Add compression option ZSTD. ([#1890](https://togithub.com/googleapis/python-bigquery/issues/1890)) ([5ed9cce](https://togithub.com/googleapis/python-bigquery/commit/5ed9ccee204b7cf8e96cb0e050f6830c05f3b4fd))
- Adds billing to opentel ([#1889](https://togithub.com/googleapis/python-bigquery/issues/1889)) ([38697fb](https://togithub.com/googleapis/python-bigquery/commit/38697fb942516fc2f6f5e21e19a11811fbaeb1f4))
- Support RANGE in queries Part 1: JSON ([#1884](https://togithub.com/googleapis/python-bigquery/issues/1884)) ([3634405](https://togithub.com/googleapis/python-bigquery/commit/3634405fa1b40ae5f69b06d7c7f8de4e3d246d92))
##### Bug Fixes
- Add types to DatasetReference constructor ([#1601](https://togithub.com/googleapis/python-bigquery/issues/1601)) ([bf8861c](https://togithub.com/googleapis/python-bigquery/commit/bf8861c3473a1af978db7a06463ddc0bad86f326))
- Creates linting-typing.cfg in presubmit ([#1881](https://togithub.com/googleapis/python-bigquery/issues/1881)) ([c852c15](https://togithub.com/googleapis/python-bigquery/commit/c852c153c55025ba1187d61e313ead2308616c55))
- Remove duplicate key time_partitioning from Table.\_PROPERTY_TO_A… ([#1898](https://togithub.com/googleapis/python-bigquery/issues/1898)) ([82ae908](https://togithub.com/googleapis/python-bigquery/commit/82ae908fbf3b2361343fff1859d3533383dc50ec))
- Retry query jobs that fail even with ambiguous `jobs.getQueryResults` REST errors ([#1903](https://togithub.com/googleapis/python-bigquery/issues/1903), [#1900](https://togithub.com/googleapis/python-bigquery/issues/1900)) ([1367b58](https://togithub.com/googleapis/python-bigquery/commit/1367b584b68d917ec325ce4383a0e9a36205b894))
##### Performance Improvements
- Avoid unnecessary API call in `QueryJob.result()` when job is already finished ([#1900](https://togithub.com/googleapis/python-bigquery/issues/1900)) ([1367b58](https://togithub.com/googleapis/python-bigquery/commit/1367b584b68d917ec325ce4383a0e9a36205b894))
googleapis/google-cloud-python (google-cloud-documentai)
### [`v2.27.1`](https://togithub.com/googleapis/google-cloud-python/releases/tag/google-cloud-documentai-v2.27.1): google-cloud-documentai: v2.27.1
[Compare Source](https://togithub.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.27.0...google-cloud-documentai-v2.27.1)
##### Documentation
- \[google-cloud-documentai] clarify the unavailability of some features ([#12699](https://togithub.com/googleapis/google-cloud-python/issues/12699)) ([3ec5a2c](https://togithub.com/googleapis/google-cloud-python/commit/3ec5a2c1232fc496c72f47af312d59c1bdd0fe32))
- updated comments ([9722673](https://togithub.com/googleapis/google-cloud-python/commit/9722673d20f8e10c017f2f1f460daee1c098c230))
### [`v2.27.0`](https://togithub.com/googleapis/google-cloud-python/releases/tag/google-cloud-documentai-v2.27.0): google-cloud-documentai: v2.27.0
[Compare Source](https://togithub.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.26.0...google-cloud-documentai-v2.27.0)
##### Features
- Support Chunk header and footer in Doc AI external proto ([2615bd3](https://togithub.com/googleapis/google-cloud-python/commit/2615bd39fd3880cba0314e0fcc732ff24e4f0c9d))
##### Documentation
- Keep the API doc up-to-date with recent changes ([2615bd3](https://togithub.com/googleapis/google-cloud-python/commit/2615bd39fd3880cba0314e0fcc732ff24e4f0c9d))
### [`v2.26.0`](https://togithub.com/googleapis/google-cloud-python/releases/tag/google-cloud-speech-v2.26.0): google-cloud-speech: v2.26.0
[Compare Source](https://togithub.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.25.0...google-cloud-documentai-v2.26.0)
##### Features
- add `translation_config` in `RecognitionConfig` message ([4ed87f1](https://togithub.com/googleapis/google-cloud-python/commit/4ed87f14b7917ebd3379f6da7ee4064027be1852))
wntrblm/nox (nox)
### [`v2024.4.15`](https://togithub.com/wntrblm/nox/compare/2024.03.02...2024.04.15)
[Compare Source](https://togithub.com/wntrblm/nox/compare/2024.03.02...2024.04.15)
platformdirs/platformdirs (platformdirs)
### [`v4.2.2`](https://togithub.com/platformdirs/platformdirs/releases/tag/4.2.2)
[Compare Source](https://togithub.com/platformdirs/platformdirs/compare/4.2.1...4.2.2)
#### What's Changed
- Fix android detection when python4android is present by [@tmolitor-stud-tu](https://togithub.com/tmolitor-stud-tu) in [https://github.com/platformdirs/platformdirs/pull/277](https://togithub.com/platformdirs/platformdirs/pull/277)
#### New Contributors
- [@tmolitor-stud-tu](https://togithub.com/tmolitor-stud-tu) made their first contribution in [https://github.com/platformdirs/platformdirs/pull/277](https://togithub.com/platformdirs/platformdirs/pull/277)
**Full Changelog**: https://github.com/platformdirs/platformdirs/compare/4.2.1...4.2.2
### [`v4.2.1`](https://togithub.com/platformdirs/platformdirs/releases/tag/4.2.1)
[Compare Source](https://togithub.com/platformdirs/platformdirs/compare/4.2.0...4.2.1)
#### What's Changed
- Switch to ruff for formatting and use codespell and docformatter by [@gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/platformdirs/platformdirs/pull/261](https://togithub.com/platformdirs/platformdirs/pull/261)
- Use hatch over tox by [@gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/platformdirs/platformdirs/pull/262](https://togithub.com/platformdirs/platformdirs/pull/262)
- chore: various minor fixes by [@deronnax](https://togithub.com/deronnax) in [https://github.com/platformdirs/platformdirs/pull/263](https://togithub.com/platformdirs/platformdirs/pull/263)
- chore: update dead Microsoft's known folders documentation link by [@deronnax](https://togithub.com/deronnax) in [https://github.com/platformdirs/platformdirs/pull/267](https://togithub.com/platformdirs/platformdirs/pull/267)
- Allow working without ctypes by [@youknowone](https://togithub.com/youknowone) in [https://github.com/platformdirs/platformdirs/pull/275](https://togithub.com/platformdirs/platformdirs/pull/275)
#### New Contributors
- [@deronnax](https://togithub.com/deronnax) made their first contribution in [https://github.com/platformdirs/platformdirs/pull/263](https://togithub.com/platformdirs/platformdirs/pull/263)
- [@youknowone](https://togithub.com/youknowone) made their first contribution in [https://github.com/platformdirs/platformdirs/pull/275](https://togithub.com/platformdirs/platformdirs/pull/275)
**Full Changelog**: https://github.com/platformdirs/platformdirs/compare/4.2.0...4.2.1
pytest-dev/pytest (pytest)
### [`v8.2.1`](https://togithub.com/pytest-dev/pytest/releases/tag/8.2.1)
[Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.2.0...8.2.1)
# pytest 8.2.1 (2024-05-19)
## Improvements
- [#12334](https://togithub.com/pytest-dev/pytest/issues/12334): Support for Python 3.13 (beta1 at the time of writing).
## Bug Fixes
- [#12120](https://togithub.com/pytest-dev/pytest/issues/12120): Fix \[PermissionError]{.title-ref} crashes arising from directories which are not selected on the command-line.
- [#12191](https://togithub.com/pytest-dev/pytest/issues/12191): Keyboard interrupts and system exits are now properly handled during the test collection.
- [#12300](https://togithub.com/pytest-dev/pytest/issues/12300): Fixed handling of 'Function not implemented' error under squashfuse_ll, which is a different way to say that the mountpoint is read-only.
- [#12308](https://togithub.com/pytest-dev/pytest/issues/12308): Fix a regression in pytest 8.2.0 where the permissions of automatically-created `.pytest_cache` directories became `rwx------` instead of the expected `rwxr-xr-x`.
## Trivial/Internal Changes
- [#12333](https://togithub.com/pytest-dev/pytest/issues/12333): pytest releases are now attested using the recent [Artifact Attestation](https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/) support from GitHub, allowing users to verify the provenance of pytest's sdist and wheel artifacts.
### [`v8.2.0`](https://togithub.com/pytest-dev/pytest/releases/tag/8.2.0)
[Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.1.2...8.2.0)
# pytest 8.2.0 (2024-04-27)
## Deprecations
- [#12069](https://togithub.com/pytest-dev/pytest/issues/12069): A deprecation warning is now raised when implementations of one of the following hooks request a deprecated `py.path.local` parameter instead of the `pathlib.Path` parameter which replaced it:
- `pytest_ignore_collect`{.interpreted-text role="hook"} - the `path` parameter - use `collection_path` instead.
- `pytest_collect_file`{.interpreted-text role="hook"} - the `path` parameter - use `file_path` instead.
- `pytest_pycollect_makemodule`{.interpreted-text role="hook"} - the `path` parameter - use `module_path` instead.
- `pytest_report_header`{.interpreted-text role="hook"} - the `startdir` parameter - use `start_path` instead.
- `pytest_report_collectionfinish`{.interpreted-text role="hook"} - the `startdir` parameter - use `start_path` instead.
The replacement parameters are available since pytest 7.0.0.
The old parameters will be removed in pytest 9.0.0.
See `legacy-path-hooks-deprecated`{.interpreted-text role="ref"} for more details.
## Features
- [#11871](https://togithub.com/pytest-dev/pytest/issues/11871): Added support for reading command line arguments from a file using the prefix character `@`, like e.g.: `pytest @tests.txt`. The file must have one argument per line.
See `Read arguments from file `{.interpreted-text role="ref"} for details.
## Improvements
- [#11523](https://togithub.com/pytest-dev/pytest/issues/11523): `pytest.importorskip`{.interpreted-text role="func"} will now issue a warning if the module could be found, but raised `ImportError`{.interpreted-text role="class"} instead of `ModuleNotFoundError`{.interpreted-text role="class"}.
The warning can be suppressed by passing `exc_type=ImportError` to `pytest.importorskip`{.interpreted-text role="func"}.
See `import-or-skip-import-error`{.interpreted-text role="ref"} for details.
- [#11728](https://togithub.com/pytest-dev/pytest/issues/11728): For `unittest`-based tests, exceptions during class cleanup (as raised by functions registered with `TestCase.addClassCleanup `{.interpreted-text role="meth"}) are now reported instead of silently failing.
- [#11777](https://togithub.com/pytest-dev/pytest/issues/11777): Text is no longer truncated in the `short test summary info` section when `-vv` is given.
- [#12112](https://togithub.com/pytest-dev/pytest/issues/12112): Improved namespace packages detection when `consider_namespace_packages`{.interpreted-text role="confval"} is enabled, covering more situations (like editable installs).
- [#9502](https://togithub.com/pytest-dev/pytest/issues/9502): Added `PYTEST_VERSION`{.interpreted-text role="envvar"} environment variable which is defined at the start of the pytest session and undefined afterwards. It contains the value of `pytest.__version__`, and among other things can be used to easily check if code is running from within a pytest run.
## Bug Fixes
- [#12065](https://togithub.com/pytest-dev/pytest/issues/12065): Fixed a regression in pytest 8.0.0 where test classes containing `setup_method` and tests using `@staticmethod` or `@classmethod` would crash with `AttributeError: 'NoneType' object has no attribute 'setup_method'`.
Now the `request.instance `{.interpreted-text role="attr"} attribute of tests using `@staticmethod` and `@classmethod` is no longer `None`, but a fresh instance of the class, like in non-static methods.
Previously it was `None`, and all fixtures of such tests would share a single `self`.
- [#12135](https://togithub.com/pytest-dev/pytest/issues/12135): Fixed issue where fixtures adding their finalizer multiple times to fixtures they request would cause unreliable and non-intuitive teardown ordering in some instances.
- [#12194](https://togithub.com/pytest-dev/pytest/issues/12194): Fixed a bug with `--importmode=importlib` and `--doctest-modules` where child modules did not appear as attributes in parent modules.
- [#1489](https://togithub.com/pytest-dev/pytest/issues/1489): Fixed some instances where teardown of higher-scoped fixtures was not happening in the reverse order they were initialized in.
## Trivial/Internal Changes
- [#12069](https://togithub.com/pytest-dev/pytest/issues/12069): `pluggy>=1.5.0` is now required.
- [#12167](https://togithub.com/pytest-dev/pytest/issues/12167): `cache `{.interpreted-text role="ref"}: create supporting files (`CACHEDIR.TAG`, `.gitignore`, etc.) in a temporary directory to provide atomic semantics.
### [`v8.1.2`](https://togithub.com/pytest-dev/pytest/releases/tag/8.1.2)
[Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.1.1...8.1.2)
# pytest 8.1.2 (2024-04-26)
## Bug Fixes
- [#12114](https://togithub.com/pytest-dev/pytest/issues/12114): Fixed error in `pytest.approx`{.interpreted-text role="func"} when used with \[numpy]{.title-ref} arrays and comparing with other types.
pypa/virtualenv (virtualenv)
### [`v20.26.2`](https://togithub.com/pypa/virtualenv/compare/20.26.1...20.26.2)
[Compare Source](https://togithub.com/pypa/virtualenv/compare/20.26.1...20.26.2)
### [`v20.26.1`](https://togithub.com/pypa/virtualenv/compare/20.26.0...20.26.1)
[Compare Source](https://togithub.com/pypa/virtualenv/compare/20.26.0...20.26.1)
### [`v20.26.0`](https://togithub.com/pypa/virtualenv/releases/tag/20.26.0)
[Compare Source](https://togithub.com/pypa/virtualenv/compare/20.25.3...20.26.0)
##### What's Changed
- release 20.25.3 by [@gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/pypa/virtualenv/pull/2704](https://togithub.com/pypa/virtualenv/pull/2704)
- Fixed a case when template variable is WindowsPath by [@NtWriteCode](https://togithub.com/NtWriteCode) in [https://github.com/pypa/virtualenv/pull/2707](https://togithub.com/pypa/virtualenv/pull/2707)
- Allow builtin interpreter discovery to find specific Python versions given a general spec by [@flying-sheep](https://togithub.com/flying-sheep) in [https://github.com/pypa/virtualenv/pull/2709](https://togithub.com/pypa/virtualenv/pull/2709)
##### New Contributors
- [@NtWriteCode](https://togithub.com/NtWriteCode) made their first contribution in [https://github.com/pypa/virtualenv/pull/2707](https://togithub.com/pypa/virtualenv/pull/2707)
- [@flying-sheep](https://togithub.com/flying-sheep) made their first contribution in [https://github.com/pypa/virtualenv/pull/2709](https://togithub.com/pypa/virtualenv/pull/2709)
**Full Changelog**: https://github.com/pypa/virtualenv/compare/20.25.3...20.26.0
### [`v20.25.3`](https://togithub.com/pypa/virtualenv/releases/tag/20.25.3)
[Compare Source](https://togithub.com/pypa/virtualenv/compare/20.25.2...20.25.3)
#### What's Changed
- release 20.25.2 by [@gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/pypa/virtualenv/pull/2703](https://togithub.com/pypa/virtualenv/pull/2703)
- Fix for tests: Python 3.13.0a6 renamed pathmod to parser by [@befeleme](https://togithub.com/befeleme) in [https://github.com/pypa/virtualenv/pull/2702](https://togithub.com/pypa/virtualenv/pull/2702)
#### New Contributors
- [@befeleme](https://togithub.com/befeleme) made their first contribution in [https://github.com/pypa/virtualenv/pull/2702](https://togithub.com/pypa/virtualenv/pull/2702)
**Full Changelog**: https://github.com/pypa/virtualenv/compare/20.25.2...20.25.3
### [`v20.25.2`](https://togithub.com/pypa/virtualenv/releases/tag/20.25.2)
[Compare Source](https://togithub.com/pypa/virtualenv/compare/20.25.1...20.25.2)
#### What's Changed
- release 20.25.1 by [@gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/pypa/virtualenv/pull/2692](https://togithub.com/pypa/virtualenv/pull/2692)
- Fix windows utf8 encoding issue by [@PzaThief](https://togithub.com/PzaThief) in [https://github.com/pypa/virtualenv/pull/2687](https://togithub.com/pypa/virtualenv/pull/2687)
- Update changelog.rst by [@Callek](https://togithub.com/Callek) in [https://github.com/pypa/virtualenv/pull/2701](https://togithub.com/pypa/virtualenv/pull/2701)
- Fix indentation in activate.fish by [@junzh0u](https://togithub.com/junzh0u) in [https://github.com/pypa/virtualenv/pull/2700](https://togithub.com/pypa/virtualenv/pull/2700)
#### New Contributors
- [@PzaThief](https://togithub.com/PzaThief) made their first contribution in [https://github.com/pypa/virtualenv/pull/2687](https://togithub.com/pypa/virtualenv/pull/2687)
- [@Callek](https://togithub.com/Callek) made their first contribution in [https://github.com/pypa/virtualenv/pull/2701](https://togithub.com/pypa/virtualenv/pull/2701)
- [@junzh0u](https://togithub.com/junzh0u) made their first contribution in [https://github.com/pypa/virtualenv/pull/2700](https://togithub.com/pypa/virtualenv/pull/2700)
**Full Changelog**: https://github.com/pypa/virtualenv/compare/20.25.1...20.25.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
==3.2.3
->==3.3.0
==3.13.1
->==3.14.0
==3.20.1
->==3.23.0
==2.25.0
->==2.27.1
==2024.3.2
->==2024.4.15
==4.2.0
->==4.2.2
==8.1.1
->==8.2.1
22.04
->24.04
==20.25.1
->==20.26.2
Release Notes
kislyuk/argcomplete (argcomplete)
### [`v3.3.0`](https://togithub.com/kislyuk/argcomplete/blob/HEAD/Changes.rst#Changes-for-v330-2024-04-14) [Compare Source](https://togithub.com/kislyuk/argcomplete/compare/v3.2.3...v3.3.0) \=============================== - Preserve compatibility with argparse option tuples of length 4. This update is required to use argcomplete on Python 3.11.9+ or 3.12.3+.tox-dev/py-filelock (filelock)
### [`v3.14.0`](https://togithub.com/tox-dev/filelock/releases/tag/3.14.0) [Compare Source](https://togithub.com/tox-dev/py-filelock/compare/3.13.4...3.14.0) #### What's Changed - feat: `blocking` parameter on lock constructor with tests and docs by [@iamkhav](https://togithub.com/iamkhav) in [https://github.com/tox-dev/filelock/pull/325](https://togithub.com/tox-dev/filelock/pull/325) #### New Contributors - [@iamkhav](https://togithub.com/iamkhav) made their first contribution in [https://github.com/tox-dev/filelock/pull/325](https://togithub.com/tox-dev/filelock/pull/325) **Full Changelog**: https://github.com/tox-dev/filelock/compare/3.13.4...3.14.0 ### [`v3.13.4`](https://togithub.com/tox-dev/filelock/releases/tag/3.13.4) [Compare Source](https://togithub.com/tox-dev/py-filelock/compare/3.13.3...3.13.4) #### What's Changed - Raise error on incompatible singleton timeout and mode args by [@nefrob](https://togithub.com/nefrob) in [https://github.com/tox-dev/filelock/pull/320](https://togithub.com/tox-dev/filelock/pull/320) **Full Changelog**: https://github.com/tox-dev/filelock/compare/3.13.3...3.13.4 ### [`v3.13.3`](https://togithub.com/tox-dev/filelock/releases/tag/3.13.3) [Compare Source](https://togithub.com/tox-dev/py-filelock/compare/3.13.2...3.13.3) #### What's Changed - Make singleton class instance dict unique per subclass by [@nefrob](https://togithub.com/nefrob) in [https://github.com/tox-dev/filelock/pull/318](https://togithub.com/tox-dev/filelock/pull/318) **Full Changelog**: https://github.com/tox-dev/filelock/compare/3.13.2...3.13.3 ### [`v3.13.2`](https://togithub.com/tox-dev/filelock/releases/tag/3.13.2) [Compare Source](https://togithub.com/tox-dev/py-filelock/compare/3.13.1...3.13.2) #### What's Changed - Fixed small typo in \_unix.py by [@snemes](https://togithub.com/snemes) in [https://github.com/tox-dev/filelock/pull/302](https://togithub.com/tox-dev/filelock/pull/302) - Update SECURITY.md to reflect Python 3.7 support dropoff by [@kemzeb](https://togithub.com/kemzeb) in [https://github.com/tox-dev/filelock/pull/304](https://togithub.com/tox-dev/filelock/pull/304) - Update index.rst to improve the demo usage by [@youkaichao](https://togithub.com/youkaichao) in [https://github.com/tox-dev/filelock/pull/314](https://togithub.com/tox-dev/filelock/pull/314) - \[BugFix] fix permission denied error when lock file is placed in `/tmp` by [@kota-iizuka](https://togithub.com/kota-iizuka) in [https://github.com/tox-dev/filelock/pull/317](https://togithub.com/tox-dev/filelock/pull/317) #### New Contributors - [@snemes](https://togithub.com/snemes) made their first contribution in [https://github.com/tox-dev/filelock/pull/302](https://togithub.com/tox-dev/filelock/pull/302) - [@kemzeb](https://togithub.com/kemzeb) made their first contribution in [https://github.com/tox-dev/filelock/pull/304](https://togithub.com/tox-dev/filelock/pull/304) - [@youkaichao](https://togithub.com/youkaichao) made their first contribution in [https://github.com/tox-dev/filelock/pull/314](https://togithub.com/tox-dev/filelock/pull/314) - [@kota-iizuka](https://togithub.com/kota-iizuka) made their first contribution in [https://github.com/tox-dev/filelock/pull/317](https://togithub.com/tox-dev/filelock/pull/317) **Full Changelog**: https://github.com/tox-dev/filelock/compare/3.13.1...3.13.2googleapis/python-bigquery (google-cloud-bigquery)
### [`v3.23.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3230-2024-05-16) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.22.0...v3.23.0) ##### Features - Adds timer decorator to facilitate debugging ([#1917](https://togithub.com/googleapis/python-bigquery/issues/1917)) ([ea750e0](https://togithub.com/googleapis/python-bigquery/commit/ea750e0248473b6207b8517aa7ea1cf4e19bccf2)) - Support insertAll for range ([#1909](https://togithub.com/googleapis/python-bigquery/issues/1909)) ([74e75e8](https://togithub.com/googleapis/python-bigquery/commit/74e75e89ce3a5ac18112b2c1c33248445ff072e4)) ##### Bug Fixes - Add pyarrow version check for range support ([#1914](https://togithub.com/googleapis/python-bigquery/issues/1914)) ([a86d7b9](https://togithub.com/googleapis/python-bigquery/commit/a86d7b96813f67fea28b46c5252416222edca9a6)) - Edit presubmit for to simplify configuration ([#1915](https://togithub.com/googleapis/python-bigquery/issues/1915)) ([b739596](https://togithub.com/googleapis/python-bigquery/commit/b739596f37b8c00b375cc811c316b618097d761a)) ### [`v3.22.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3220-2024-04-19) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.21.0...v3.22.0) ##### Features - Support RANGE in queries Part 2: Arrow ([#1868](https://togithub.com/googleapis/python-bigquery/issues/1868)) ([5251b5d](https://togithub.com/googleapis/python-bigquery/commit/5251b5dbb254732ea730bab664ad319bd5be47e7)) ### [`v3.21.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3210-2024-04-18) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.20.1...v3.21.0) ##### Features - Add compression option ZSTD. ([#1890](https://togithub.com/googleapis/python-bigquery/issues/1890)) ([5ed9cce](https://togithub.com/googleapis/python-bigquery/commit/5ed9ccee204b7cf8e96cb0e050f6830c05f3b4fd)) - Adds billing to opentel ([#1889](https://togithub.com/googleapis/python-bigquery/issues/1889)) ([38697fb](https://togithub.com/googleapis/python-bigquery/commit/38697fb942516fc2f6f5e21e19a11811fbaeb1f4)) - Support RANGE in queries Part 1: JSON ([#1884](https://togithub.com/googleapis/python-bigquery/issues/1884)) ([3634405](https://togithub.com/googleapis/python-bigquery/commit/3634405fa1b40ae5f69b06d7c7f8de4e3d246d92)) ##### Bug Fixes - Add types to DatasetReference constructor ([#1601](https://togithub.com/googleapis/python-bigquery/issues/1601)) ([bf8861c](https://togithub.com/googleapis/python-bigquery/commit/bf8861c3473a1af978db7a06463ddc0bad86f326)) - Creates linting-typing.cfg in presubmit ([#1881](https://togithub.com/googleapis/python-bigquery/issues/1881)) ([c852c15](https://togithub.com/googleapis/python-bigquery/commit/c852c153c55025ba1187d61e313ead2308616c55)) - Remove duplicate key time_partitioning from Table.\_PROPERTY_TO_A… ([#1898](https://togithub.com/googleapis/python-bigquery/issues/1898)) ([82ae908](https://togithub.com/googleapis/python-bigquery/commit/82ae908fbf3b2361343fff1859d3533383dc50ec)) - Retry query jobs that fail even with ambiguous `jobs.getQueryResults` REST errors ([#1903](https://togithub.com/googleapis/python-bigquery/issues/1903), [#1900](https://togithub.com/googleapis/python-bigquery/issues/1900)) ([1367b58](https://togithub.com/googleapis/python-bigquery/commit/1367b584b68d917ec325ce4383a0e9a36205b894)) ##### Performance Improvements - Avoid unnecessary API call in `QueryJob.result()` when job is already finished ([#1900](https://togithub.com/googleapis/python-bigquery/issues/1900)) ([1367b58](https://togithub.com/googleapis/python-bigquery/commit/1367b584b68d917ec325ce4383a0e9a36205b894))googleapis/google-cloud-python (google-cloud-documentai)
### [`v2.27.1`](https://togithub.com/googleapis/google-cloud-python/releases/tag/google-cloud-documentai-v2.27.1): google-cloud-documentai: v2.27.1 [Compare Source](https://togithub.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.27.0...google-cloud-documentai-v2.27.1) ##### Documentation - \[google-cloud-documentai] clarify the unavailability of some features ([#12699](https://togithub.com/googleapis/google-cloud-python/issues/12699)) ([3ec5a2c](https://togithub.com/googleapis/google-cloud-python/commit/3ec5a2c1232fc496c72f47af312d59c1bdd0fe32)) - updated comments ([9722673](https://togithub.com/googleapis/google-cloud-python/commit/9722673d20f8e10c017f2f1f460daee1c098c230)) ### [`v2.27.0`](https://togithub.com/googleapis/google-cloud-python/releases/tag/google-cloud-documentai-v2.27.0): google-cloud-documentai: v2.27.0 [Compare Source](https://togithub.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.26.0...google-cloud-documentai-v2.27.0) ##### Features - Support Chunk header and footer in Doc AI external proto ([2615bd3](https://togithub.com/googleapis/google-cloud-python/commit/2615bd39fd3880cba0314e0fcc732ff24e4f0c9d)) ##### Documentation - Keep the API doc up-to-date with recent changes ([2615bd3](https://togithub.com/googleapis/google-cloud-python/commit/2615bd39fd3880cba0314e0fcc732ff24e4f0c9d)) ### [`v2.26.0`](https://togithub.com/googleapis/google-cloud-python/releases/tag/google-cloud-speech-v2.26.0): google-cloud-speech: v2.26.0 [Compare Source](https://togithub.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.25.0...google-cloud-documentai-v2.26.0) ##### Features - add `translation_config` in `RecognitionConfig` message ([4ed87f1](https://togithub.com/googleapis/google-cloud-python/commit/4ed87f14b7917ebd3379f6da7ee4064027be1852))wntrblm/nox (nox)
### [`v2024.4.15`](https://togithub.com/wntrblm/nox/compare/2024.03.02...2024.04.15) [Compare Source](https://togithub.com/wntrblm/nox/compare/2024.03.02...2024.04.15)platformdirs/platformdirs (platformdirs)
### [`v4.2.2`](https://togithub.com/platformdirs/platformdirs/releases/tag/4.2.2) [Compare Source](https://togithub.com/platformdirs/platformdirs/compare/4.2.1...4.2.2) #### What's Changed - Fix android detection when python4android is present by [@tmolitor-stud-tu](https://togithub.com/tmolitor-stud-tu) in [https://github.com/platformdirs/platformdirs/pull/277](https://togithub.com/platformdirs/platformdirs/pull/277) #### New Contributors - [@tmolitor-stud-tu](https://togithub.com/tmolitor-stud-tu) made their first contribution in [https://github.com/platformdirs/platformdirs/pull/277](https://togithub.com/platformdirs/platformdirs/pull/277) **Full Changelog**: https://github.com/platformdirs/platformdirs/compare/4.2.1...4.2.2 ### [`v4.2.1`](https://togithub.com/platformdirs/platformdirs/releases/tag/4.2.1) [Compare Source](https://togithub.com/platformdirs/platformdirs/compare/4.2.0...4.2.1) #### What's Changed - Switch to ruff for formatting and use codespell and docformatter by [@gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/platformdirs/platformdirs/pull/261](https://togithub.com/platformdirs/platformdirs/pull/261) - Use hatch over tox by [@gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/platformdirs/platformdirs/pull/262](https://togithub.com/platformdirs/platformdirs/pull/262) - chore: various minor fixes by [@deronnax](https://togithub.com/deronnax) in [https://github.com/platformdirs/platformdirs/pull/263](https://togithub.com/platformdirs/platformdirs/pull/263) - chore: update dead Microsoft's known folders documentation link by [@deronnax](https://togithub.com/deronnax) in [https://github.com/platformdirs/platformdirs/pull/267](https://togithub.com/platformdirs/platformdirs/pull/267) - Allow working without ctypes by [@youknowone](https://togithub.com/youknowone) in [https://github.com/platformdirs/platformdirs/pull/275](https://togithub.com/platformdirs/platformdirs/pull/275) #### New Contributors - [@deronnax](https://togithub.com/deronnax) made their first contribution in [https://github.com/platformdirs/platformdirs/pull/263](https://togithub.com/platformdirs/platformdirs/pull/263) - [@youknowone](https://togithub.com/youknowone) made their first contribution in [https://github.com/platformdirs/platformdirs/pull/275](https://togithub.com/platformdirs/platformdirs/pull/275) **Full Changelog**: https://github.com/platformdirs/platformdirs/compare/4.2.0...4.2.1pytest-dev/pytest (pytest)
### [`v8.2.1`](https://togithub.com/pytest-dev/pytest/releases/tag/8.2.1) [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.2.0...8.2.1) # pytest 8.2.1 (2024-05-19) ## Improvements - [#12334](https://togithub.com/pytest-dev/pytest/issues/12334): Support for Python 3.13 (beta1 at the time of writing). ## Bug Fixes - [#12120](https://togithub.com/pytest-dev/pytest/issues/12120): Fix \[PermissionError]{.title-ref} crashes arising from directories which are not selected on the command-line. - [#12191](https://togithub.com/pytest-dev/pytest/issues/12191): Keyboard interrupts and system exits are now properly handled during the test collection. - [#12300](https://togithub.com/pytest-dev/pytest/issues/12300): Fixed handling of 'Function not implemented' error under squashfuse_ll, which is a different way to say that the mountpoint is read-only. - [#12308](https://togithub.com/pytest-dev/pytest/issues/12308): Fix a regression in pytest 8.2.0 where the permissions of automatically-created `.pytest_cache` directories became `rwx------` instead of the expected `rwxr-xr-x`. ## Trivial/Internal Changes - [#12333](https://togithub.com/pytest-dev/pytest/issues/12333): pytest releases are now attested using the recent [Artifact Attestation](https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/) support from GitHub, allowing users to verify the provenance of pytest's sdist and wheel artifacts. ### [`v8.2.0`](https://togithub.com/pytest-dev/pytest/releases/tag/8.2.0) [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.1.2...8.2.0) # pytest 8.2.0 (2024-04-27) ## Deprecations - [#12069](https://togithub.com/pytest-dev/pytest/issues/12069): A deprecation warning is now raised when implementations of one of the following hooks request a deprecated `py.path.local` parameter instead of the `pathlib.Path` parameter which replaced it: - `pytest_ignore_collect`{.interpreted-text role="hook"} - the `path` parameter - use `collection_path` instead. - `pytest_collect_file`{.interpreted-text role="hook"} - the `path` parameter - use `file_path` instead. - `pytest_pycollect_makemodule`{.interpreted-text role="hook"} - the `path` parameter - use `module_path` instead. - `pytest_report_header`{.interpreted-text role="hook"} - the `startdir` parameter - use `start_path` instead. - `pytest_report_collectionfinish`{.interpreted-text role="hook"} - the `startdir` parameter - use `start_path` instead. The replacement parameters are available since pytest 7.0.0. The old parameters will be removed in pytest 9.0.0. See `legacy-path-hooks-deprecated`{.interpreted-text role="ref"} for more details. ## Features - [#11871](https://togithub.com/pytest-dev/pytest/issues/11871): Added support for reading command line arguments from a file using the prefix character `@`, like e.g.: `pytest @tests.txt`. The file must have one argument per line. See `Read arguments from filepypa/virtualenv (virtualenv)
### [`v20.26.2`](https://togithub.com/pypa/virtualenv/compare/20.26.1...20.26.2) [Compare Source](https://togithub.com/pypa/virtualenv/compare/20.26.1...20.26.2) ### [`v20.26.1`](https://togithub.com/pypa/virtualenv/compare/20.26.0...20.26.1) [Compare Source](https://togithub.com/pypa/virtualenv/compare/20.26.0...20.26.1) ### [`v20.26.0`](https://togithub.com/pypa/virtualenv/releases/tag/20.26.0) [Compare Source](https://togithub.com/pypa/virtualenv/compare/20.25.3...20.26.0) ##### What's Changed - release 20.25.3 by [@gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/pypa/virtualenv/pull/2704](https://togithub.com/pypa/virtualenv/pull/2704) - Fixed a case when template variable is WindowsPath by [@NtWriteCode](https://togithub.com/NtWriteCode) in [https://github.com/pypa/virtualenv/pull/2707](https://togithub.com/pypa/virtualenv/pull/2707) - Allow builtin interpreter discovery to find specific Python versions given a general spec by [@flying-sheep](https://togithub.com/flying-sheep) in [https://github.com/pypa/virtualenv/pull/2709](https://togithub.com/pypa/virtualenv/pull/2709) ##### New Contributors - [@NtWriteCode](https://togithub.com/NtWriteCode) made their first contribution in [https://github.com/pypa/virtualenv/pull/2707](https://togithub.com/pypa/virtualenv/pull/2707) - [@flying-sheep](https://togithub.com/flying-sheep) made their first contribution in [https://github.com/pypa/virtualenv/pull/2709](https://togithub.com/pypa/virtualenv/pull/2709) **Full Changelog**: https://github.com/pypa/virtualenv/compare/20.25.3...20.26.0 ### [`v20.25.3`](https://togithub.com/pypa/virtualenv/releases/tag/20.25.3) [Compare Source](https://togithub.com/pypa/virtualenv/compare/20.25.2...20.25.3) #### What's Changed - release 20.25.2 by [@gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/pypa/virtualenv/pull/2703](https://togithub.com/pypa/virtualenv/pull/2703) - Fix for tests: Python 3.13.0a6 renamed pathmod to parser by [@befeleme](https://togithub.com/befeleme) in [https://github.com/pypa/virtualenv/pull/2702](https://togithub.com/pypa/virtualenv/pull/2702) #### New Contributors - [@befeleme](https://togithub.com/befeleme) made their first contribution in [https://github.com/pypa/virtualenv/pull/2702](https://togithub.com/pypa/virtualenv/pull/2702) **Full Changelog**: https://github.com/pypa/virtualenv/compare/20.25.2...20.25.3 ### [`v20.25.2`](https://togithub.com/pypa/virtualenv/releases/tag/20.25.2) [Compare Source](https://togithub.com/pypa/virtualenv/compare/20.25.1...20.25.2) #### What's Changed - release 20.25.1 by [@gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/pypa/virtualenv/pull/2692](https://togithub.com/pypa/virtualenv/pull/2692) - Fix windows utf8 encoding issue by [@PzaThief](https://togithub.com/PzaThief) in [https://github.com/pypa/virtualenv/pull/2687](https://togithub.com/pypa/virtualenv/pull/2687) - Update changelog.rst by [@Callek](https://togithub.com/Callek) in [https://github.com/pypa/virtualenv/pull/2701](https://togithub.com/pypa/virtualenv/pull/2701) - Fix indentation in activate.fish by [@junzh0u](https://togithub.com/junzh0u) in [https://github.com/pypa/virtualenv/pull/2700](https://togithub.com/pypa/virtualenv/pull/2700) #### New Contributors - [@PzaThief](https://togithub.com/PzaThief) made their first contribution in [https://github.com/pypa/virtualenv/pull/2687](https://togithub.com/pypa/virtualenv/pull/2687) - [@Callek](https://togithub.com/Callek) made their first contribution in [https://github.com/pypa/virtualenv/pull/2701](https://togithub.com/pypa/virtualenv/pull/2701) - [@junzh0u](https://togithub.com/junzh0u) made their first contribution in [https://github.com/pypa/virtualenv/pull/2700](https://togithub.com/pypa/virtualenv/pull/2700) **Full Changelog**: https://github.com/pypa/virtualenv/compare/20.25.1...20.25.2Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Mend Renovate. View repository job log here.