Skip to content

⬆️(dependencies) update python dependencies #1021

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

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 ==1.38.23 -> ==1.38.27 age adoption passing confidence
celery (source, changelog) ==5.5.2 -> ==5.5.3 age adoption passing confidence
drf-spectacular-sidecar ==2025.5.1 -> ==2025.6.1 age adoption passing confidence
ipython ==9.2.0 -> ==9.3.0 age adoption passing confidence
jsonschema (changelog) ==4.23.0 -> ==4.24.0 age adoption passing confidence
openai ==1.82.0 -> ==1.82.1 age adoption passing confidence
pytest-xdist (changelog) ==3.6.1 -> ==3.7.0 age adoption passing confidence
ruff (source, changelog) ==0.11.11 -> ==0.11.12 age adoption passing confidence
types-requests (changelog) ==2.32.0.20250515 -> ==2.32.0.20250602 age adoption passing confidence

Release Notes

boto/boto3 (boto3)

v1.38.27

Compare Source

=======

  • api-change:emr-serverless: [botocore] This release adds the capability for users to specify an optional Execution IAM policy in the StartJobRun action. The resulting permissions assumed by the job run is the intersection of the permissions in the Execution Role and the specified Execution IAM Policy.
  • api-change:sagemaker: [botocore] Release new parameter CapacityReservationConfig in ProductionVariant

v1.38.26

Compare Source

=======

  • api-change:amplify: [botocore] Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType.
  • api-change:autoscaling: [botocore] Add support for "apple" CpuManufacturer in ABIS
  • api-change:bcm-pricing-calculator: [botocore] Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300.
  • api-change:cloudtrail: [botocore] CloudTrail Feature Release: Support for Enriched Events with Configurable Context for Event Data Store
  • api-change:connect: [botocore] Amazon Connect Service Feature: Email Recipient Limit Increase
  • api-change:dataexchange: [botocore] This release adds Tag support for Event Action resource, through which customers can create event actions with Tags and retrieve event actions with Tags.
  • api-change:datasync: [botocore] AgentArns field is made optional for Object Storage and Azure Blob location create requests. Location credentials are now managed via Secrets Manager, and may be encrypted with service managed or customer managed keys. Authentication is now optional for Azure Blob locations.
  • api-change:fsx: [botocore] FSx API changes to support the public launch of new Intelligent Tiering storage class on Amazon FSx for Lustre
  • api-change:ivs-realtime: [botocore] IVS Real-Time now offers customers the participant replication that allow customers to copy a participant from one stage to another.
  • api-change:mwaa: [botocore] Amazon MWAA now lets you choose a worker replacement strategy when updating an environment. This release adds two worker replacement strategies: FORCED (default), which stops workers immediately, and GRACEFUL, which allows workers to finish current tasks before shutting down.
  • api-change:s3: [botocore] Adding checksum support for S3 PutBucketOwnershipControls API.
  • api-change:sagemaker: [botocore] Add maintenance status field to DescribeMlflowTrackingServer API response

v1.38.25

Compare Source

=======

  • api-change:cost-optimization-hub: [botocore] This release allows customers to modify their preferred commitment term and payment options.
  • api-change:ec2: [botocore] Enable the option to automatically delete underlying Amazon EBS snapshots when deregistering Amazon Machine Images (AMIs)
  • api-change:events: [botocore] Allow for more than 2 characters for location codes in EventBridge ARNs
  • api-change:network-firewall: [botocore] You can now use VPC endpoint associations to create multiple firewall endpoints for a single firewall.
  • api-change:synthetics: [botocore] Add support to change ephemeral storage. Add a new field "TestResult" under CanaryRunStatus.

v1.38.24

Compare Source

=======

  • api-change:ce: [botocore] This release introduces Cost Comparison feature (GetCostAndUsageComparisons, GetCostComparisonDrivers) allowing you find cost variations across multiple dimensions and identify key drivers of spending changes.
  • api-change:deadline: [botocore] AWS Deadline Cloud service-managed fleets now support storage profiles. With storage profiles, you can map file paths between a workstation and the worker hosts running the job.
  • api-change:ec2: [botocore] This release adds three features - option to store AWS Site-to-Site VPN pre-shared keys in AWS Secrets Manager, GetActiveVpnTunnelStatus API to check the in-use VPN algorithms, and SampleType option in GetVpnConnectionDeviceSampleConfiguration API to get recommended sample configs for VPN devices.
celery/celery (celery)

v5.5.3

Compare Source

=====

:release-date: 2025-06-01
:release-by: Tomer Nosrati

What's Changed


- make the tests run on python 3.13 for gcs backend (#​9677)
- Added DeepWiki to README (#​9683)
- Limit redis to <=v5.2.1 to match Kombu (#&#8203;9693)
- Use EX_OK instead of literal zero (#&#8203;9684)
- Make wheel metadata reproducible (#&#8203;9687)
- let celery install from kombu dependencies for better align (#&#8203;9696)
- Fix stamping documentation to clarify stamped_headers key is optional in visitor methods (#&#8203;9697)
- Support apply_async without queue argument on quorum queues (#&#8203;9686)
- Updated rabbitmq doc about using quorum queues with task routes (#&#8203;9707)
- Add: Dumper Unit Test (#&#8203;9711)
- Add unit test for event.group_from (#&#8203;9709)
- refactor: add beat_cron_starting_deadline documentation warning (#&#8203;9712)
- fix: resolve issue #&#8203;9569 by supporting distinct broker transport options for workers (#&#8203;9695)
- Fixes issue with retry callback arguments in DelayedDelivery (#&#8203;9708)
- get_exchange-unit-test (#&#8203;9710)
- ISSUE-9704: Update documentation of result_expires, filesystem backend is supported (#&#8203;9716)
- update to blacksmith ubuntu 24.04 (#&#8203;9717)
- Added unit tests for celery.utils.iso8601 (#&#8203;9725)
- Update introduction.rst docs (#&#8203;9728)
- Prepare for release: v5.5.3 (#&#8203;9732)

.. _version-5.5.2:
tfranzel/drf-spectacular-sidecar (drf-spectacular-sidecar)

v2025.6.1

Compare Source

ipython/ipython (ipython)

v9.3.0

Compare Source

python-jsonschema/jsonschema (jsonschema)

v4.24.0

Compare Source

=======

  • Fix improper handling of unevaluatedProperties in the presence of additionalProperties (#​1351).
  • Support for Python 3.8 has been dropped, as it is end-of-life.
openai/openai-python (openai)

v1.82.1

Compare Source

Full Changelog: v1.82.0...v1.82.1

Bug Fixes
  • responses: don't include parsed_arguments when re-serialising (6d04193)
Chores
  • internal: fix release workflows (361a909)
pytest-dev/pytest-xdist (pytest-xdist)

v3.7.0

Compare Source

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

Features

  • #&#8203;1142 <https://github.com/pytest-dev/pytest-xdist/issues/1142>_: Added support for Python 3.13.

  • #&#8203;1144 <https://github.com/pytest-dev/pytest-xdist/issues/1144>_: The internal steal command is now atomic - it unschedules either all requested tests or none.

    This is a prerequisite for group/scope support in the worksteal scheduler, so test groups won't be broken up incorrectly.

  • #&#8203;1170 <https://github.com/pytest-dev/pytest-xdist/issues/1170>_: Add the --px arg to create proxy gateways.

    Proxy gateways are passed to additional gateways using the via keyword.
    They can serve as a way to run multiple workers on remote machines.

  • #&#8203;1200 <https://github.com/pytest-dev/pytest-xdist/issues/1200>_: Now multiple xdist_group markers are considered when assigning tests to groups (order does not matter).

    Previously, only the last marker would assign a test to a group, but now if a test has multiple xdist_group marks applied (for example via parametrization or via fixtures), they are merged to make a new group.

Removals

  • #&#8203;1162 <https://github.com/pytest-dev/pytest-xdist/issues/1162>_: Dropped support for EOL Python 3.8.

Trivial Changes

  • #&#8203;1092 <https://github.com/pytest-dev/pytest-xdist/issues/1092>_: Update an error message to better indicate where users should go for more information.

  • #&#8203;1190 <https://github.com/pytest-dev/pytest-xdist/issues/1190>_: Switched to using a SPDX license identifier introduced in PEP 639.

astral-sh/ruff (ruff)

v0.11.12

Compare Source

Preview features
  • [airflow] Revise fix titles (AIR3) (#​18215)
  • [pylint] Implement missing-maxsplit-arg (PLC0207) (#​17454)
  • [pyupgrade] New rule UP050 (useless-class-metaclass-type) (#​18334)
  • [flake8-use-pathlib] Replace os.symlink with Path.symlink_to (PTH211) (#​18337)
Bug fixes
  • [flake8-bugbear] Ignore __debug__ attribute in B010 (#​18357)
  • [flake8-async] Fix anyio.sleep argument name (ASYNC115, ASYNC116) (#​18262)
  • [refurb] Fix FURB129 autofix generating invalid syntax (#​18235)
Rule changes
  • [flake8-implicit-str-concat] Add autofix for ISC003 (#​18256)
  • [pycodestyle] Improve the diagnostic message for E712 (#​18328)
  • [flake8-2020] Fix diagnostic message for != comparisons (YTT201) (#​18293)
  • [pyupgrade] Make fix unsafe if it deletes comments (UP010) (#​18291)
Documentation
  • Simplify rules table to improve readability (#​18297)
  • Update editor integrations link in README (#​17977)
  • [flake8-bugbear] Add fix safety section (B006) (#​17652)

Configuration

📅 Schedule: Branch creation - "before 7am 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 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 added dependencies Pull requests that update a dependency file noChangeLog labels Jun 2, 2025
@renovate renovate bot force-pushed the renovate/python-dependencies branch from f5db6c7 to d952815 Compare June 2, 2025 05:09
@lunika lunika merged commit d952815 into main Jun 2, 2025
20 of 21 checks passed
@lunika lunika deleted the renovate/python-dependencies branch June 2, 2025 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file noChangeLog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant