From 9ecea6a5cc1d493749c1c371521308d43e47a775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 17:43:42 +0000 Subject: [PATCH] Bump websockets from 8.1 to 9.1 Bumps [websockets](https://github.com/aaugustin/websockets) from 8.1 to 9.1. - [Release notes](https://github.com/aaugustin/websockets/releases) - [Changelog](https://github.com/aaugustin/websockets/blob/9.1/docs/changelog.rst) - [Commits](https://github.com/aaugustin/websockets/compare/8.1...9.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index acedf80..7a9c0d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ django-model-utils==4.0.0 # Additional requirements go here django-braces==1.14.0 -websockets==8.1 +websockets==9.1 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 703747b..c50dfa9 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def get_version(*file_paths): ], include_package_data=True, install_requires=["django-model-utils>=2.6.1","django-braces>=1.10.0", - "websockets==8.1"], + "websockets==9.1"], license="ISCL", zip_safe=False, keywords='django-private-chat',