Skip to content

Commit 8dbb3de

Browse files
Bump the python-dependencies group across 1 directory with 2 updates (#639)
* Bump the python-dependencies group across 1 directory with 2 updates Updates the requirements on [paramiko](https://github.com/paramiko/paramiko) and [redis](https://github.com/redis/redis-py) to permit the latest version. Updates `paramiko` to 4.0.0 - [Commits](paramiko/paramiko@release-1.7.4...4.0.0) Updates `redis` to 7.0.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v6.1.0...v7.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 4.0.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: redis dependency-version: 7.0.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review Use paramiko<4 due to compatibility. Use at minimum redis v7. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <[email protected]>
1 parent 2dfa35f commit 8dbb3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ testing = [
5353
"pytest~=8.3",
5454
"pytest-celery[redis]~=1.2",
5555
"pytest-cov~=7.0",
56-
"redis~=6.1",
56+
"redis~=7.0",
5757
"requests-mock~=1.12",
5858
]
5959
dev = [

0 commit comments

Comments
 (0)