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): refresh pip-compile outputs python #2235

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 7, 2024

This PR contains the following updates:

Package Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
bleach minor ==6.1.0 -> ==6.2.0 age adoption passing confidence
cryptography (changelog) patch ==43.0.1 -> ==43.0.3 age adoption passing confidence
google-api-core minor ==2.20.0 -> ==2.23.0 age adoption passing confidence
google-auth minor ==2.35.0 -> ==2.36.0 age adoption passing confidence
google-cloud-trace (source) minor ==1.13.5 -> ==1.14.0 1.14.1 age adoption passing confidence
grpcio (source) minor ==1.66.1 -> ==1.67.1 1.68.0 age adoption passing confidence
locust (source) minor ==2.31.7 -> ==2.32.2 2.32.3 age adoption passing confidence
opentelemetry-instrumentation-flask minor ==0.48b0 -> ==0.49b1 0.49b2 age adoption passing confidence
opentelemetry-instrumentation-jinja2 minor ==0.48b0 -> ==0.49b1 0.49b2 age adoption passing confidence
opentelemetry-instrumentation-requests minor ==0.48b0 -> ==0.49b1 0.49b2 age adoption passing confidence
opentelemetry-instrumentation-sqlalchemy minor ==0.48b0 -> ==0.49b1 0.49b2 age adoption passing confidence
opentelemetry-sdk minor ==1.27.0 -> ==1.28.1 1.28.2 age adoption passing confidence
psycopg2-binary (source, changelog) patch ==2.9.9 -> ==2.9.10 age adoption passing confidence
pycryptodome (source, changelog) minor ==3.20.0 -> ==3.21.0 age adoption passing confidence
pyparsing minor ==3.1.4 -> ==3.2.0 age adoption passing confidence
zipp minor ==3.20.2 -> ==3.21.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

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


Release Notes

mozilla/bleach (bleach)

v6.2.0

Compare Source

Backwards incompatible changes

  • Dropped support for Python 3.8. (#​737)

Security fixes

None

Bug fixes

  • Add support for Python 3.13. (#​736)
  • Remove six depdenncy. (#​618)
  • Update known-good versions for tinycss2. (#​732)
  • Fix additional < followed by characters and EOF issues. (#​728)
pyca/cryptography (cryptography)

v43.0.3

Compare Source

googleapis/python-api-core (google-api-core)

v2.23.0

Compare Source

Features

v2.22.0

Compare Source

Features
Bug Fixes

v2.21.0

Compare Source

Features
  • Add support for asynchronous long running operations (#​724) (aaed69b)
Bug Fixes
googleapis/google-auth-library-python (google-auth)

v2.36.0

Compare Source

Features
Bug Fixes
googleapis/google-cloud-python (google-cloud-trace)

v1.14.0: google-cloud-trace: v1.14.0

Compare Source

Features
grpc/grpc (grpcio)

v1.67.1

Compare Source

This is release gRPC Core 1.67.1 (gesundheit). This is a Python-only patch release.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

v1.67.0

Compare Source

This is release 1.67.0 (gesundheit) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

C++

  • [OTel C++] Fix race when adding and removing callbacks. (#​37485)

Python

  • [Backport to 1.67.x] Add templating and support for Python 3.13 (#​37643). (#​37803)
  • Add templating and support for Python 3.13. (#​37643)
  • [Python Distrib] Change warning to RuntimeError for version incompatibility. (#​37466)
  • [reflection]: python: reflection returns original_request. (#​36944)

Ruby

  • [ruby] drop ruby 2.7 support. (#​37430)
  • [ruby] reduce ruby gpr_log invocations from INFO to DEBUG. (#​37426)
  • [ruby] refactor flaky test and expose cancel_with_status. (#​37410)

v1.66.2

Compare Source

This is release gRPC Core 1.66.2 (gladiator).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

What's Changed

Python
  • Added support for Python 3.13 and templating system for supported Python versions (#​37643)

Full Changelog: grpc/grpc@v1.66.1...v1.66.2

locustio/locust (locust)

v2.32.2

Compare Source

What's Changed

New Contributors

Full Changelog: locustio/locust@2.32.1...2.32.2

v2.32.1

Compare Source

What's Changed

New Contributors

Full Changelog: locustio/locust@2.32.0...2.32.1

v2.32.0

Compare Source

Full Changelog

Fixed bugs:

  • logfile is erroniously written when there are many workers. #​2927
  • Form field for users, spawn rate, and run time still visible in UI although CustomShape defined without use_common_options. #​2924
  • --html with --process 4 then get ValueError: StatsEntry.use_response_times_cache must be set to True #​2908
  • IPV6 check doesn't work as expected on AWS EKS #​2787

Merged pull requests:

v2.31.8

Compare Source

What's Changed

New Contributors

Full Changelog: locustio/locust@2.31.7...2.31.8

Legrandin/pycryptodome (pycryptodome)

v3.21.0: - Bourdeaux

Compare Source

New features

  • By setting the PYCRYPTODOME_DISABLE_GMP environment variable,
    the GMP library will not be used even if detected.
  • Add support for Curve25519 / X25519.
  • Add support for Curve448 / X448.
  • Add attribute curve to EccPoint and EccXPoint classes,
    with the canonical name of the curve.
  • GH#781: the label for the SP800_108_Counter KDF may now
    contain zero bytes. Thanks to Julien Rische.
  • GH#814: RSA keys for PSS can be imported.

Resolved issues

  • GH#810: fixed negation of Ed25519 points.
  • GH#819: accept an RFC5916 ECPrivateKey even if it doesn't
    contain any of the optional elements
    (parameters [0] and publicKey[1]).

Other changes

  • Remove support for Python 3.5.
jaraco/zipp (zipp)

v3.21.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
@forking-renovate forking-renovate bot added the lang: python Issues specific to Python. label Oct 7, 2024
@renovate-bot renovate-bot requested a review from a team as a code owner October 7, 2024 00:53
@dpebot
Copy link
Collaborator

dpebot commented Oct 7, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 9, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 16, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 20, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 22, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 23, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 23, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 28, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 28, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 4, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 4, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 5, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 5, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 6, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 8, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 11, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 11, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 12, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 13, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 15, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 15, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 17, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 17, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 18, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 18, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 18, 2024

/gcbrun

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 lang: python Issues specific to Python.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants