Bump the pip group across 3 directories with 6 updates - #6
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the pip group across 3 directories with 6 updates#6dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the pip group with 5 updates in the /src directory: | Package | From | To | | --- | --- | --- | | [pg8000](https://github.com/tlocke/pg8000) | `1.11.0` | `1.31.5` | | [redshift-connector](https://github.com/aws/amazon-redshift-python-driver) | `2.0.908` | `2.1.14` | | [flask](https://github.com/pallets/flask) | `2.1.2` | `3.1.3` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.4.2` | `0.6.0` | | [tqdm](https://github.com/tqdm/tqdm) | `4.59.0` | `4.66.3` | Bumps the pip group with 3 updates in the /src/SimpleReplay directory: [flask](https://github.com/pallets/flask), [sqlparse](https://github.com/andialbrecht/sqlparse) and [tqdm](https://github.com/tqdm/tqdm). Bumps the pip group with 1 update in the /src/UnloadCopyUtility/tests/cloudformation directory: [paramiko](https://github.com/paramiko/paramiko). Updates `pg8000` from 1.11.0 to 1.31.5 - [Commits](https://github.com/tlocke/pg8000/commits) Updates `redshift-connector` from 2.0.908 to 2.1.14 - [Release notes](https://github.com/aws/amazon-redshift-python-driver/releases) - [Changelog](https://github.com/aws/amazon-redshift-python-driver/blob/master/CHANGELOG.md) - [Commits](aws/amazon-redshift-python-driver@v2.0.908...v2.1.14) Updates `flask` from 2.1.2 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@2.1.2...3.1.3) Updates `sqlparse` from 0.4.2 to 0.6.0 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.4.2...0.6.0) Updates `tqdm` from 4.59.0 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.59.0...v4.66.3) Updates `flask` from 2.1.2 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@2.1.2...3.1.3) Updates `sqlparse` from 0.4.2 to 0.6.0 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.4.2...0.6.0) Updates `tqdm` from 4.59.0 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.59.0...v4.66.3) Updates `paramiko` from 2.10.1 to 5.0.0 - [Commits](paramiko/paramiko@2.10.1...5.0.0) --- updated-dependencies: - dependency-name: pg8000 dependency-version: 1.31.5 dependency-type: direct:production dependency-group: pip - dependency-name: redshift-connector dependency-version: 2.1.14 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: sqlparse dependency-version: 0.6.0 dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: sqlparse dependency-version: 0.6.0 dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:production dependency-group: pip - dependency-name: paramiko dependency-version: 5.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
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 /src directory:
1.11.01.31.52.0.9082.1.142.1.23.1.30.4.20.6.04.59.04.66.3Bumps the pip group with 3 updates in the /src/SimpleReplay directory: flask, sqlparse and tqdm.
Bumps the pip group with 1 update in the /src/UnloadCopyUtility/tests/cloudformation directory: paramiko.
Updates
pg8000from 1.11.0 to 1.31.5Commits
Updates
redshift-connectorfrom 2.0.908 to 2.1.14Release notes
Sourced from redshift-connector's releases.
... (truncated)
Changelog
Sourced from redshift-connector's changelog.
... (truncated)
Commits
2b83976Update CHANGELOGfbb64e5Version bump to 2.1.14b084970Addressed security issue as detailed in CVE-2026-4106669a69dfReplaced eval() usage in vector_in() type handler with integer parsing2c1dd5bAdded support for pg_catalog internal data types in the getFunctionColumns an...e4c0d72Added test for IDP token auth integrationf034099Update CHANGELOG.md537001fchore: bump version to 2.1.13356583bchore: Raised lxml upper bound from <6.0.0 to <=6.0.2 to unblock Python 3.14 ...a0527a8fix: Fixed Python 3.7/3.8 type hint compatibility in Metadata APIUpdates
flaskfrom 2.1.2 to 3.1.3Release notes
Sourced from flask's releases.
... (truncated)
Changelog
Sourced from flask's changelog.
... (truncated)
Commits
22d9247release version 3.1.3089cb86Merge commit from forkc17f379request context tracks session access27be933start version 3.1.34e652d3Abort if the instance folder cannot be created (#5903)3d03098Abort if the instance folder cannot be created407eb76document using gevent for async (#5900)ac5664ddocument using gevent for async4f79d5bIncrease required flit_core version to 3.11 (#5865)fe3b215Increase required flit_core version to 3.11Updates
sqlparsefrom 0.4.2 to 0.6.0Changelog
Sourced from sqlparse's changelog.
... (truncated)
Commits
2f40da9Update version number.5753f15Align the changelog entries for this release with previous onesb9588d9Unify the benchmark scripts on a shared harness519e416Pair comment/dollar-quote delimiters at the lexer positiona51df6dMeasure reindent offsets backwards to avoid quadratic CPU use73d9ccdUpdate CHANGELOGd1d8060Fix uncontrolled CPU consumption (ReDoS) in the lexer's handling of dollar-qu...ef2012aFix quadratic DoS in group_comments (GHSA-f2ff-p2ww-7p4p)26112ddUpdate Changelog.53ff44bEscape backslashes in output formatters.Updates
tqdmfrom 4.59.0 to 4.66.3Release notes
Sourced from tqdm's releases.
... (truncated)
Commits
4e613f8Merge pull request from GHSA-g7vv-2v7x-gj9pb53348ccli: eval safetycc372d0bump version, merge pull request #1549 from tqdm/devele9f0c05use PyPI trusted publishing7323d5bslight makefile clean5306125tests: bump pre-commit4a6fd4ffix datetime.utcfromtimestamp py3.12 warning (#1519)6f13759tests: fix macos notebook indentation3abcd2atests: fix asva4d15c8tests: fix pandas warningsUpdates
flaskfrom 2.1.2 to 3.1.3Release notes
Sourced from flask's releases.
... (truncated)
Changelog
Sourced from flask's changelog.
... (truncated)
Commits
22d9247release version 3.1.3089cb86Merge commit from forkc17f379request context tracks session access27be933start version 3.1.34e652d3Abort if the instance folder cannot be created (#5903)3d03098Abort if the instance folder cannot be created407eb76document using gevent for async (#5900)ac5664ddocument using gevent for async4f79d5bIncrease required flit_core version to 3.11 (#5865)fe3b215Increase required flit_core version to 3.11Updates
sqlparsefrom 0.4.2 to 0.6.0Changelog
Sourced from sqlparse's changelog.
... (truncated)
Commits
2f40da9Update version number.5753f15Align the changelog entries for this release with previous onesb9588d9Unify the benchmark scripts on a shared harness519e416Pair comment/dollar-quote delimiters at the lexer positiona51df6dMeasure reindent offsets backwards to avoid quadratic CPU use73d9ccdUpdate CHANGELOGd1d8060Fix uncontrolled CPU consumption (ReDoS) in the lexer's handling of dollar-qu...ef2012aFix quadratic DoS in group_comments (GHSA-f2ff-p2ww-7p4p)26112ddUpdate Changelog.53ff44bEscape backslashes in output formatters.Updates
tqdmfrom 4.59.0 to 4.66.3Release notes
Sourced from tqdm's releases.
... (truncated)
Commits
4e613f8Merge pull request from GHSA-g7vv-2v7x-gj9pb53348ccli: eval safetycc372d0bump version, merge pull request #1549 from tqdm/devele9f0c05use PyPI trusted publishing7323d5bslight makefile clean5306125tests: bump pre-commit4a6fd4ffix datetime.utcfromtimestamp py3.12 warning (#1519)6f13759tests: fix macos notebook indentation3abcd2atests: fix asva4d15c8tests: fix pandas warningsUpdates
paramikofrom 2.10.1 to 5.0.0Commits
710cc5cWhat's a few weeks between friends?ea93c59Fix up Ed25519Key so it has non-erroring repr() during fatal errors5b90ef9ruff/isortf3864b6Changelog fixesacd4bc1Replace hardcoded PEM format in PKey.write* with new parameter6fa1556Bump group-exchange kex min_bits to 2048eb87ad3Fix some tests that were incorrectly passing1ecc933Remove GSSAPI support :(9bf5fcaRemove SHA1-based (non-GSS) kex methodsb8f75c7Lintin' ain't easyDependabot 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 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.