Skip to content

Commit

Permalink
Bump psycopg2 from 2.8.6 to 2.9.1 (#193)
Browse files Browse the repository at this point in the history
* Bump psycopg2 from 2.8.6 to 2.9.1

Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.8.6 to 2.9.1.
- [Release notes](https://github.com/psycopg/psycopg2/releases)
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)

---
updated-dependencies:
- dependency-name: psycopg2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update builder.yml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
  • Loading branch information
dependabot[bot] and pvizeli authored Jun 17, 2021
1 parent e980304 commit ba801bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
with:
tag: ${{ env.WHEELS_TAG }}
arch: ${{ matrix.arch }}
wheels-host: ${{ secrets.WHEELS_HOST }}
wheels-key: ${{ secrets.WHEELS_KEY }}
apk: "build-base;mariadb-dev;postgresql-dev;unixodbc-dev;libffi-dev;cmake;ncurses;git"
requirements: "requirements.txt"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
brotli==1.0.9
cchardet==2.1.7
mysqlclient==2.0.3
psycopg2==2.8.6
psycopg2==2.9.1
pyodbc==4.0.30
cx_oracle==8.2.1

0 comments on commit ba801bc

Please sign in to comment.