Skip to content

Commit d27698c

Browse files
#86 additional security updates (#85)
* Bump sqlalchemy from 1.1.14 to 1.3.0 in /tests/data/broken_1 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.1.14 to 1.3.0. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump sqlalchemy from 1.1.14 to 1.3.0 in /tests/data/extra_0 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.1.14 to 1.3.0. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump sqlalchemy from 1.1.14 to 1.3.0 in /tests/data Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.1.14 to 1.3.0. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump requests from 2.18.4 to 2.20.0 in /tests/data Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.18.4...v2.20.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 271814d commit d27698c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/data/broken_1/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"pyyaml==5.4",
4747
"records==0.5.2",
4848
"requests==2.20.0",
49-
"sqlalchemy==1.1.14",
49+
"sqlalchemy==1.3.0",
5050
"tablib==0.12.1",
5151
"unicodecsv==0.14.1",
5252
"urllib3==1.24.2",

tests/data/extra_0/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"pyyaml==5.4",
148148
"records==0.5.2",
149149
"requests==2.20.0",
150-
"sqlalchemy==1.1.14",
150+
"sqlalchemy==1.3.0",
151151
"tablib==0.12.1",
152152
"unicodecsv==0.14.1",
153153
"urllib3==1.24.2",

tests/data/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
"pywinusb==0.4.2; os_name == 'nt'",
147147
"pyyaml==5.4",
148148
"records==0.5.2",
149-
"requests==2.18.4",
150-
"sqlalchemy==1.1.14",
149+
"requests==2.20.0",
150+
"sqlalchemy==1.3.0",
151151
"tablib==0.12.1",
152152
"unicodecsv==0.14.1",
153153
"urllib3==1.22",

0 commit comments

Comments
 (0)