Open
Conversation
Author
ℹ Artifact update noticeFile name: vulnfeeds/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
57b8526 to
f7b0d20
Compare
16cda67 to
5b838fa
Compare
5b838fa to
0f82ffe
Compare
e5ba3d6 to
64a4b0c
Compare
64a4b0c to
4ef96f3
Compare
43c5e45 to
8096dc5
Compare
c892014 to
b46b1d5
Compare
d8fb7d7 to
5feb1e4
Compare
daccb73 to
22038e4
Compare
3982d85 to
81cb05f
Compare
37f7eda to
dfa0a6e
Compare
c563c4a to
c2b9638
Compare
ce36a3b to
0a56917
Compare
0a56917 to
04caf52
Compare
Author
ℹ️ Artifact update noticeFile name: vulnfeeds/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c355bdd to
9c8a795
Compare
ed0bb37 to
4a33f30
Compare
31d5bb1 to
161599c
Compare
f6b8224 to
62de354
Compare
28d0e01 to
cc14f0f
Compare
2939180 to
827d9c6
Compare
827d9c6 to
f353326
Compare
e67e7e6 to
babea3c
Compare
babea3c to
1ffdb25
Compare
1ffdb25 to
58926fb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v1.13.0→v1.16.0v1.14.6→v1.19.0v0.18.0→v0.23.01.24.1-alpine→1.26.2-alpine054e65f→746e56f==2.2.3→==2.3.33.3.5→3.3.9Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
atombender/go-jsonschema (github.com/atombender/go-jsonschema)
v0.23.0Compare Source
What's Changed
This release brings in a number of features and fixes, including:
Dependencies updates:
de0fac2by @renovate[bot] in omissis#518Full Changelog: omissis/go-jsonschema@v0.22.0...v0.23.0
v0.22.0Compare Source
What's Changed
This release brings in a number of features and fixes, including:
Full list of feature and fixes:
Dependencies updates:
New Contributors
Full Changelog: omissis/go-jsonschema@v0.21.0...v0.22.0
v0.21.0Compare Source
What's Changed
This release introduces a set of important fixes and improvements to subschemas, including:
Full list of feature and fixes:
Dependencies updates:
08eba0bby @renovate[bot] in omissis#46893cb6efby @renovate[bot] in omissis#494New Contributors
Full Changelog: omissis/go-jsonschema@v0.20.0...v0.21.0
v0.20.0Compare Source
What's Changed
A load of new features and fixes, among which: support for duration string format, better naming for generated go structs, and support for read only properties.
ce4c2cfby @renovate in omissis#445New Contributors
Full Changelog: omissis/go-jsonschema@v0.19.0...v0.20.0
v0.19.0Compare Source
What's Changed
A bugfixes releases mostly, containing several improvements to faulty behaviors as well as some quality of life improvements:
As well as it includes a number of dependency updates:
7e4ce0aby @renovate in omissis#432New Contributors
Full Changelog: omissis/go-jsonschema@v0.18.0...v0.19.0
pandas-dev/pandas (pandas)
v2.3.3: Pandas 2.3.3Compare Source
We are pleased to announce the release of pandas 2.3.3.
This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes.
Pandas 2.3.3 supports Python 3.9 and higher, and is the first release to support Python 3.14.
The release will be available on the conda-forge channel:
Or via PyPI:
Please report any issues with the release on the pandas issue tracker.
Thanks to all the contributors who made this release possible.
v2.3.2: Pandas 2.3.2Compare Source
We are pleased to announce the release of pandas 2.3.2.
This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes.
Pandas 2.3.2 supports Python 3.9 and higher.
The release will be available on the conda-forge channel:
Or via PyPI:
Please report any issues with the release on the pandas issue tracker.
Thanks to all the contributors who made this release possible.
v2.3.1: Pandas 2.3.1Compare Source
We are pleased to announce the release of pandas 2.3.1.
This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes.
Pandas 2.3.1 supports Python 3.9 and higher.
The release will be available on the conda-forge channel:
Or via PyPI:
Please report any issues with the release on the pandas issue tracker.
Thanks to all the contributors who made this release possible.
v2.3.0: Pandas 2.3.0Compare Source
We are pleased to announce the release of pandas 2.3.0.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes.
Pandas 2.3.0 supports Python 3.10 and higher.
The release will be available on the defaults and conda-forge channels:
Or via PyPI:
Please report any issues with the release on the pandas issue tracker.
Thanks to all the contributors who made this release possible.
pylint-dev/pylint (pylint)
v3.3.9Compare Source
What's new in Pylint 3.3.9?
Release date: 2025-10-05
False Positives Fixed
Fix used-before-assignment for PEP 695 type aliases and parameters.
Closes #9815
No longer flag undeprecated functions in
importlib.resourcesas deprecated.Closes #10593
Fix false positive
inconsistent-return-statementswhen usingquit()orexit()functions.Closes #10508
Fix false positive
undefined-variable(E0602) for for-loop variable shadowing patterns likefor item in item:when the variable was previously defined.Closes #10562
Other Bug Fixes
Fixed crash in 'unnecessary-list-index-lookup' when starting an enumeration using
minus the length of an iterable inside a dict comprehension when the len call was only
made in this dict comprehension, and not elsewhere. Also changed the approach,
to use inference in all cases but the simple ones, so we don't have to fix crashes
one by one for arbitrarily complex expressions in enumerate.
Closes #10510
v3.3.8Compare Source
What's new in Pylint 3.3.8?
Release date: 2025-08-09
This patch release includes an exceptional fix for a false negative issue. For details, see: #10482 (comment)
False Positives Fixed
Fix false positives for
possibly-used-before-assignmentwhen variables are exhaustivelyassigned within a
matchblock.Closes #9668
Fix false positive for
missing-raises-docandmissing-yield-docwhen the method length is less than docstring-min-length.Refs #10104
Fix a false positive for
unused-variablewhen multiple except handlers bind the same name under a try block.Closes #10426
False Negatives Fixed
Fix false-negative for
used-before-assignmentwithfrom __future__ import annotationsin function definitions.Refs #10482
Other Bug Fixes
Fix a bug in Pyreverse where aggregations and associations were included in diagrams regardless of the selected --filter-mode (such as PUB_ONLY, ALL, etc.).
Closes #10373
Fix double underscores erroneously rendering as bold in pyreverse's Mermaid output.
Closes #10402
v3.3.7Compare Source
What's new in Pylint 3.3.7?
Release date: 2025-05-04
False Positives Fixed
Comparisons between two calls to
type()won't raise anunidiomatic-typecheckwarning anymore, consistent with the behavior applied only for==previously.Closes #10161
Other Bug Fixes
Fixed a crash when importing a class decorator that did not exist with the same name as a class attribute after the class definition.
Closes #10105
Fix a crash caused by malformed format strings when using
.formatwith keyword arguments.Closes #10282
Using a slice as a class decorator now raises a
not-callablemessage instead of crashing. A lot of checks that dealt with decorators (too many to list) are now shortcut if the decorator can't immediately be inferred to a function or class definition.Closes #10334
Other Changes
The algorithm used for
no-membersuggestions is now more efficient and cuts thecalculation when the distance score is already above the threshold.
Refs #10277
v3.3.6Compare Source
What's new in Pylint 3.3.6?
Release date: 2025-03-20
False Positives Fixed
Fix a false positive for
used-before-assignmentwhen an inner function's return typeannotation is a class defined at module scope.
Closes #9391
Configuration
📅 Schedule: (in timezone Australia/Sydney)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.