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

fix(deps): update all non-major dependencies #157

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
alembic (source, changelog) ==1.12.1 -> ==1.13.1 age adoption passing confidence
colorlog ==6.7.0 -> ==6.8.0 age adoption passing confidence
ipython (source) ==8.17.2 -> ==8.18.1 age adoption passing confidence
pre-commit ==3.5.0 -> ==3.6.0 age adoption passing confidence
pylint (changelog) ==3.0.2 -> ==3.0.3 age adoption passing confidence
scrapeops-scrapy 0.5.3 -> 0.5.4 age adoption passing confidence
sentry-sdk (changelog) ==1.33.1 -> ==1.39.1 age adoption passing confidence

Release Notes

borntyping/python-colorlog (colorlog)

v6.8.0: 6.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: borntyping/python-colorlog@v6.7.0...v6.8.0

ipython/ipython (ipython)

v8.18.1

Compare Source

v8.18.0

Compare Source

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

v3.6.0

Compare Source

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

Features
Fixes
Updating
pylint-dev/pylint (pylint)

v3.0.3

Compare Source

What's new in Pylint 3.0.3?

Release date: 2023-12-11

False Positives Fixed

  • Fixed false positive for unnecessary-lambda when the call has keyword arguments but not the lambda.

    Closes #​9148

  • Fixed incorrect suggestion for shallow copy in unnecessary-comprehension

    Example of the suggestion:
    #pylint: disable=missing-module-docstring
    a = [1, 2, 3]
    b = [x for x in a]
    b[0] = 0
    print(a) # [1, 2, 3]

    After changing b = [x for x in a] to b = a based on the suggestion, the script now prints [0, 2, 3]. The correct suggestion should be use list(a) to preserve the original behavior.

    Closes #​9172

  • Fix false positives for undefined-variable and unused-argument for
    classes and functions using Python 3.12 generic type syntax.

    Closes #​9193

  • Fixed pointless-string-statement false positive for docstrings
    on Python 3.12 type aliases.

    Closes #​9268

  • Fix false positive for invalid-exception-operation when concatenating tuples
    of exception types.

    Closes #​9288

Other Bug Fixes

  • Fix a bug where pylint was unable to walk recursively through a directory if the
    directory has an __init__.py file.

    Closes #​9210

ScrapeOps/scrapeops-scrapy-sdk (scrapeops-scrapy)

v0.5.4: Version: 0.5.4 Latest

Compare Source

Fixed 2 user reported issues:
https://github.com/ScrapeOps/scrapeops-scrapy-sdk/issues/10
https://github.com/ScrapeOps/scrapeops-scrapy-sdk/issues/9

Updated dependencies to latest versions
Python minimum version needed now 3.8

getsentry/sentry-python (sentry-sdk)

v1.39.1

Compare Source

Various fixes & improvements

v1.39.0

Compare Source

Various fixes & improvements

v1.38.0

Compare Source

Various fixes & improvements

v1.37.1

Compare Source

Various fixes & improvements

v1.37.0

Compare Source

Various fixes & improvements

v1.36.0

Compare Source

Various fixes & improvements

v1.35.0

Compare Source

Various fixes & improvements
  • Updated gRPC integration: Asyncio interceptors and easier setup (#​2369) by @​fdellekart

    Our gRPC integration now instruments incoming unary-unary grpc requests and outgoing unary-unary, unary-stream grpc requests using grpcio channels. Everything works now for sync and async code.

    Before this release you had to add Sentry interceptors by hand to your gRPC code, now the only thing you need to do is adding the GRPCIntegration to you sentry_sdk_init() call. (See documentation for more information):

    import sentry_sdk
    from sentry_sdk.integrations.grpc import GRPCIntegration
    
    sentry_sdk.init(
        dsn="___PUBLIC_DSN___",
        enable_tracing=True,
        integrations=[
            GRPCIntegration(),
        ],
    )

    The old way still works, but we strongly encourage you to update your code to the way described above.

  • Python 3.12: Replace deprecated datetime functions (#​2502) by @​sentrivana

  • Metrics: Unify datetime format (#​2409) by @​mitsuhiko

  • Celery: Set correct data in check_ins (#​2500) by @​antonpirker

  • Celery: Read timezone for Crons monitors from celery_schedule if existing (#​2497) by @​antonpirker

  • Django: Removing redundant code in Django tests (#​2491) by @​vagi8

  • Django: Make reading the request body work in Django ASGI apps. (#​2495) by @​antonpirker

  • FastAPI: Use wraps on fastapi request call wrapper (#​2476) by @​nkaras

  • Fix: Probe for psycopg2 and psycopg3 parameters function. (#​2492) by @​antonpirker

  • Fix: Remove unnecessary TYPE_CHECKING alias (#​2467) by @​rafrafek

v1.34.0

Compare Source

Various fixes & improvements

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Asia/Singapore, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 192d61d to 6272d28 Compare December 2, 2023 19:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9dd020f to 2aa85a2 Compare December 14, 2023 20:06
@ngshiheng ngshiheng merged commit ad03b2f into main Dec 21, 2023
2 checks passed
@ngshiheng ngshiheng deleted the renovate/all-minor-patch branch December 21, 2023 00:33
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