bitwarden / passwordless-python

Bitwarden Passwordless.dev Python SDK.
https://bitwarden.com/
Apache License 2.0
18 stars 3 forks source link

[deps]: Lock file maintenance poetry #72

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
black (changelog) dev minor 24.8.0 -> 24.10.0 age adoption passing confidence
marshmallow (changelog) dependencies minor 3.22.0 -> 3.23.0 age adoption passing confidence
mypy (source, changelog) dev minor 1.11.2 -> 1.13.0 age adoption passing confidence
pre-commit dev minor 3.5.0 -> 3.8.0 age adoption passing confidence
pytest (changelog) test patch 8.3.2 -> 8.3.3 age adoption passing confidence
python-dateutil dependencies patch 2.9.0.post0 -> 2.9.0 age adoption passing confidence
types-requests (changelog) dev patch 2.32.0.20240712 -> 2.32.0.20241016 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

psf/black (black) ### [`v24.10.0`](https://redirect.github.com/psf/black/blob/HEAD/CHANGES.md#24100) [Compare Source](https://redirect.github.com/psf/black/compare/24.8.0...24.10.0) ##### Highlights - Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. ([#​4436](https://redirect.github.com/psf/black/issues/4436)) ([#​4449](https://redirect.github.com/psf/black/issues/4449)) - Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. ([#​4447](https://redirect.github.com/psf/black/issues/4447)) - Black no longer supports running with Python 3.8 ([#​4452](https://redirect.github.com/psf/black/issues/4452)) ##### Stable style - Fix crashes involving comments in parenthesised return types or `X | Y` style unions. ([#​4453](https://redirect.github.com/psf/black/issues/4453)) - Fix skipping Jupyter cells with unknown `%%` magic ([#​4462](https://redirect.github.com/psf/black/issues/4462)) ##### Preview style - Fix type annotation spacing between \* and more complex type variable tuple (i.e. `def fn(*args: *tuple[*Ts, T]) -> None: pass`) ([#​4440](https://redirect.github.com/psf/black/issues/4440)) ##### Caching - Fix bug where the cache was shared between runs with and without `--unstable` ([#​4466](https://redirect.github.com/psf/black/issues/4466)) ##### Packaging - Upgrade version of mypyc used to 1.12 beta ([#​4450](https://redirect.github.com/psf/black/issues/4450)) ([#​4449](https://redirect.github.com/psf/black/issues/4449)) - `blackd` now requires a newer version of aiohttp. ([#​4451](https://redirect.github.com/psf/black/issues/4451)) ##### Output - Added Python target version information on parse error ([#​4378](https://redirect.github.com/psf/black/issues/4378)) - Add information about Black version to internal error messages ([#​4457](https://redirect.github.com/psf/black/issues/4457))
marshmallow-code/marshmallow (marshmallow) ### [`v3.23.0`](https://redirect.github.com/marshmallow-code/marshmallow/compare/3.22.0...3.23.0) [Compare Source](https://redirect.github.com/marshmallow-code/marshmallow/compare/3.22.0...3.23.0)
python/mypy (mypy) ### [`v1.13.0`](https://redirect.github.com/python/mypy/compare/v1.12.1...v1.13.0) [Compare Source](https://redirect.github.com/python/mypy/compare/v1.12.1...v1.13.0) ### [`v1.12.1`](https://redirect.github.com/python/mypy/blob/HEAD/CHANGELOG.md#Mypy-1121) [Compare Source](https://redirect.github.com/python/mypy/compare/v1.12.0...v1.12.1) - Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR [17961](https://redirect.github.com/python/mypy/pull/17961)) - Fix iteration over union (when self type is involved) (Shantanu, PR [17976](https://redirect.github.com/python/mypy/pull/17976)) - Fix type object with type var default in union context (Jukka Lehtosalo, PR [17991](https://redirect.github.com/python/mypy/pull/17991)) - Revert change to `os.path` stubs affecting use of `os.PathLike[Any]` (Shantanu, PR [17995](https://redirect.github.com/python/mypy/pull/17995)) ### [`v1.12.0`](https://redirect.github.com/python/mypy/compare/v1.11.2...v1.12.0) [Compare Source](https://redirect.github.com/python/mypy/compare/v1.11.2...v1.12.0)
pre-commit/pre-commit (pre-commit) ### [`v3.8.0`](https://redirect.github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#380---2024-07-28) [Compare Source](https://redirect.github.com/pre-commit/pre-commit/compare/v3.7.1...v3.8.0) \================== ##### Features - Implement health checks for `language: r` so environments are recreated if the system version of R changes. - [#​3206](https://redirect.github.com/pre-commit/pre-commit/issues/3206) issue by [@​lorenzwalthert](https://redirect.github.com/lorenzwalthert). - [#​3265](https://redirect.github.com/pre-commit/pre-commit/issues/3265) PR by [@​lorenzwalthert](https://redirect.github.com/lorenzwalthert). ### [`v3.7.1`](https://redirect.github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#371---2024-05-10) [Compare Source](https://redirect.github.com/pre-commit/pre-commit/compare/v3.7.0...v3.7.1) \================== ##### Fixes - Fix `language: rust` default language version check when `rust-toolchain.toml` is present. - issue by [@​gaborbernat](https://redirect.github.com/gaborbernat). - [#​3201](https://redirect.github.com/pre-commit/pre-commit/issues/3201) PR by [@​asottile](https://redirect.github.com/asottile). ### [`v3.7.0`](https://redirect.github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#370---2024-03-24) [Compare Source](https://redirect.github.com/pre-commit/pre-commit/compare/v3.6.2...v3.7.0) \================== ##### Features - Use a tty for `docker` and `docker_image` hooks when `--color` is specified. - [#​3122](https://redirect.github.com/pre-commit/pre-commit/issues/3122) PR by [@​glehmann](https://redirect.github.com/glehmann). ##### Fixes - Fix `fail_fast` for individual hooks stopping when previous hooks had failed. - [#​3167](https://redirect.github.com/pre-commit/pre-commit/issues/3167) issue by [@​tp832944](https://redirect.github.com/tp832944). - [#​3168](https://redirect.github.com/pre-commit/pre-commit/issues/3168) PR by [@​asottile](https://redirect.github.com/asottile). ##### Updating - The per-hook behaviour of `fail_fast` was fixed. If you want the pre-3.7.0 behaviour, add `fail_fast: true` to all hooks before the last `fail_fast` hook. ### [`v3.6.2`](https://redirect.github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#362---2024-02-18) [Compare Source](https://redirect.github.com/pre-commit/pre-commit/compare/v3.6.1...v3.6.2) \================== ##### Fixes - Fix building golang hooks during `git commit --all`. - [#​3130](https://redirect.github.com/pre-commit/pre-commit/issues/3130) PR by [@​asottile](https://redirect.github.com/asottile). - [#​2722](https://redirect.github.com/pre-commit/pre-commit/issues/2722) issue by [@​pestanko](https://redirect.github.com/pestanko) and [@​matthewhughes934](https://redirect.github.com/matthewhughes934). ### [`v3.6.1`](https://redirect.github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#361---2024-02-10) [Compare Source](https://redirect.github.com/pre-commit/pre-commit/compare/v3.6.0...v3.6.1) \================== ##### Fixes - Remove `PYTHONEXECUTABLE` from environment when running. - [#​3110](https://redirect.github.com/pre-commit/pre-commit/issues/3110) PR by [@​untitaker](https://redirect.github.com/untitaker). - Handle staged-files-only with only a crlf diff. - [#​3126](https://redirect.github.com/pre-commit/pre-commit/issues/3126) PR by [@​asottile](https://redirect.github.com/asottile). - issue by [@​tyyrok](https://redirect.github.com/tyyrok). ### [`v3.6.0`](https://redirect.github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#360---2023-12-09) [Compare Source](https://redirect.github.com/pre-commit/pre-commit/compare/v3.5.0...v3.6.0) \================== ##### Features - Check `minimum_pre_commit_version` first when parsing configs. - [#​3092](https://redirect.github.com/pre-commit/pre-commit/issues/3092) PR by [@​asottile](https://redirect.github.com/asottile). ##### Fixes - Fix deprecation warnings for `importlib.resources`. - [#​3043](https://redirect.github.com/pre-commit/pre-commit/issues/3043) PR by [@​asottile](https://redirect.github.com/asottile). - Fix deprecation warnings for rmtree. - [#​3079](https://redirect.github.com/pre-commit/pre-commit/issues/3079) PR by [@​edgarrmondragon](https://redirect.github.com/edgarrmondragon). ##### Updating - Drop support for python<3.9. - [#​3042](https://redirect.github.com/pre-commit/pre-commit/issues/3042) PR by [@​asottile](https://redirect.github.com/asottile). - [#​3093](https://redirect.github.com/pre-commit/pre-commit/issues/3093) PR by [@​asottile](https://redirect.github.com/asottile).
pytest-dev/pytest (pytest) ### [`v8.3.3`](https://redirect.github.com/pytest-dev/pytest/releases/tag/8.3.3) [Compare Source](https://redirect.github.com/pytest-dev/pytest/compare/8.3.2...8.3.3) # pytest 8.3.3 (2024-09-09) ## Bug fixes - [#​12446](https://redirect.github.com/pytest-dev/pytest/issues/12446): Avoid calling `@property` (and other instance descriptors) during fixture discovery -- by `asottile`{.interpreted-text role="user"} - [#​12659](https://redirect.github.com/pytest-dev/pytest/issues/12659): Fixed the issue of not displaying assertion failure differences when using the parameter `--import-mode=importlib` in pytest>=8.1. - [#​12667](https://redirect.github.com/pytest-dev/pytest/issues/12667): Fixed a regression where type change in \[ExceptionInfo.errisinstance]{.title-ref} caused \[mypy]{.title-ref} to fail. - [#​12744](https://redirect.github.com/pytest-dev/pytest/issues/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](https://redirect.github.com/pytest-dev/pytest/issues/12745): Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments. - [#​6682](https://redirect.github.com/pytest-dev/pytest/issues/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](https://redirect.github.com/pytest-dev/pytest/issues/9422): Fix bug where disabling the terminal plugin via `-p no:terminal` would cause crashes related to missing the `verbose` option. \-- by `GTowers1`{.interpreted-text role="user"} ## Improved documentation - [#​12663](https://redirect.github.com/pytest-dev/pytest/issues/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](https://redirect.github.com/pytest-dev/pytest/issues/12678): Remove erroneous quotes from \[tmp_path_retention_policy]{.title-ref} example in docs. ## Miscellaneous internal changes - [#​12769](https://redirect.github.com/pytest-dev/pytest/issues/12769): Fix typos discovered by codespell and add codespell to pre-commit hooks.
dateutil/dateutil (python-dateutil) ### [`v2.9.0`](https://redirect.github.com/dateutil/dateutil/releases/tag/2.9.0) [Compare Source](https://redirect.github.com/dateutil/dateutil/compare/2.9.0.post0...2.9.0) ### Version 2.9.0 (2024-02-29) #### Data updates - Updated tzdata version to 2024a. (gh pr [#​1342](https://redirect.github.com/dateutil/dateutil/issues/1342)) #### Features - Made all `dateutil` submodules lazily imported using [PEP 562](https://www.python.org/dev/peps/pep-0562/). On Python 3.7+, things like `import dateutil; dateutil.tz.gettz("America/New_York")` will now work without explicitly importing `dateutil.tz`, with the import occurring behind the scenes on first use. The old behavior remains on Python 3.6 and earlier. Fixed by Orson Adams. (gh issue [#​771](https://redirect.github.com/dateutil/dateutil/issues/771), gh pr [#​1007](https://redirect.github.com/dateutil/dateutil/issues/1007)) #### Bugfixes - Removed a call to `datetime.utcfromtimestamp`, which is deprecated as of Python 3.12. Reported by Hugo van Kemenade (gh pr [#​1284](https://redirect.github.com/dateutil/dateutil/issues/1284)), fixed by Thomas Grainger (gh pr [#​1285](https://redirect.github.com/dateutil/dateutil/issues/1285)). #### Documentation changes - Added note into docs and tests where relativedelta would return last day of the month only if the same day on a different month resolves to a date that doesn't exist. Reported by [@​hawkEye-01](https://redirect.github.com/hawkEye-01) (gh issue [#​1167](https://redirect.github.com/dateutil/dateutil/issues/1167)). Fixed by [@​Mifrill](https://redirect.github.com/Mifrill) (gh pr [#​1168](https://redirect.github.com/dateutil/dateutil/issues/1168))

Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.