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

chore(deps): update all minor dependencies #489

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Update Pending
aws-lambda-powertools (changelog) ==2.42.0 -> ==2.43.1 age adoption passing confidence minor
black (changelog) ==24.4.2 -> ==24.8.0 age adoption passing confidence minor
boto3 ==1.34.162 -> ==1.35.0 age adoption passing confidence minor 1.35.5 (+4)
fastapi (changelog) ==0.111.1 -> ==0.112.1 age adoption passing confidence minor 0.112.2
locust (source) ==2.29.1 -> ==2.31.3 age adoption passing confidence minor
postgres 15.7 -> 15.8 age adoption passing confidence minor

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

Release Notes

aws-powertools/powertools-lambda-python (aws-lambda-powertools)

v2.43.1

Compare Source

[v2.43.1] - 2024-08-12

v2.43.0

Compare Source

[v2.43.0] - 2024-08-08

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)
boto/boto3 (boto3)

v1.35.0

Compare Source

======

  • api-change:batch: [botocore] Improvements of integration between AWS Batch and EC2.
  • api-change:inspector2: [botocore] Update the correct format of key and values for resource tags
  • api-change:quicksight: [botocore] Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata
  • api-change:sagemaker: [botocore] Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response
  • api-change:sesv2: [botocore] Marking use case description field of account details as deprecated.
  • feature:signing: [botocore] Adds internal support for the new 'auth' trait to allow a priority list of auth types for a service or operation.
fastapi/fastapi (fastapi)

v0.112.1

Compare Source

Upgrades
Docs
Translations
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/bigger-applications.md. PR #​11971 by @​marcelomarkus.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/testing-websockets.md. PR #​11994 by @​ceb10n.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/testing-dependencies.md. PR #​11995 by @​ceb10n.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/using-request-directly.md. PR #​11956 by @​ceb10n.
  • 🌐 Add French translation for docs/fr/docs/tutorial/body-multiple-params.md. PR #​11796 by @​pe-brian.
  • 🌐 Update Chinese translation for docs/zh/docs/tutorial/query-params.md. PR #​11557 by @​caomingpei.
  • 🌐 Update typo in Chinese translation for docs/zh/docs/advanced/testing-dependencies.md. PR #​11944 by @​bestony.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/sub-applications.md and docs/pt/docs/advanced/behind-a-proxy.md. PR #​11856 by @​marcelomarkus.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/cors.md and docs/pt/docs/tutorial/middleware.md. PR #​11916 by @​wesinalves.
  • 🌐 Add French translation for docs/fr/docs/tutorial/path-params-numeric-validations.md. PR #​11788 by @​pe-brian.
Internal

v0.112.0

Compare Source

Breaking Changes
  • ♻️ Add support for pip install "fastapi[standard]" with standard dependencies and python -m fastapi. PR #​11935 by @​tiangolo.
Summary

Install with:

pip install "fastapi[standard]"
Other Changes
  • This adds support for calling the CLI as:
python -m python
  • And it upgrades fastapi-cli[standard] >=0.0.5.
Technical Details

Before this, fastapi would include the standard dependencies, with Uvicorn and the fastapi-cli, etc.

And fastapi-slim would not include those standard dependencies.

Now fastapi doesn't include those standard dependencies unless you install with pip install "fastapi[standard]".

Before, you would install pip install fastapi, now you should include the standard optional dependencies (unless you want to exclude one of those): pip install "fastapi[standard]".

This change is because having the standard optional dependencies installed by default was being inconvenient to several users, and having to install instead fastapi-slim was not being a feasible solution.

Discussed here: #​11522 and here: #​11525

Docs
Translations
Internal
locustio/locust (locust)

v2.31.3

Compare Source

Full Changelog

Fixed bugs:

  • Brew installed locust missing UI assets #​2831
  • response avg time is NaN #​2829
  • Windows Action Runs Wrong Version of Locust #​2796

Merged pull requests:

v2.31.2

Compare Source

Full Changelog

Merged pull requests:

v2.31.1

Compare Source

Full Changelog

Merged pull requests:

v2.31.0

Full Changelog

Merged pull requests:

v2.30.0

Compare Source

Full Changelog

Fixed bugs:

  • Locust / pypy fails with "AttributeError: module 'gc' has no attribute 'freeze'" error. #​2818
  • Worker sometimes fails to send heartbeat after upgrade to urllib3>=1.26.16 #​2812
  • Web UI lacking asset #​2781

Closed issues:

  • Charts Update Is Delayed #​2771
  • Use itertools.cycle in SequentialTaskSet #​2740
  • SequentialTaskSet handles task weights in an inconsistent way #​2739

Merged pull requests:


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/all-minor branch 5 times, most recently from 023a70c to d2f1ef6 Compare August 15, 2024 17:15
@renovate renovate bot force-pushed the renovate/all-minor branch 7 times, most recently from 42d7b39 to 879b6bf Compare August 26, 2024 12:17
@renovate renovate bot force-pushed the renovate/all-minor branch from 879b6bf to 771d16c Compare August 26, 2024 12:19
@patheard patheard merged commit 90820eb into main Aug 26, 2024
5 checks passed
@patheard patheard deleted the renovate/all-minor branch August 26, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant