Bump the production-dependencies group across 1 directory with 5 updates#18
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the production-dependencies group across 1 directory with 5 updates#18dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the production-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.2` | `4.14.3` | | [lxml](https://github.com/lxml/lxml) | `4.9.3` | `6.0.4` | | [feedgenerator](https://github.com/getpelican/feedgenerator) | `2.1.0` | `2.2.1` | | [django](https://github.com/django/django) | `4.2.24` | `6.0.4` | | [python-dateutil](https://github.com/dateutil/dateutil) | `2.9.0` | `2.9.0.post0` | Updates `beautifulsoup4` from 4.12.2 to 4.14.3 Updates `lxml` from 4.9.3 to 6.0.4 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-4.9.3...lxml-6.0.4) Updates `feedgenerator` from 2.1.0 to 2.2.1 - [Release notes](https://github.com/getpelican/feedgenerator/releases) - [Changelog](https://github.com/getpelican/feedgenerator/blob/main/CHANGELOG.md) - [Commits](getpelican/feedgenerator@2.1.0...2.2.1) Updates `django` from 4.2.24 to 6.0.4 - [Commits](django/django@4.2.24...6.0.4) Updates `python-dateutil` from 2.9.0 to 2.9.0.post0 - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](dateutil/dateutil@2.9.0...2.9.0.post0) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: django dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: feedgenerator dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: lxml dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: python-dateutil dependency-version: 2.9.0.post0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
ff0faf7 to
58f64aa
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.
Bumps the production-dependencies group with 5 updates in the / directory:
4.12.24.14.34.9.36.0.42.1.02.2.14.2.246.0.42.9.02.9.0.post0Updates
beautifulsoup4from 4.12.2 to 4.14.3Updates
lxmlfrom 4.9.3 to 6.0.4Release notes
Sourced from lxml's releases.
... (truncated)
Changelog
Sourced from lxml's changelog.
... (truncated)
Commits
1fd1d6bFix release date.5154859CI: Include all library versions in libs cache key to asssure updated on vers...6a606f3Add "doesn't crash" tests for LP#2148019.f488f16Prepare release of 6.0.4.1255d98LP#2148019: Prevent spurious MemoryError during namespace cleanup.03b0c4aRemove dead type check.a6f833cFix release date.973d059Update changelog.9044a52Build: Downgrade libiconv to 1.18 since 1.19 does not build reliably.a34dfddBuild: Upgrade libiconv to 1.19.Updates
feedgeneratorfrom 2.1.0 to 2.2.1Release notes
Sourced from feedgenerator's releases.
Changelog
Sourced from feedgenerator's changelog.
Commits
1412182Release FeedGenerator 2.2.1d6fdf49Restore content to default item dict (#48)d4d6b5aAdjust project to look for README.md339e5a6docs: Convert README to Markdown & add more badgesf01c06eRename README to prepare for Markdown conversionb53e364Use correct pyproject header for dev dependenciesc448e55Release FeedGenerator 2.2.0f0de665Prepare release7176064Switch build system from Setuptools to Hatchling3d8738cRemove upper bound on supported Python versionsUpdates
djangofrom 4.2.24 to 6.0.4Commits
141e791[6.0.x] Bumped version for 6.0.4 release.393dbc5[6.0.x] Fixed CVE-2026-33034 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE on body ...0910af6[6.0.x] Fixed CVE-2026-33033 -- Mitigated potential DoS in MultiPartParser.428c48f[6.0.x] Fixed CVE-2026-4292 -- Disallowed instance creation via ModelAdmin.li...08a752c[6.0.x] Fixed CVE-2026-4277 -- Checked add permissions in GenericInlineModelA...a623c39[6.0.x] Fixed CVE-2026-3902 -- Ignored headers with underscores in ASGIRequest.ffc83c5[6.0.x] Refs #36949 -- Removed hardcoded pks in modeladmin tests.4eb38f6[6.0.x] Fixed #36973 -- Made fields.E348 check detect further clashes between...640c431[6.0.x] Refs #36862 -- Reiterated security note on both variants of RemoteUse...ea8e293[6.0.x] Fixed #36949 -- Improved RelatedFieldWidgetWrapper <label>s.Updates
python-dateutilfrom 2.9.0 to 2.9.0.post0Release notes
Sourced from python-dateutil's releases.
Changelog
Sourced from python-dateutil's changelog.
Commits
1ae8077Merge pull request #1346 from pganssle/release_2.9.0.post0ee6de9dUpdate news to prepare for release9780d32Pinsetuptools_scmto <8