From 9d5e4866d1d46621c0a23f18ac5d53986142698c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 20:10:12 +0000 Subject: [PATCH 01/19] Bump cryptography from 3.4.7 to 3.4.8 in /Backend Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 3.4.8. - [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/3.4.7...3.4.8) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 469472c..22dbce6 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -6,6 +6,6 @@ pyodbc==4.0.30 requests==2.25.1 uuid==1.30 mysql-connector-python==8.0.25 -cryptography==3.4.7 +cryptography==3.4.8 pycryptodome==3.10.1 Wand==0.6.6 \ No newline at end of file From 097523b120c84270479b1bd3e5a03519c9db7c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 20:11:03 +0000 Subject: [PATCH 02/19] Bump pycryptodome from 3.10.1 to 3.10.4 in /Backend Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.10.1 to 3.10.4. - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.10.1...v3.10.4) --- updated-dependencies: - dependency-name: pycryptodome dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 22dbce6..75ac8ef 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -7,5 +7,5 @@ requests==2.25.1 uuid==1.30 mysql-connector-python==8.0.25 cryptography==3.4.8 -pycryptodome==3.10.1 +pycryptodome==3.10.4 Wand==0.6.6 \ No newline at end of file From 790f5e02d2071fd308474ddfc20423d67b8a5915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 08:30:49 +0000 Subject: [PATCH 03/19] Bump requests from 2.25.1 to 2.26.0 in /Backend Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.26.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.26.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 75ac8ef..2c7215e 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -3,7 +3,7 @@ PyYAML==5.4.1 gevent==21.1.2 Flask-Cors==3.0.10 pyodbc==4.0.30 -requests==2.25.1 +requests==2.26.0 uuid==1.30 mysql-connector-python==8.0.25 cryptography==3.4.8 From 6631c8a8bc5de0c6fd4290dcc2dfa38672385430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 20:13:06 +0000 Subject: [PATCH 04/19] Bump flask from 2.0.1 to 2.0.2 in /Backend Bumps [flask](https://github.com/pallets/flask) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 75ac8ef..bdca658 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -1,4 +1,4 @@ -flask==2.0.1 +flask==2.0.2 PyYAML==5.4.1 gevent==21.1.2 Flask-Cors==3.0.10 From 1c6ebc16da6009da5ca0e3daf069c05b1038bc11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 21:32:05 +0000 Subject: [PATCH 05/19] Bump gevent from 21.1.2 to 21.8.0 in /Backend Bumps [gevent](https://github.com/gevent/gevent) from 21.1.2 to 21.8.0. - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](https://github.com/gevent/gevent/compare/21.1.2...21.8.0) --- updated-dependencies: - dependency-name: gevent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index bdca658..b39bfcc 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -1,6 +1,6 @@ flask==2.0.2 PyYAML==5.4.1 -gevent==21.1.2 +gevent==21.8.0 Flask-Cors==3.0.10 pyodbc==4.0.30 requests==2.25.1 From a6921cbac0e5bf3142a0f80c85652e216024c506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 20:10:05 +0000 Subject: [PATCH 06/19] Bump pycryptodome from 3.10.4 to 3.11.0 in /Backend Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.10.4 to 3.11.0. - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.10.4...v3.11.0) --- updated-dependencies: - dependency-name: pycryptodome dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index bdca658..89de5ac 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -7,5 +7,5 @@ requests==2.25.1 uuid==1.30 mysql-connector-python==8.0.25 cryptography==3.4.8 -pycryptodome==3.10.4 +pycryptodome==3.11.0 Wand==0.6.6 \ No newline at end of file From eb957a7361909b162db47bc737b4873706806552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 20:11:44 +0000 Subject: [PATCH 07/19] Bump mysql-connector-python from 8.0.25 to 8.0.27 in /Backend Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.0.25 to 8.0.27. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index bdca658..2555ef9 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -5,7 +5,7 @@ Flask-Cors==3.0.10 pyodbc==4.0.30 requests==2.25.1 uuid==1.30 -mysql-connector-python==8.0.25 +mysql-connector-python==8.0.27 cryptography==3.4.8 pycryptodome==3.10.4 Wand==0.6.6 \ No newline at end of file From 07f050675b710ea5125f1b8a51bf952ad7976975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Nov 2021 09:47:04 +0000 Subject: [PATCH 08/19] Bump pyodbc from 4.0.30 to 4.0.32 in /Backend Bumps [pyodbc](https://github.com/mkleehammer/pyodbc) from 4.0.30 to 4.0.32. - [Release notes](https://github.com/mkleehammer/pyodbc/releases) - [Commits](https://github.com/mkleehammer/pyodbc/compare/4.0.30...4.0.32) --- updated-dependencies: - dependency-name: pyodbc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index fdee336..4ed2713 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -2,7 +2,7 @@ flask==2.0.2 PyYAML==5.4.1 gevent==21.8.0 Flask-Cors==3.0.10 -pyodbc==4.0.30 +pyodbc==4.0.32 requests==2.26.0 uuid==1.30 mysql-connector-python==8.0.25 From 3a398362412f71267773bd70c5d77678c078df6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Nov 2021 09:47:26 +0000 Subject: [PATCH 09/19] Bump cryptography from 3.4.8 to 35.0.0 in /Backend Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 35.0.0. - [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/3.4.8...35.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 47e3306..7aa6968 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -6,6 +6,6 @@ pyodbc==4.0.30 requests==2.26.0 uuid==1.30 mysql-connector-python==8.0.27 -cryptography==3.4.8 +cryptography==35.0.0 pycryptodome==3.11.0 Wand==0.6.6 \ No newline at end of file From 0538dfe1668ed444fd4f612617d5dbc4f6091be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Nov 2021 09:47:46 +0000 Subject: [PATCH 10/19] Bump wand from 0.6.6 to 0.6.7 in /Backend Bumps [wand](https://github.com/emcconville/wand) from 0.6.6 to 0.6.7. - [Release notes](https://github.com/emcconville/wand/releases) - [Changelog](https://github.com/emcconville/wand/blob/master/docs/changes.rst) - [Commits](https://github.com/emcconville/wand/compare/0.6.6...0.6.7) --- updated-dependencies: - dependency-name: wand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 02392fb..71385ba 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -8,4 +8,4 @@ uuid==1.30 mysql-connector-python==8.0.27 cryptography==35.0.0 pycryptodome==3.11.0 -Wand==0.6.6 \ No newline at end of file +Wand==0.6.7 \ No newline at end of file From c1f75bd1914b060a32b379de2dc28eceea446423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:12:31 +0000 Subject: [PATCH 11/19] Bump gevent from 21.8.0 to 21.12.0 in /Backend Bumps [gevent](https://github.com/gevent/gevent) from 21.8.0 to 21.12.0. - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](https://github.com/gevent/gevent/compare/21.8.0...21.12.0) --- updated-dependencies: - dependency-name: gevent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 02392fb..feffc4a 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -1,6 +1,6 @@ flask==2.0.2 PyYAML==5.4.1 -gevent==21.8.0 +gevent==21.12.0 Flask-Cors==3.0.10 pyodbc==4.0.32 requests==2.26.0 From 00a4ae0dd4f5d3b6f9f22a6d91559efd0e63ed36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:20:16 +0000 Subject: [PATCH 12/19] Bump pyyaml from 5.4.1 to 6.0 in /Backend Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.4.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index feffc4a..8b95c42 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -1,5 +1,5 @@ flask==2.0.2 -PyYAML==5.4.1 +PyYAML==6.0 gevent==21.12.0 Flask-Cors==3.0.10 pyodbc==4.0.32 From c9fd6f02ee8a07497e26be63e6fc79cffa54bfb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 20:12:18 +0000 Subject: [PATCH 13/19] Bump cryptography from 35.0.0 to 36.0.1 in /Backend Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 to 36.0.1. - [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/35.0.0...36.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index feffc4a..2350343 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -6,6 +6,6 @@ pyodbc==4.0.32 requests==2.26.0 uuid==1.30 mysql-connector-python==8.0.27 -cryptography==35.0.0 +cryptography==36.0.1 pycryptodome==3.11.0 Wand==0.6.6 \ No newline at end of file From 55fa8a1ab2efb79e19f372355a2cff19dabd01ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 20:09:08 +0000 Subject: [PATCH 14/19] Bump requests from 2.26.0 to 2.27.1 in /Backend Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.27.1. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.26.0...v2.27.1) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index feffc4a..f3e0045 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -3,7 +3,7 @@ PyYAML==5.4.1 gevent==21.12.0 Flask-Cors==3.0.10 pyodbc==4.0.32 -requests==2.26.0 +requests==2.27.1 uuid==1.30 mysql-connector-python==8.0.27 cryptography==35.0.0 From b47edc975a76307e5955e35d275eb880ab62d2eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 20:27:05 +0000 Subject: [PATCH 15/19] Bump cryptography from 36.0.1 to 37.0.1 in /Backend Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 37.0.1. - [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/36.0.1...37.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 3b13e1e..47736bc 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -6,6 +6,6 @@ pyodbc==4.0.32 requests==2.27.1 uuid==1.30 mysql-connector-python==8.0.27 -cryptography==36.0.1 +cryptography==37.0.1 pycryptodome==3.11.0 Wand==0.6.7 \ No newline at end of file From 22de0ca951d823bdacc9d75162334c4facbded9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 20:27:13 +0000 Subject: [PATCH 16/19] Bump flask from 2.0.2 to 2.1.2 in /Backend Bumps [flask](https://github.com/pallets/flask) from 2.0.2 to 2.1.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.0.2...2.1.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 3b13e1e..d1ee9be 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -1,4 +1,4 @@ -flask==2.0.2 +flask==2.1.2 PyYAML==6.0 gevent==21.12.0 Flask-Cors==3.0.10 From a4a9a598ab9f3e4b766770f8926fcbb546393ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 20:11:39 +0000 Subject: [PATCH 17/19] Bump cryptography from 37.0.1 to 38.0.2 in /Backend Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.1 to 38.0.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/37.0.1...38.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index d8f0a39..3c00f66 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -6,6 +6,6 @@ pyodbc==4.0.32 requests==2.27.1 uuid==1.30 mysql-connector-python==8.0.27 -cryptography==37.0.1 +cryptography==38.0.2 pycryptodome==3.11.0 Wand==0.6.7 \ No newline at end of file From 98d866314a2615b6ca13aaefea873859b567fa97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 20:12:17 +0000 Subject: [PATCH 18/19] Bump gevent from 21.12.0 to 22.10.1 in /Backend Bumps [gevent](https://github.com/gevent/gevent) from 21.12.0 to 22.10.1. - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](https://github.com/gevent/gevent/compare/21.12.0...22.10.1) --- updated-dependencies: - dependency-name: gevent dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index d8f0a39..259f33a 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -1,6 +1,6 @@ flask==2.1.2 PyYAML==6.0 -gevent==21.12.0 +gevent==22.10.1 Flask-Cors==3.0.10 pyodbc==4.0.32 requests==2.27.1 From d9e061dec157284ffa4882cb5708e6dd4ee764cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 06:37:07 +0000 Subject: [PATCH 19/19] Bump mysql-connector-python from 8.0.27 to 8.0.31 in /Backend Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.0.27 to 8.0.31. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 8721671..589abe4 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -5,7 +5,7 @@ Flask-Cors==3.0.10 pyodbc==4.0.32 requests==2.27.1 uuid==1.30 -mysql-connector-python==8.0.27 +mysql-connector-python==8.0.31 cryptography==38.0.2 pycryptodome==3.11.0 Wand==0.6.7 \ No newline at end of file