Bump the pip group across 1 directory with 5 updates#4
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Bump the pip group across 1 directory with 5 updates#4dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pycryptodome](https://github.com/Legrandin/pycryptodome) | `3.18.0` | `3.19.1` | | [pymysql](https://github.com/PyMySQL/PyMySQL) | `1.1.0` | `1.1.1` | | [tornado](https://github.com/tornadoweb/tornado) | `6.3.2` | `6.5` | | [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2024.7.4` | | [pillow](https://github.com/python-pillow/Pillow) | `10.0.0` | `10.3.0` | Updates `pycryptodome` from 3.18.0 to 3.19.1 - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](Legrandin/pycryptodome@v3.18.0...v3.19.1) Updates `pymysql` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md) - [Commits](PyMySQL/PyMySQL@v1.1.0...v1.1.1) Updates `tornado` from 6.3.2 to 6.5 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.3.2...v6.5.0) Updates `certifi` from 2023.7.22 to 2024.7.4 - [Commits](certifi/python-certifi@2023.07.22...2024.07.04) Updates `pillow` from 10.0.0 to 10.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.0.0...10.3.0) --- updated-dependencies: - dependency-name: pycryptodome dependency-version: 3.19.1 dependency-type: direct:production dependency-group: pip - dependency-name: pymysql dependency-version: 1.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-version: '6.5' dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 10.3.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
This was referenced Jul 2, 2025
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 pip group with 5 updates in the / directory:
3.18.03.19.11.1.01.1.16.3.26.52023.7.222024.7.410.0.010.3.0Updates
pycryptodomefrom 3.18.0 to 3.19.1Release notes
Sourced from pycryptodome's releases.
Changelog
Sourced from pycryptodome's changelog.
Commits
ef270abUpdate wheels action3278eddUpdate changelog and version10e8216Update PSS verify signature code example.4ec4b85Bump version0deea1bUse constant-time (faster) padding decoding also for OAEP519e7aeAvoid changing signature of RSA._decrypt() method if possible1aa9dcaUpdate changelog and bump versionafb5e27Fix side-channel leakage in RSA decryptionee91c67Update CMAC.py43a466dFix small "passes" typo.Updates
pymysqlfrom 1.1.0 to 1.1.1Release notes
Sourced from pymysql's releases.
Changelog
Sourced from pymysql's changelog.
Commits
2cab9ecv1.1.1521e400forbid dict parameter7f032a6remove coveralls from requirements69f6c74ruff formatb4ed688test json - mariadb without JSON type (#1165)bbd049fSupport error packet without sqlstate (#1160)9694747pyupgrade1f0b785chore(deps): update codecov/codecov-action action to v4 (#1158)1e28be8chore(deps): update github/codeql-action action to v3 (#1154)f13f054chore(deps): update actions/setup-python action to v5 (#1152)Updates
tornadofrom 6.3.2 to 6.5Changelog
Sourced from tornado's changelog.
... (truncated)
Commits
ab5f354Merge pull request #3498 from bdarnell/final-6.53623024Final release notes for 6.5.0b39b892Merge pull request #3497 from bdarnell/multipart-log-spamcc61050httputil: Raise errors instead of logging in multipart/form-data parsingae4a4e4asyncio: Preserve contextvars across SelectorThread on Windows (#3479)197ff13Merge pull request #3496 from bdarnell/undeprecate-set-event-loopc3d906crequirements: Upgrade tox to 4.26.0a838977testing: Remove deprecation warning filter for set_event_loopd8e0d36build: Fix free-threaded build, mark speedups module as no-GILbfe7489Merge pull request #3492 from bdarnell/relnotes-6.5Updates
certififrom 2023.7.22 to 2024.7.4Commits
bd815382024.07.04 (#295)06a2cbfBump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294)13bba02Bump actions/checkout from 4.1.6 to 4.1.7 (#293)e8abcd0Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#292)124f4ad2024.06.02 (#291)c2196ce--- (#290)fefdeecBump actions/checkout from 4.1.4 to 4.1.5 (#289)3c5fb15Bump actions/download-artifact from 4.1.6 to 4.1.7 (#286)4a9569aBump actions/checkout from 4.1.2 to 4.1.4 (#287)1fc8086Bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 (#288)Updates
pillowfrom 10.0.0 to 10.3.0Release notes
Sourced from pillow's releases.
... (truncated)
Changelog
Sourced from pillow's changelog.
... (truncated)
Commits
5c89d8810.3.0 version bump63cbfcfUpdate CHANGES.rst [ci skip]2776126Merge pull request #7928 from python-pillow/lcmsaeb51cbMerge branch 'main' into lcms5beb0b6Update CHANGES.rst [ci skip]cac6ffaMerge pull request #7927 from python-pillow/imagemathf5eeeacName as 'options' in lambda_eval and unsafe_eval, but '_dict' in deprecated evalfacf3afAdded release notes2a93abaUse strncpy to avoid buffer overflowa670597Update CHANGES.rst [ci skip]Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.