From acc6f4ade2b0c1ffacbf44106a728d5e91782839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 18:03:29 +0000 Subject: [PATCH 1/6] 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.ci.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.ci.txt b/requirements.ci.txt index 5142c16..d1be2a4 100644 --- a/requirements.ci.txt +++ b/requirements.ci.txt @@ -16,6 +16,6 @@ requests==2.23.0 typed-ast==1.4.1 typing-extensions==3.7.4.2 urllib3==1.25.8 -websockets==8.1 +websockets==9.1 Werkzeug==1.0.1 yarl==1.4.2 diff --git a/requirements.txt b/requirements.txt index 7148d19..571efee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,6 +51,6 @@ typed-ast==1.4.1 typing-extensions==3.7.4.2 ujson==1.35 urllib3==1.25.8 -websockets==8.1 +websockets==9.1 Werkzeug==1.0.1 yarl==1.4.2 From 364d1ad7e14b42f3879010a24303b626c7ff4b38 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Wed, 8 Sep 2021 22:49:34 +0100 Subject: [PATCH 2/6] Bump urllib3 from 1.25.8 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.8...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.ci.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.ci.txt b/requirements.ci.txt index d1be2a4..b3eb277 100644 --- a/requirements.ci.txt +++ b/requirements.ci.txt @@ -15,7 +15,7 @@ mypy-extensions==0.4.3 requests==2.23.0 typed-ast==1.4.1 typing-extensions==3.7.4.2 -urllib3==1.25.8 +urllib3==1.26.5 websockets==9.1 Werkzeug==1.0.1 yarl==1.4.2 diff --git a/requirements.txt b/requirements.txt index 571efee..8b9da4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ twilio==6.38.1 typed-ast==1.4.1 typing-extensions==3.7.4.2 ujson==1.35 -urllib3==1.25.8 +urllib3==1.26.5 websockets==9.1 Werkzeug==1.0.1 yarl==1.4.2 From ebd32ae246f86b36771cad65e1d20234a74259e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 20:05:05 +0000 Subject: [PATCH 3/6] Bump flask-cors from 3.0.8 to 3.0.9 Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.8 to 3.0.9. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/master/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.8...3.0.9) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b9da4e..3cd896c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ crc32c==2.0 cryptography==2.8 expiringdict==1.2.1 Flask==1.1.2 -Flask-Cors==3.0.8 +Flask-Cors==3.0.9 gunicorn==20.0.4 idna==2.9 itsdangerous==1.1.0 From 75072641b044cc0d2252ab473ed844c26ab7d5a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Apr 2021 17:59:56 +0000 Subject: [PATCH 4/6] Bump cryptography from 2.8 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.8...3.3.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3cd896c..ff34399 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ cffi==1.14.0 chardet==3.0.4 click==7.1.1 crc32c==2.0 -cryptography==2.8 +cryptography==3.3.2 expiringdict==1.2.1 Flask==1.1.2 Flask-Cors==3.0.9 From 85a6d6262caa45e4c35518f13dbef9567f4023d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Apr 2021 17:59:54 +0000 Subject: [PATCH 5/6] Bump aiohttp from 3.6.2 to 3.7.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.2 to 3.7.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.6.2...v3.7.4) Signed-off-by: dependabot[bot] --- requirements.ci.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.ci.txt b/requirements.ci.txt index b3eb277..8017649 100644 --- a/requirements.ci.txt +++ b/requirements.ci.txt @@ -1,4 +1,4 @@ -aiohttp==3.6.2 +aiohttp==3.7.4 async-timeout==3.0.1 attrs==19.3.0 certifi==2020.4.5.1 diff --git a/requirements.txt b/requirements.txt index ff34399..b74e7cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.6.2 +aiohttp==3.7.4 aioice==0.6.18 aiortc==0.9.27 appdirs==1.4.4 From 7db9fda2fdb42425b350fd4cca29af0bfd247e82 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Wed, 8 Sep 2021 23:10:00 +0100 Subject: [PATCH 6/6] Update python requirements. --- requirements.ci.txt | 6 +++--- requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.ci.txt b/requirements.ci.txt index 8017649..af4fbd5 100644 --- a/requirements.ci.txt +++ b/requirements.ci.txt @@ -3,16 +3,16 @@ async-timeout==3.0.1 attrs==19.3.0 certifi==2020.4.5.1 chardet==3.0.4 -click==7.1.1 +click==7.1.2 Flask==1.1.2 idna==2.9 itsdangerous==1.1.0 Jinja2==2.11.3 MarkupSafe==1.1.1 -multidict==4.7.5 +multidict==5.1.0 mypy==0.770 mypy-extensions==0.4.3 -requests==2.23.0 +requests==2.26.0 typed-ast==1.4.1 typing-extensions==3.7.4.2 urllib3==1.26.5 diff --git a/requirements.txt b/requirements.txt index b74e7cc..05b1799 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ blinker==1.4 certifi==2020.4.5.1 cffi==1.14.0 chardet==3.0.4 -click==7.1.1 +click==7.1.2 crc32c==2.0 cryptography==3.3.2 expiringdict==1.2.1 @@ -24,7 +24,7 @@ jedi==0.15.2 Jinja2==2.11.3 jsonpickle==1.3 MarkupSafe==1.1.1 -multidict==4.7.5 +multidict==5.1.0 mypy==0.770 mypy-extensions==0.4.3 netifaces==0.10.9 @@ -42,7 +42,7 @@ python-jsonrpc-server==0.3.4 python-language-server==0.31.9 pytz==2019.3 regex==2020.11.13 -requests==2.23.0 +requests==2.26.0 sentry-sdk==1.0.0 six==1.14.0 toml==0.10.2