fix(deps): update all non-major dependencies #157
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.12.1
->==1.13.1
==6.7.0
->==6.8.0
==8.17.2
->==8.18.1
==3.5.0
->==3.6.0
==3.0.2
->==3.0.3
0.5.3
->0.5.4
==1.33.1
->==1.39.1
Release Notes
borntyping/python-colorlog (colorlog)
v6.8.0
: 6.8.0Compare 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
minimum_pre_commit_version
first when parsing configs.Fixes
importlib.resources
.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
andunused-argument
forclasses and functions using Python 3.12 generic type syntax.
Closes #9193
Fixed
pointless-string-statement
false positive for docstringson Python 3.12 type aliases.
Closes #9268
Fix false positive for
invalid-exception-operation
when concatenating tuplesof 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 LatestCompare 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
error_sampler
function (#2511) by @antonpirkeraiohttp
(#2590) by @antonpirkerv1.39.0
Compare Source
Various fixes & improvements
TypeError
with no-argumentapply_async
(#2575) by @szokeasaurusrexos.path.devnull
access issues (#2579) by @sentrivanacode.filepath
frame picking logic (#2568) by @sentrivanav1.38.0
Compare Source
Various fixes & improvements
event_processors
for checkins (#2536) by @antonpirkerjinja2
for generating CI yamls (#2534) by @sentrivanav1.37.1
Compare Source
Various fixes & improvements
NameError
onparse_version
with eventlet (#2532) by @sentrivana68def1e
toe9f7d58
(#2501) by @dependabotv1.37.0
Compare Source
Various fixes & improvements
Move installed modules code to utils (#2429) by @sentrivana
Note: We moved the internal function
_get_installed_modules
fromsentry_sdk.integrations.modules
tosentry_sdk.utils
.So if you use this function you have to update your imports
Add code locations for metrics (#2526) by @jan-auer
Add query source to DB spans (#2521) by @antonpirker
Send events to Spotlight sidecar (#2524) by @HazAT
Run integration tests with newest
pytest
(#2518) by @sentrivanaBring tests up to date (#2512) by @sentrivana
Fix: Prevent global var from being discarded at shutdown (#2530) by @antonpirker
Fix: Scope transaction source not being updated in scope.span setter (#2519) by @sl0thentr0py
v1.36.0
Compare Source
Various fixes & improvements
RedisIntegration
is disabled, unlessredis
is installed (#2504) by @szokeasaurusrexv1.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 yousentry_sdk_init()
call. (See documentation for more information):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_in
s (#2500) by @antonpirkerCelery: Read timezone for Crons monitors from
celery_schedule
if existing (#2497) by @antonpirkerDjango: 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
connection_kwargs
inpatch_redis_client
(#2482) by @szokeasaurusrexConfiguration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.