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 python minor/patch dependencies - autoclosed #130

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
attrs (changelog) ==23.1.0 -> ==23.2.0 age adoption passing confidence
bitstruct ==8.17.0 -> ==8.19.0 age adoption passing confidence
certifi ==2023.7.22 -> ==2023.11.17 age adoption passing confidence
charset-normalizer ==3.3.0 -> ==3.3.2 age adoption passing confidence
cryptography (changelog) ==41.0.4 -> ==41.0.7 age adoption passing confidence
dev/pyright ==1.1.334 -> ==1.1.345 age adoption passing confidence
dev/pytest (source, changelog) ==7.4.3 -> ==7.4.4 age adoption passing confidence
dev/pytest-xdist (changelog) ==3.3.1 -> ==3.5.0 age adoption passing confidence
email-validator ==2.0.0.post2 -> ==2.1.0.post1 age adoption passing confidence
greenlet ==3.0.0 -> ==3.0.3 age adoption passing confidence
idna (changelog) ==3.4 -> ==3.6 age adoption passing confidence
importlib-metadata ==6.8.0 -> ==6.11.0 age adoption passing confidence
jinja2 (changelog) ==3.1.2 -> ==3.1.3 age adoption passing confidence
lint/pyright ==1.1.334 -> ==1.1.345 age adoption passing confidence
lint/pytest (source, changelog) ==7.4.3 -> ==7.4.4 age adoption passing confidence
lint/types-chardet (changelog) ==4.0.3 -> ==4.0.4 age adoption passing confidence
lint/types-python-dateutil (changelog) ==2.8.10 -> ==2.8.19.20240106 age adoption passing confidence
lint/types-pytz (changelog) ==2021.3.5 -> ==2021.3.8 age adoption passing confidence
lint/types-redis (changelog) ==4.1.18 -> ==4.6.0.20240106 age adoption passing confidence
lint/types-requests (changelog) ==2.27.15 -> ==2.31.0.20240106 age adoption passing confidence
lint/types-simplejson (changelog) ==3.17.4 -> ==3.19.0.2 age adoption passing confidence
lint/types-urllib3 (changelog) ==1.26.11 -> ==1.26.25.14 age adoption passing confidence
lxml (source, changelog) ==4.9.3 -> ==4.9.4 age adoption passing confidence
networkx ==3.2 -> ==3.2.1 age adoption passing confidence
opentelemetry-api ==1.20.0 -> ==1.22.0 age adoption passing confidence
pillow (changelog) ==10.1.0 -> ==10.2.0 age adoption passing confidence
prompt-toolkit ==3.0.39 -> ==3.0.43 age adoption passing confidence
ptpython ==3.0.23 -> ==3.0.25 age adoption passing confidence
pydantic (changelog) ==2.4.2 -> ==2.5.3 age adoption passing confidence
pydantic-core ==2.10.1 -> ==2.15.0 age adoption passing confidence
pydantic-extra-types (changelog) ==2.1.0 -> ==2.4.0 age adoption passing confidence
pygments (changelog) ==2.16.1 -> ==2.17.2 age adoption passing confidence
pypdf (changelog) ==3.17.1 -> ==3.17.4 age adoption passing confidence
remoulade ==3.0.2 -> ==3.1.5 age adoption passing confidence
sqlalchemy (changelog) ==2.0.22 -> ==2.0.25 age adoption passing confidence
test/pytest (source, changelog) ==7.4.3 -> ==7.4.4 age adoption passing confidence
test/pytest-xdist (changelog) ==3.3.1 -> ==3.5.0 age adoption passing confidence
typing-extensions (changelog) ==4.8.0 -> ==4.9.0 age adoption passing confidence
tzlocal (changelog) ==5.1 -> ==5.2 age adoption passing confidence
wcwidth ==0.2.8 -> ==0.2.13 age adoption passing confidence
wrapt (changelog) ==1.15.0 -> ==1.16.0 age adoption passing confidence
xhtml2pdf (changelog) ==0.2.11 -> ==0.2.13 age adoption passing confidence

Release Notes

python-attrs/attrs (attrs)

v23.2.0

Compare Source

Changes
  • The type annotation for attrs.resolve_types() is now correct.
    #​1141
  • Type stubs now use typing.dataclass_transform to decorate dataclass-like decorators, instead of the non-standard __dataclass_transform__ special form, which is only supported by Pyright.
    #​1158
  • Fixed serialization of namedtuple fields using attrs.asdict/astuple() with retain_collection_types=True.
    #​1165
  • attrs.AttrsInstance is now a typing.Protocol in both type hints and code.
    This allows you to subclass it along with another Protocol.
    #​1172
  • If attrs detects that __attrs_pre_init__ accepts more than just self, it will call it with the same arguments as __init__ was called.
    This allows you to, for example, pass arguments to super().__init__().
    #​1187
  • Slotted classes now transform functools.cached_property decorated methods to support equivalent semantics.
    #​1200
  • Added class_body argument to attrs.make_class() to provide additional attributes for newly created classes.
    It is, for example, now possible to attach methods.
    #​1203
eerimoq/bitstruct (bitstruct)

v8.19.0

Compare Source

v8.18.0

Compare Source

certifi/python-certifi (certifi)

v2023.11.17

Compare Source

Ousret/charset_normalizer (charset-normalizer)

v3.3.2

Compare Source

Fixed
  • Unintentional memory usage regression when using large payload that match several encoding (#​376)
  • Regression on some detection case showcased in the documentation (#​371)
Added
  • Noise (md) probe that identify malformed arabic representation due to the presence of letters in isolated form (credit to my wife)

v3.3.1

Compare Source

Changed
  • Optional mypyc compilation upgraded to version 1.6.1 for Python >= 3.8
  • Improved the general detection reliability based on reports from the community
pyca/cryptography (cryptography)

v41.0.7

Compare Source

v41.0.6

Compare Source

v41.0.5

Compare Source

RobertCraigie/pyright-python (dev/pyright)

v1.1.345

Compare Source

v1.1.344

Compare Source

v1.1.343

Compare Source

v1.1.342

Compare Source

v1.1.341

Compare Source

v1.1.340

Compare Source

v1.1.339

Compare Source

v1.1.338

Compare Source

v1.1.337

Compare Source

v1.1.336

Compare Source

v1.1.335

Compare Source

pytest-dev/pytest (dev/pytest)

v7.4.4

Compare Source

pytest-dev/pytest-xdist (dev/pytest-xdist)

v3.5.0

Compare Source

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

Features

  • #&#8203;632 <https://github.com/pytest-dev/pytest-xdist/issues/632>_: --dist=loadscope now sorts scopes by number of tests to assign largest scopes early -- in many cases this should improve overall test session running time, as there is less chance of a large scope being left to be processed near the end of the session, leaving other workers idle.

v3.4.0

Compare Source

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

Features

  • #&#8203;963 <https://github.com/pytest-dev/pytest-xdist/issues/963>_: Wait for workers to finish reporting when test run stops early.

    This makes sure that the results of in-progress tests are displayed.
    Previously these reports were being discarded, losing information about the
    test run.

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

JoshData/python-email-validator (email-validator)

v2.1.0

  • Python 3.8+ is now required (support for Python 3.7 was dropped).
  • The old email field on the returned ValidatedEmail object, which in the previous version was superseded by normalized, will now raise a deprecation warning if used. See https://stackoverflow.com/q/879173 for strategies to suppress the DeprecationWarning.
  • A __version__ module attribute is added.
  • The email address argument to validate_email is now marked as positional-only to better reflect the documented usage using the new Python 3.8 feature.
kjd/idna (idna)

v3.6

Compare Source

v3.5

Compare Source

python/importlib_metadata (importlib-metadata)

v6.11.0

Compare Source

v6.10.0

Compare Source

v6.9.0

Compare Source

lxml/lxml (lxml)

v4.9.4

Compare Source

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

Bugs fixed

  • LP#2046398: Inserting/replacing an ancestor into a node's children could loop indefinitely.

  • LP#1980767, GH#379: TreeBuilder.close() could fail with a TypeError after
    parsing incorrect input. Original patch by Enrico Minack.

  • LP#1522052: A file-system specific test is now optional and should no longer fail
    on systems that don't support it.

Other changes

  • Wheels include zlib 1.3, libxml2 2.10.3 and libxslt 1.1.39
    (zlib 1.2.12, libxml2 2.10.3 and libxslt 1.1.37 on Windows).

  • Built with Cython 0.29.37.

networkx/networkx (networkx)

v3.2.1: NetworkX 3.2.1

Compare Source

python-pillow/Pillow (pillow)

v10.2.0

Compare Source

  • Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #​7553
    [bgilbert, radarhere]

  • Trim glyph size in ImageFont.getmask() #​7669, #​7672
    [radarhere, nulano]

  • Deprecate IptcImagePlugin helpers #​7664
    [nulano, hugovk, radarhere]

  • Allow uncompressed TIFF images to be saved in chunks #​7650
    [radarhere]

  • Concatenate multiple JPEG EXIF markers #​7496
    [radarhere]

  • Changed IPTC tile tuple to match other plugins #​7661
    [radarhere]

  • Do not assign new fp attribute when exiting context manager #​7566
    [radarhere]

  • Support arbitrary masks for uncompressed RGB DDS images #​7589
    [radarhere, akx]

  • Support setting ROWSPERSTRIP tag #​7654
    [radarhere]

  • Apply ImageFont.MAX_STRING_LENGTH to ImageFont.getmask() #​7662
    [radarhere]

  • Optimise ImageColor using functools.lru_cache #​7657
    [hugovk]

  • Restricted environment keys for ImageMath.eval() #​7655
    [wiredfool, radarhere]

  • Optimise ImageMode.getmode using functools.lru_cache #​7641
    [hugovk, radarhere]

  • Fix incorrect color blending for overlapping glyphs #​7497
    [ZachNagengast, nulano, radarhere]

  • Attempt memory mapping when tile args is a string #​7565
    [radarhere]

  • Fill identical pixels with transparency in subsequent frames when saving GIF #​7568
    [radarhere]

  • Corrected duration when combining multiple GIF frames into single frame #​7521
    [radarhere]

  • Handle disposing GIF background from outside palette #​7515
    [radarhere]

  • Seek past the data when skipping a PSD layer #​7483
    [radarhere]

  • Import plugins relative to the module #​7576
    [deliangyang, jaxx0n]

  • Translate encoder error codes to strings; deprecate ImageFile.raise_oserror() #​7609
    [bgilbert, radarhere]

  • Support reading BC4U and DX10 BC1 images #​6486
    [REDxEYE, radarhere, hugovk]

  • Optimize ImageStat.Stat.extrema #​7593
    [florath, radarhere]

  • Handle pathlib.Path in FreeTypeFont #​7578
    [radarhere, hugovk, nulano]

  • Added support for reading DX10 BC4 DDS images #​7603
    [sambvfx, radarhere]

  • Optimized ImageStat.Stat.count #​7599
    [florath]

  • Correct PDF palette size when saving #​7555
    [radarhere]

  • Fixed closing file pointer with olefile 0.47 #​7594
    [radarhere]

  • Raise ValueError when TrueType font size is not greater than zero #​7584, #​7587
    [akx, radarhere]

  • If absent, do not try to close fp when closing image #​7557
    [RaphaelVRossi, radarhere]

  • Allow configuring JPEG restart marker interval on save #​7488
    [bgilbert, radarhere]

  • Decrement reference count for PyObject #​7549
    [radarhere]

  • Implement streamtype=1 option for tables-only JPEG encoding #​7491
    [bgilbert, radarhere]

  • If save_all PNG only has one frame, do not create animated image #​7522
    [radarhere]

  • Fixed frombytes() for images with a zero dimension #​7493
    [radarhere]

prompt-toolkit/python-prompt-toolkit (prompt-toolkit)

v3.0.43

Compare Source

Fixes:

  • Fix regression on Pypy: Don't use ctypes.pythonapi to restore SIGINT if not
    available.

v3.0.42

Compare Source

Fixes:

  • Fix line wrapping in patch_stdout on Windows.
  • Make formatted_text.split_lines() accept an iterable instead of lists only.
  • Disable the IPython workaround (from 3.0.41) for IPython >= 8.18.
  • Restore signal.SIGINT handler between prompts.

v3.0.41

Compare Source

Fixes:

  • Fix regression regarding IPython input hook (%gui) integration.

v3.0.40

Compare Source

Fixes:

  • Improved Python 3.12 support (fixes event loop DeprecationWarning).

New features:

  • Vi key bindings: control-t and control-d for indent/unindent in insert
    mode.
  • Insert partial suggestion when control+right is pressed, similar to Fish.
  • Use sphinx-nefertiti theme for the docs.
prompt-toolkit/ptpython (ptpython)

v3.0.25

Compare Source

Fixes:

  • Fix handling of 'config file does not exist' when embedding ptpython.

v3.0.24

Compare Source

Fixes:

  • Don't show "Impossible to read config file" warnings when no config file was
    passed to run_config().
  • IPython integration fixes:
    • Fix top-level await in IPython.
    • Fix IPython DeprecationWarning.
  • Output printing fixes:
    • Paginate exceptions if pagination is enabled.
    • Handle big outputs without running out of memory.
  • Asyncio REPL improvements:
    • From now on, passing --asyncio is required to activate the asyncio-REPL.
      This will ensure that an event loop is created at the start in which we can
      run top-level await statements.
    • Use get_running_loop() instead of get_event_loop().
    • Better handling of SystemExit and control-c in the async REPL.
pydantic/pydantic (pydantic)

v2.5.3: 2023-12-22

Compare Source

v2.5.3 (2023-12-22)

GitHub release

What's Changed
Packaging
  • uprev pydantic-core to 2.14.6
Fixes

Full Changelog: pydantic/pydantic@v2.5.2...v2.5.3/

v2.5.2: 2023-11-22

Compare Source

v2.5.2 (2023-11-22)

GitHub release

What's Changed
Packaging
  • uprev pydantic-core to 2.14.5
New Features
Fixes

v2.5.1

Compare Source

GitHub release

What's Changed
Packaging
Fixes

v2.5.0

Compare Source

GitHub release

The code released in v2.5.0 is functionally identical to that of v2.5.0b1.

What's Changed
Packaging
  • Update pydantic-core from 2.10.1 to 2.14.1, significant changes from these updates are described below, full changelog here
  • Update to pyright==1.1.335 by @​Viicos in #​8075
New Features
Changes
  • Significant Change: replace ultra_strict with new smart union implementation, the way unions are validated has changed significantly to improve performance and correctness, we have worked hard to absolutely minimise the number of cases where behaviour has changed, see the PR for details - by @​davidhewitt in pydantic/pydantic-core#867
  • Add support for instance method reassignment when extra='allow' by @​sydney-runkle in #​7683
  • Support JSON schema generation for Enum types with no cases by @​sydney-runkle in #​7927
  • Warn if a class inherits from Generic before BaseModel by @​alexmojaki in #​7891
Performance

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/python-minor-patch branch 6 times, most recently from 41a11d1 to e63d944 Compare December 28, 2023 16:38
@renovate renovate bot force-pushed the renovate/python-minor-patch branch 7 times, most recently from 346259c to c60b3f3 Compare January 3, 2024 04:47
@renovate renovate bot force-pushed the renovate/python-minor-patch branch 3 times, most recently from 3941e56 to 262d6a0 Compare January 9, 2024 11:37
@renovate renovate bot force-pushed the renovate/python-minor-patch branch from 262d6a0 to f58e158 Compare January 10, 2024 23:33
@renovate renovate bot changed the title chore(deps): update python minor/patch dependencies chore(deps): update python minor/patch dependencies - autoclosed Jan 11, 2024
@renovate renovate bot closed this Jan 11, 2024
@renovate renovate bot deleted the renovate/python-minor-patch branch January 11, 2024 09:30
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.

None yet

0 participants