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 #70

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
black (changelog) dev minor 24.4.2 -> 24.8.0 age adoption passing confidence
marshmallow (changelog) dependencies minor 3.21.3 -> 3.22.0 age adoption passing confidence
mypy (source, changelog) dev minor 1.10.0 -> 1.11.2 age adoption passing confidence
pytest (changelog) test minor 8.2.2 -> 8.3.2 age adoption passing confidence
pytest-httpserver test minor 1.0.10 -> 1.1.0 age adoption passing confidence
python-dateutil dependencies patch 2.9.0.post0 -> 2.9.0 age adoption passing confidence
requests (source, changelog) dependencies patch 2.32.2 -> 2.32.3 age adoption passing confidence
types-requests (changelog) dev patch 2.32.0.20240602 -> 2.32.0.20240712 age adoption passing confidence

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


Release Notes

psf/black (black) ### [`v24.8.0`](https://redirect.github.com/psf/black/blob/HEAD/CHANGES.md#2480) [Compare Source](https://redirect.github.com/psf/black/compare/24.4.2...24.8.0) ##### Stable style - Fix crash when `# fmt: off` is used before a closing parenthesis or bracket. ([#​4363](https://redirect.github.com/psf/black/issues/4363)) ##### Packaging - Packaging metadata updated: docs are explictly linked, the issue tracker is now also linked. This improves the PyPI listing for Black. ([#​4345](https://redirect.github.com/psf/black/issues/4345)) ##### Parser - Fix regression where Black failed to parse a multiline f-string containing another multiline string ([#​4339](https://redirect.github.com/psf/black/issues/4339)) - Fix regression where Black failed to parse an escaped single quote inside an f-string ([#​4401](https://redirect.github.com/psf/black/issues/4401)) - Fix bug with Black incorrectly parsing empty lines with a backslash ([#​4343](https://redirect.github.com/psf/black/issues/4343)) - Fix bugs with Black's tokenizer not handling `\{` inside f-strings very well ([#​4422](https://redirect.github.com/psf/black/issues/4422)) - Fix incorrect line numbers in the tokenizer for certain tokens within f-strings ([#​4423](https://redirect.github.com/psf/black/issues/4423)) ##### Performance - Improve performance when a large directory is listed in `.gitignore` ([#​4415](https://redirect.github.com/psf/black/issues/4415)) ##### *Blackd* - Fix blackd (and all extras installs) for docker container ([#​4357](https://redirect.github.com/psf/black/issues/4357))
marshmallow-code/marshmallow (marshmallow) ### [`v3.22.0`](https://redirect.github.com/marshmallow-code/marshmallow/compare/3.21.3...3.22.0) [Compare Source](https://redirect.github.com/marshmallow-code/marshmallow/compare/3.21.3...3.22.0)
python/mypy (mypy) ### [`v1.11.2`](https://redirect.github.com/python/mypy/compare/v1.11.1...v1.11.2) [Compare Source](https://redirect.github.com/python/mypy/compare/v1.11.1...v1.11.2) ### [`v1.11.1`](https://redirect.github.com/python/mypy/compare/v1.11.0...v1.11.1) [Compare Source](https://redirect.github.com/python/mypy/compare/v1.11.0...v1.11.1) ### [`v1.11.0`](https://redirect.github.com/python/mypy/compare/v1.10.1...v1.11.0) [Compare Source](https://redirect.github.com/python/mypy/compare/v1.10.1...v1.11.0) ### [`v1.10.1`](https://redirect.github.com/python/mypy/compare/v1.10.0...v1.10.1) [Compare Source](https://redirect.github.com/python/mypy/compare/v1.10.0...v1.10.1)
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.2`](https://redirect.github.com/pytest-dev/pytest/releases/tag/8.3.2) [Compare Source](https://redirect.github.com/pytest-dev/pytest/compare/8.3.1...8.3.2) # pytest 8.3.2 (2024-07-24) ## Bug fixes - [#​12652](https://redirect.github.com/pytest-dev/pytest/issues/12652): Resolve regression \[conda]{.title-ref} environments where no longer being automatically detected. \-- by `RonnyPfannschmidt`{.interpreted-text role="user"} ### [`v8.3.1`](https://redirect.github.com/pytest-dev/pytest/releases/tag/8.3.1) [Compare Source](https://redirect.github.com/pytest-dev/pytest/compare/8.3.0...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. ### [`v8.3.0`](https://redirect.github.com/pytest-dev/pytest/compare/8.2.2...8.3.0) [Compare Source](https://redirect.github.com/pytest-dev/pytest/compare/8.2.2...8.3.0)
csernazs/pytest-httpserver (pytest-httpserver) ### [`v1.1.0`](https://redirect.github.com/csernazs/pytest-httpserver/blob/HEAD/CHANGES.rst#110) [Compare Source](https://redirect.github.com/csernazs/pytest-httpserver/compare/1.0.12...1.1.0) \===== .. \_Release Notes\_1.1.0\_Bug Fixes: ## Bug Fixes - Fixed an issue related to the leak of httpserver state between the tests when httpserver is destructed before the other fixtures. `#​352 `\_ .. \_Release Notes\_1.0.12: ### [`v1.0.12`](https://redirect.github.com/csernazs/pytest-httpserver/blob/HEAD/CHANGES.rst#1012) [Compare Source](https://redirect.github.com/csernazs/pytest-httpserver/compare/1.0.11...1.0.12) \====== .. \_Release Notes\_1.0.12\_Bug Fixes: ## Bug Fixes - Fix pytest-httpserver's own tests related to log querying. No functional changes in pytest-httpserver code itself. `#​345 `\_ .. \_Release Notes\_1.0.11: ### [`v1.0.11`](https://redirect.github.com/csernazs/pytest-httpserver/blob/HEAD/CHANGES.rst#1011) [Compare Source](https://redirect.github.com/csernazs/pytest-httpserver/compare/1.0.10...1.0.11) \====== .. \_Release Notes\_1.0.11\_New Features: ## New Features - Hooks API - New methods added to query for matching requests in the log. - Threading support to serve requests in parallel .. \_Release Notes\_1.0.10:
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))
psf/requests (requests) ### [`v2.32.3`](https://redirect.github.com/psf/requests/blob/HEAD/HISTORY.md#2323-2024-05-29) [Compare Source](https://redirect.github.com/psf/requests/compare/v2.32.2...v2.32.3) **Bugfixes** - Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter. ([#​6716](https://redirect.github.com/psf/requests/issues/6716)) - Fixed issue where Requests started failing to run on Python versions compiled without the `ssl` module. ([#​6724](https://redirect.github.com/psf/requests/issues/6724))

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.

renovate[bot] commented 2 months ago

⚠️ 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:

The artifact failure details are included below:

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

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

Because passwordless depends on pre-commit (3.8.0) which requires Python >=3.9, version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For pre-commit, a possible solution would be to set the `python` property to ">=3.9"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
renovate[bot] commented 2 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.