Skip to content

Commit

Permalink
Madoshakalaka#86 additional security updates (Madoshakalaka#85)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bryant-finney and dependabot[bot] committed Nov 18, 2021
1 parent 271814d commit d27698c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/data/broken_1/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"pyyaml==5.4",
"records==0.5.2",
"requests==2.20.0",
"sqlalchemy==1.1.14",
"sqlalchemy==1.3.0",
"tablib==0.12.1",
"unicodecsv==0.14.1",
"urllib3==1.24.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/data/extra_0/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"pyyaml==5.4",
"records==0.5.2",
"requests==2.20.0",
"sqlalchemy==1.1.14",
"sqlalchemy==1.3.0",
"tablib==0.12.1",
"unicodecsv==0.14.1",
"urllib3==1.24.2",
Expand Down
4 changes: 2 additions & 2 deletions tests/data/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
"pywinusb==0.4.2; os_name == 'nt'",
"pyyaml==5.4",
"records==0.5.2",
"requests==2.18.4",
"sqlalchemy==1.1.14",
"requests==2.20.0",
"sqlalchemy==1.3.0",
"tablib==0.12.1",
"unicodecsv==0.14.1",
"urllib3==1.22",
Expand Down

0 comments on commit d27698c

Please sign in to comment.