Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deps]: Lock file maintenance poetry #70

Merged
merged 3 commits into from
Sep 2, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

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

Compare Source

Stable style
  • Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#​4363)
Packaging
  • Packaging metadata updated: docs are explictly linked, the issue tracker is now also
    linked. This improves the PyPI listing for Black. (#​4345)
Parser
  • Fix regression where Black failed to parse a multiline f-string containing another
    multiline string (#​4339)
  • Fix regression where Black failed to parse an escaped single quote inside an f-string
    (#​4401)
  • Fix bug with Black incorrectly parsing empty lines with a backslash (#​4343)
  • Fix bugs with Black's tokenizer not handling \{ inside f-strings very well (#​4422)
  • Fix incorrect line numbers in the tokenizer for certain tokens within f-strings
    (#​4423)
Performance
  • Improve performance when a large directory is listed in .gitignore (#​4415)
Blackd
  • Fix blackd (and all extras installs) for docker container (#​4357)
marshmallow-code/marshmallow (marshmallow)

v3.22.0

Compare Source

python/mypy (mypy)

v1.11.2

Compare Source

v1.11.1

Compare Source

v1.11.0

Compare Source

v1.10.1

Compare Source

pre-commit/pre-commit (pre-commit)

v3.8.0

Compare Source

==================

Features

v3.7.1

Compare Source

==================

Fixes

v3.7.0

Compare Source

==================

Features
  • Use a tty for docker and docker_image hooks when --color is specified.
Fixes
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

Compare Source

==================

Fixes

v3.6.1

Compare Source

==================

Fixes

v3.6.0

Compare Source

==================

Features
Fixes
Updating
pytest-dev/pytest (pytest)

v8.3.2

Compare Source

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"}

v8.3.1

Compare Source

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

Compare Source

csernazs/pytest-httpserver (pytest-httpserver)

v1.1.0

Compare Source

=====

.. _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. #&#8203;352 <https://github.com/csernazs/pytest-httpserver/issues/352>_

.. _Release Notes_1.0.12:

v1.0.12

Compare Source

======

.. _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. #&#8203;345 <https://github.com/csernazs/pytest-httpserver/issues/345>_

.. _Release Notes_1.0.11:

v1.0.11

Compare Source

======

.. _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

Compare Source

Version 2.9.0 (2024-02-29)

Data updates

  • Updated tzdata version to 2024a. (gh pr #​1342)

Features

  • Made all dateutil submodules lazily imported using PEP 562. 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, gh pr #​1007)

Bugfixes

  • Removed a call to datetime.utcfromtimestamp, which is deprecated as of Python 3.12. Reported by Hugo van Kemenade (gh pr #​1284), fixed by Thomas Grainger (gh pr #​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 (gh issue #​1167). Fixed by @​Mifrill (gh pr #​1168)
psf/requests (requests)

v2.32.3

Compare Source

Bugfixes

  • Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of
    HTTPAdapter. (#​6716)
  • Fixed issue where Requests started failing to run on Python versions compiled
    without the ssl module. (#​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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Sep 2, 2024

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

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

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 renovate bot requested a review from a team as a code owner September 2, 2024 11:47
Copy link
Contributor Author

renovate bot commented Sep 2, 2024

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.

@jonashendrickx jonashendrickx enabled auto-merge (squash) September 2, 2024 11:58
@jonashendrickx jonashendrickx merged commit 590628c into main Sep 2, 2024
3 checks passed
@jonashendrickx jonashendrickx deleted the renovate/poetry branch September 2, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant