Skip to content

chore(deps): Update python-dependencies#1045

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/python-dependencies
Open

chore(deps): Update python-dependencies#1045
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/python-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
PyJWT ==2.12.0==2.12.1 age confidence
anyio (changelog) ==4.11.0==4.12.1 age confidence
beautifulsoup4 (changelog) ==4.14.2==4.14.3 age confidence
certifi ==2026.1.4==2026.2.25 age confidence
charset-normalizer (changelog) ==3.4.4==3.4.5 age confidence
discord.py ==2.6.4==2.7.1 age confidence
fonttools ==4.61.0==4.62.1 age confidence
jiter ==0.12.0==0.13.0 age confidence
jsonschema (changelog) ==4.25.1==4.26.0 age confidence
jupyter_client ==8.6.3==8.8.0 age confidence
kiwisolver (changelog) ==1.4.9==1.5.0 age confidence
matplotlib ==3.10.7==3.10.8 age confidence
mistune ==3.1.4==3.2.0 age confidence
mpmath ==1.3.0==1.4.1 age confidence
multidict ==6.7.0==6.7.1 age confidence
nbclient ==0.10.2==0.10.4 age confidence
numpy (changelog) ==2.3.4==2.4.3 age confidence
parso ==0.8.5==0.8.6 age confidence
platformdirs (changelog) ==4.5.0==4.9.4 age confidence
pyparsing ==3.2.5==3.3.2 age confidence
python-dotenv ==1.2.1==1.2.2 age confidence
rpds-py ==0.29.0==0.30.0 age confidence
scipy ==1.16.3==1.17.1 age confidence
soupsieve ==2.8==2.8.3 age confidence
tinycss2 (changelog) ==1.4.0==1.5.1 age confidence
tqdm (changelog) ==4.67.1==4.67.3 age confidence
wcwidth ==0.2.14==0.6.0 age confidence
wrapt (changelog) ==2.0.1==2.1.2 age confidence
yarl ==1.22.0==1.23.0 age confidence

Release Notes

jpadilla/pyjwt (PyJWT)

v2.12.1

Compare Source

agronholm/anyio (anyio)

v4.12.1

Compare Source

  • Changed all functions currently raising the private NoCurrentAsyncBackend exception (since v4.12.0) to instead raise the public NoEventLoopError exception (#​1048)
  • Fixed anyio.functools.lru_cache not working with instance methods (#​1042)

v4.12.0

Compare Source

  • Added support for asyncio's task call graphs on Python 3.14 and later when using AnyIO's task groups (#​1025)
  • Added an asynchronous implementation of the functools module (#​1001)
  • Added support for uvloop=True on Windows via the winloop implementation (#​960; PR by @​Vizonex)
  • Added support for use as a context manager to anyio.lowlevel.RunVar (#​1003)
  • Added __all__ declarations to public submodules (anyio.lowlevel etc.) (#​1009)
  • Added the ability to set the token count of a CapacityLimiter to zero (#​1019; requires Python 3.10 or later when using Trio)
  • Added parameters case_sensitive and recurse_symlinks along with support for path-like objects to anyio.Path.glob() and anyio.Path.rglob() (#​1033; PR by @​northisup)
  • Dropped sniffio as a direct dependency and added the get_available_backends() function (#​1021)
  • Fixed Process.stdin.send() not raising ClosedResourceError and BrokenResourceError on asyncio. Previously, a non-AnyIO exception was raised in such cases (#​671; PR by @​gschaffner)
  • Fixed Process.stdin.send() not checkpointing before writing data on asyncio (#​1002; PR by @​gschaffner)
  • Fixed a race condition where cancelling a Future from BlockingPortal.start_task_soon() would sometimes not cancel the async function (#​1011; PR by @​gschaffner)
  • Fixed the presence of the pytest plugin causing breakage with older versions of pytest (<= 6.1.2) (#​1028; PR by @​saper)
  • Fixed a rarely occurring RuntimeError: Set changed size during iteration while shutting down the process pool when using the asyncio backend (#​985)
certifi/python-certifi (certifi)

v2026.2.25

Compare Source

jawah/charset_normalizer (charset-normalizer)

v3.4.5

Compare Source

Changed
  • Update setuptools constraint to setuptools>=68,<=82.
  • Raised upper bound of mypyc for the optional pre-built extension to v1.19.1
Fixed
  • Add explicit link to lib math in our optimized build. (#​692)
  • Logger level not restored correctly for empty byte sequences. (#​701)
  • TypeError when passing bytearray to from_bytes. (#​703)
Misc
  • Applied safe micro-optimizations in both our noise detector and language detector.
  • Rewrote the query_yes_no function (inside CLI) to avoid using ambiguous licensed code.
  • Added cd.py submodule into mypyc optional compilation to reduce further the performance impact.
fonttools/fonttools (fonttools)

v4.62.1

Compare Source

  • [feaLib] Extend contextual rule merging to all rule types: single subst, GSUB/GPOS named lookups, ignore rules, and chained alternate subst (#​4061).

v4.62.0

Compare Source

  • [diff] Add new fonttools diff command for comparing font files, imported from the fdiff project and heavily reworked (#​1190, #​4007, #​4009, #​4011, #​4013, #​4019).
  • [feaLib] Fix VariableScalar interpolation bug with non-linear avar mappings. Also decouple VariableScalar from compiled fonts, allowing it to work with designspace data before compilation (#​3938, #​4054).
  • [feaLib] Fix VariableScalar axis ordering and iterative delta rounding to match fontc behavior (#​4053).
  • [feaLib] Merge chained multi subst rules with same context into a single subtable instead of emitting one subtable per glyph (#​4016, #​4058).
  • [feaLib] Pass location to ConditionsetStatement to fix glyphsLib round-tripping (fontra/fontra-glyphs#130, #​4057).
  • [feaLib] Write 0xFFFF instead of 0 for missing nameIDs in cv feature params (#​4010, #​4012).
  • [cmap] Fix CmapSubtable.__lt__() TypeError on Python 3 when subtables share the same encoding record, and add compile-time validation for unique encoding records (#​4035, #​4055).
  • [svgLib] Skip non-element XML nodes (comments, processing instructions) when drawing SVG paths (#​4042, #​4043).
  • [glifLib] Fix regression reading glyph outlines when glyphObject=None (#​4030, #​4031).
  • [pointPen] Fix SegmentToPointPen edge case: only remove a duplicate final point on closePath() if it is an on-curve point (#​4014, #​4015).
  • [cffLib] SECURITY Replace eval() with safeEval() in parseBlendList() to prevent arbitrary code execution from crafted TTX files (#​4039, #​4040).
  • [ttLib] Remove defunct Adobe SING Glyphlet tables (META, SING, GMAP, GPKG) (#​4044).
  • [varLib.interpolatable] Various bugfixes: fix swapped nodeTypes assignment, duplicate kink-detector condition, typos, CFF2 vsindex parsing, glyph existence check, and plot helpers (#​4046).
  • [varLib.models] Fix getSubModel not forwarding extrapolate/axisRanges; check location uniqueness after stripping zeros (#​4047).
  • [varLib] Fix --variable-fonts filter in build_many; remove dead code and fix comments (#​4048).
  • [avar] Preserve existing name table in build; keep unbuild return types consistent; validate map CLI coordinates (#​4051).
  • [cu2qu/qu2cu] Add input validation: reject non-positive tolerances, validate curve inputs and list lengths (#​4052).
  • [colorLib] Raise a clear ColorLibError when base glyphs are missing from glyphMap, instead of a confusing KeyError (#​4041).
  • [glyf] Remove unnecessary fvar table dependency (#​4017).
  • [fvar/trak] Remove unnecessary name table dependency (#​4018).
  • [ufoLib] Relax guideline validation to follow the updated spec (#​3537, #​3553).
  • [ttFont] Fix saveXML regression with empty table lists, clarify docstring (#​4025, #​4026, #​4056).
  • [setup.py] Link libm for Cython extensions using math functions (#​4028, #​4029).
  • Add typing annotations for DSIG, DefaultTable, ttProgram (#​4033).

v4.61.1

Compare Source

  • [otlLib] buildCoverage: return empty Coverage instead of None (#​4003, #​4004).
  • [instancer] bug fix in avar2 full instancing (#​4002).
  • [designspaceLib] Preserve empty conditionsets when serializing to XML (#​4001).
  • [fontBu ilder] Fix FontBuilder setupOS2() default params globally polluted (#​3996, #​3997).
  • [ttFont] Add more typing annotations to ttFont, xmlWriter, sfnt, varLib.models and others (#​3952, #​3826).
  • Explicitly test and declare support for Python 3.14, even though we were already shipping pre-built wheels for it (#​3990).
pydantic/jiter (jiter)

v0.13.0

Compare Source

What's Changed

Full Changelog: pydantic/jiter@v0.12.0...v0.13.0

python-jsonschema/jsonschema (jsonschema)

v4.26.0

Compare Source

=======

  • Decrease import time by delaying importing of urllib.request (#​1416).
jupyter/jupyter_client (jupyter_client)

v8.8.0

Compare Source

(Full Changelog)

Enhancements made
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.

(GitHub contributors page for this release)

@​Carreau (activity) | @​ccordoba12 (activity) | @​fleming79 (activity) | @​henryiii (activity) | @​JohanMabille (activity) | @​krassowski (activity) | @​minrk (activity) | @​rgbkrk (activity) | @​SylvainCorlay (activity)

v8.7.0

Compare Source

(Full Changelog)

Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​Carreau | @​cben | @​davidbrochart | @​ianthomas23 | @​JamesWrigley | @​kevin-bates | @​krassowski | @​minrk | @​rgbkrk | @​sebwills | @​takluyver | @​tmaxwell-anthropic | @​wpk-nist-gov

nucleic/kiwi (kiwisolver)

v1.5.0

Compare Source

  • add support for CMakeLists PR #​206
  • implement more move constructor in the C++ code PR #​207
  • add C++ tests PR #​207
  • add support for GraalPy PR #​204
  • add RiscV support PR #​208
matplotlib/matplotlib (matplotlib)

v3.10.8: REL: v3.10.8

Compare Source

This is a bugfix release in the 3.10.x series.

The primary highlights of this release are:

  • Properly allow freethreaded mode in the MacOS backend
  • Better error handling for MacOS backend
lepture/mistune (mistune)

v3.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
mpmath/mpmath (mpmath)

v1.4.1

Compare Source

Bug fixes:

  • Fix test_hexadecimal_with_libc_bulk(), see #​1049 (Doug Torrance)
  • Keep available deprecated aliases for mpc/mpf_log() (Sergey B Kirpichev)
  • Use version_file option of setuptools-scm to keep version info, see #​1048
    (Sergey B Kirpichev)
  • Add workaround for test on s390x, see #​1061 (Sergey B Kirpichev)

Full Changelog: mpmath/mpmath@1.4.0...1.4.1

v1.4.0

Compare Source

Features:

  • Support underscores as digit separators per PEP 515, see #​661 (Sergey B Kirpichev)
  • Add rationals converter for mpf's, see #​666 (Sergey B Kirpichev)
  • Rewrite bernpoly/eulerpoly to avoid dependency on bernoulli(1) convention, see #​700 (Sergey B Kirpichev)
  • Support base kwarg for from_str(), see #​703 (Jonathan Warner, Sergey B Kirpichev)
  • Support randmatrix() for mp.iv and mp contexts, see #​527 (Maximilian Gaukler)
  • Added rank() function for matrices, see #​610 (Jan-Philipp Hoffmann)
  • Add plus flag to select the B_1 sign convention for bernoulli/bernfrac, see #​724 (Jeremy Tan Jie Rui, Sergey B Kirpichev)
  • Add mpf.as_integer_ratio() method, support construction of mpf from Decimal objects, see #​731 (Sergey B Kirpichev)
  • Expose lower/upper_gamma functions, see #​740 (Sergey B Kirpichev)
  • Support mpc initialization from string, see #​743 (Sergey B Kirpichev)
  • Support asinh/acosh/atanh in the fp context, see #​750 (Sergey B Kirpichev)
  • Support binary/octal/hexadecimal string output, see #​711 (Jonathan Warner, Sergey B Kirpichev)
  • Support pickling for matrices and mpi, see #​761 (Sergey B Kirpichev)
  • Support matrix.__array__() dunder method, see #​767 (Sergey B Kirpichev)
  • Support more number syntaxes, see #​778 (Sergey B Kirpichev)
  • Run mpmath as a module for interactive work, see #​773, #​923, #​931, #​936, #​939 and #​954 (Sergey B Kirpichev)
  • Add signed option to to_man_exp(), see #​783 (Sergey B Kirpichev)
  • Add fp.hypot, see #​798 (Sergey B Kirpichev)
  • Support inf/nan's in ctx.almosteq(), #​802 (Sergey B Kirpichev)
  • Implement mpf.__format__(), see #​819, #​831, #​850, #​859, #​857, #​862, #​881, #​944 and #​966 (Javier Garcia, Sergey B Kirpichev)
  • Support conversion from scalar ndarray's, see #​821 (Sergey B Kirpichev)
  • Support rounding modes in mpf.__format__, see #​823, #​831, #​834 and #​969 (Javier Garcia, Sergey B Kirpichev)
  • Support '%' presentation type for mpf, see #​847 (Sergey B Kirpichev)
  • Support gmpy2-like rounding modes in to_str(), see #​830 (Javier Garcia)
  • Implement 'a'/'A' formating types for mpf.__format__, see #​841 and #​870 (Sergey B Kirpichev)
  • Add mpc.__format__(), see #​855 (Sergey B Kirpichev)
  • Now mpf.__round__() returns mpf, see #​826 and #​966 (Sergey B Kirpichev)
  • Support 'b' (binary) format type for mpf/mpc, see #​867 (Sergey B Kirpichev)
  • Implement mpf.__floordiv__() and mpf.__divmod__(), see #​873 (Sergey B Kirpichev)
  • Add parameters for MPContext constructor, see #​876 and #​963 (Sergey B Kirpichev)
  • Add MPFR-compatible aliases for rounding modes, see #​892 (Sergey B Kirpichev)
  • Support negative indexes in matrix, see #​897 (Riccardo Orsi)
  • Better introspection support for decorated functions, see #​900 (Sergey B Kirpichev)
  • Add moving sofa demo, see #​924 (Sergey B Kirpichev)
  • Support spherical Bessel functions (jn/yn), #​935 (Sergey B Kirpichev)
  • Add pretty_dps context property to control number of printed digits, see #​933 (Sergey B Kirpichev)
  • Support thousands separators for formatting of fractional part, see #​925 and #​936 (Sergey B Kirpichev)
  • Use PyREPL, as fallback (no IPython), see #​941 (Sergey B Kirpichev)
  • Add exp2() and log2(), see #​948 (Sergey B Kirpichev)
  • Support rounding property for the mp context, see #​963 (Sergey B Kirpichev)
  • Add Fox H-function with rational A/B parameters (foxh()), see #​982 (Hongren Zheng)
  • Provide experimental support for free-threading builds, see #​993 (Sergey B Kirpichev)

Compatibility:

  • Drop Python 2 support, see #​629 (Fangchen Li)
  • Drop support for Python versions < 3.9, see #​675 and #​911 (Sergey B Kirpichev)
  • Drop private mpq class, use Rational's, provided by backend, see #​691 and #​769 (Sergey B Kirpichev)
  • Drop to_pickable()/from_pickable() helpers, see #​667 and #​769 (Sergey B Kirpichev)
  • Direct access to _mpf_ tuples now deprecated, please use from/to_man_exp() functions and special constants (finf, fninf and fnan), see #​783 (Sergey B Kirpichev)
  • Removed sage backend, see #​732 (Sergey B Kirpichev)
  • Drop MPMATH_STRICT environment variable, see #​759 (Sergey B Kirpichev)
  • Deprecate current (descending) order of coefficients in polyval(), etc, see #​779, #​844 and #​845 (Sergey B Kirpichev, Warren Weckesser)
  • Deprecate mpmath.math2, see #​769 (Sergey B Kirpichev)
  • Importing from the mpmath.libmp submodules is deprecated, use instead from mpmath.libmp import foo, see issue #​704 (comment) for available functions (Sergey B Kirpichev)
  • Deprecate bitcount function, see #​721 and #​955 (Sergey B Kirpichev)
  • Deprecate mpf/mpc_log, see #​989 (Sergey B Kirpichev)
  • Deprecate fp.is_special(), see #​1042 (Sergey B Kirpichev)

Bug fixes:

  • sum_accurately(), betainc() and power() fixes, see #​664 (Sergey B Kirpichev)
  • Warn users about Python's true division, see #​670 (Sergey B Kirpichev)
  • Propagate nan's in ei_asympt(), see #​672 (Sergey B Kirpichev)
  • Fix matrix.__eq__, fix string parsing with underscores, see #​679 (Sergey B Kirpichev)
  • Raise IndexError if matrix index out of bounds, see #​689 (Sergey B Kirpichev)
  • Fix nan handling in fp.mag() and hyper(), see #​688 (Sergey B Kirpichev)
  • Optimize sparse matrix dot product, see #​450 (Tyler Chen)
  • Correct pow() for mpf's to be consistent with mpfr/float's, see #​690 (Sergey B Kirpichev)
  • Improve hypsum non-convergence behaviour, see #​703 (Benjamin Fischer)
  • Fixed TypeError in LU_comp, see #​610 (Jan-Philipp Hoffmann)
  • Fix disagreement fp.mod vs mp.mod, see #​710 (Sergey B Kirpichev)
  • Skip eigenvectors if left=right=False for one-dimentional matrix, see #​713 (Sergey B Kirpichev)
  • Fix mpc() constructor to be compatible with complex(), fix disagreement fp.pow vs mp.pow, see #​731 (Sergey B Kirpichev)
  • Add derivative keyword argument for besselk(), see #​735 (Sergey B Kirpichev)
  • Fix quadosc(), fast case in _hyp2f1(), correct fp.gamma() and fp.isnprint(), see #​740 (Sergey B Kirpichev)
  • Pevent erroneous setting of dps/prec on mpmath module, see #​678 (Colin B. Macdonald)
  • Update splot() for recent matplotlib, see #​747 (Sergey B Kirpichev)
  • acos_asin(): don't try to normalize special numbers, fix repr(mp.eps), see #​750 (Sergey B Kirpichev)
  • Fix choleksy_solve for complex matrix, see #​755 (Qiming Sun)
  • Fix hang in polylog_general(), fix demos, use cholesky_solve() for overdetermined complex linear systems, fix several issues with empty matrices, see #​759
  • sqrt(z): special case for infinite z.imag, see #​777 (Sergey B Kirpichev)
  • Correct atan2(±inf, ±inf), see #​775 (Sergey B Kirpichev)
  • Handle infinite arguments in tan/tanh, see #​785 (Sergey B Kirpichev)
  • Drop mpf.__complex__(), workaround 1/z division for acot/asec/acsc/acoth, see #​797 (Sergey B Kirpichev)
  • Handle more special cases in besselk and hyp1f1, see #​792, #​800 and #​801 (Sergey B Kirpichev)
  • Correct asin/acos for infinite arguments, see #​795 (Sergey B Kirpichev)
  • Reduce memory usage for QuadratureRule cache, see #​812 (Sergey B Kirpichev)
  • Drop sign from nstr(mpf('inf')) output, see #​828 (Sergey B Kirpichev)
  • Improve accuracy of log1p(), see #​803 and #​854 (Tim Peters, Sergey B Kirpichev)
  • Normalize mpf in mp.npconvert(), fix special cases in bernpoly(), see #​839 (Sergey B Kirpichev)
  • Fix mpf_div() for prec=0, see #​849 (Sergey B Kirpichev)
  • Raise ValueError for complex infininity condition in zeta(s, a), see #​864 (Sergey B Kirpichev)
  • Enable trap_complex for MDNewton, see #​870 (Sergey B Kirpichev)
  • Use correct mixed-mode functions in fsub/fdiv, add special cases for infinities in mpc_*div(), see #​873 (Sergey B Kirpichev)
  • Revert "fix ellippi to return an inf instead of raising an exception", see #​875 (Sergey B Kirpichev)
  • Reject invalid strings in from_str(), see #​886 (Sergey B Kirpichev)
  • Use parity formula for besseli, see #​889 (Sergey B Kirpichev)
  • Special case in ctx.hypsum for infinite z, see #​902 (Sergey B Kirpichev)
  • Raise an exception if iv's comparison can't be decided, see #​903 (Sergey B Kirpichev)
  • Add special case for ±inf in polylog_continuation(), see #​904, #​1034 and #​1037 (Sergey B Kirpichev, Colin B. Macdonald)
  • Increase working precision in polylog_general() for negative s, see #​898 (Sergey B Kirpichev)
  • Correct case for integer n in besselj/besseli, see #​909 (Sergey B Kirpichev)
  • Use sum_accurately() in hankel1/2(), see #​926 (Sergey B Kirpichev)
  • Ensure mpf_bernoulli() returns normalized answer, see #​939 (Sergey B Kirpichev)
  • Use mpf_log1p in acos_asin() helper (implementing Hull et al algorithm), see #​948 and #​1036 (Sergey B Kirpichev)
  • Fix kwargs passing in the nstr() for mpc, see #​964 (David Walker)
  • Fix exception type for int(inf), see #​966 (Sergey B Kirpichev)
  • Ensure exp, sin, tan, etc have a correct __name__ attribute, see #​997 (Warren Weckesser)
  • Matrix raise ValueError in case of negative dimensions, see #​1004 (Ayush Baranwal)
  • Support lists in sinm() and cosm(), see #​1003 (Ayush Baranwal)
  • Properly handle nan's elliprj(), see #​1038 (Sergey B Kirpichev)
  • Raise ValueError for logm(0), see #​1017 (Ayush Baranwal)
  • Fix erf(z) with re(z) of large magnitude, see #​1039 (Sergey B Kirpichev)
  • Return nan's for polylog(s, nan) or polylog(s, nan+nanj), see #​1041 (Sergey B Kirpichev)
  • Fix fp.isnormal() for subnormals, see #​1042 (Sergey B Kirpichev)

Maintenance:

  • Use codecov/coverage-action, see #​674 (Sergey B Kirpichev)
  • Run CI tests with pytest-xdist, see #​685 (Sergey B Kirpichev)
  • Add pyproject.toml, depend on flake518, see #​684 (Sergey B Kirpichev)
  • Port torture.py/extratest_zeta.py/extratest_gamma.py to the pytest framework, see [#​687](https://redirect.github.com/mpmath/mpmath/issu

Configuration

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 17, 2025
@renovate renovate bot requested a review from EntchenEric as a code owner November 17, 2025 06:05
@renovate
Copy link
Contributor Author

renovate bot commented Nov 17, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot requested a review from 2000Arion as a code owner November 17, 2025 06:05
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 17, 2025
@renovate renovate bot changed the title chore(deps): Update dependency numpy to v2.3.5 chore(deps): Update python-dependencies Nov 19, 2025
@renovate renovate bot force-pushed the renovate/python-dependencies branch 3 times, most recently from 8cb2bf0 to 45d0f92 Compare November 23, 2025 12:57
@renovate renovate bot force-pushed the renovate/python-dependencies branch 6 times, most recently from 01baafa to 385d1b2 Compare December 5, 2025 16:58
@renovate renovate bot force-pushed the renovate/python-dependencies branch 9 times, most recently from 7e4ab99 to a8640cc Compare December 12, 2025 18:03
@renovate renovate bot force-pushed the renovate/python-dependencies branch 2 times, most recently from b16f1c7 to 292445e Compare December 15, 2025 22:46
@renovate renovate bot force-pushed the renovate/python-dependencies branch 3 times, most recently from 119de14 to a95737e Compare December 19, 2025 17:27
@renovate renovate bot force-pushed the renovate/python-dependencies branch 8 times, most recently from 9d2c559 to 5af9c35 Compare January 11, 2026 01:50
@renovate renovate bot force-pushed the renovate/python-dependencies branch 6 times, most recently from dc1bc39 to 6b57d00 Compare January 22, 2026 02:27
@renovate renovate bot force-pushed the renovate/python-dependencies branch 10 times, most recently from 4bc01b8 to 0621fdd Compare January 29, 2026 22:01
@renovate renovate bot force-pushed the renovate/python-dependencies branch 5 times, most recently from 7355946 to 2a2a5c6 Compare February 2, 2026 14:15
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant