Skip to content

Commit

Permalink
chore(deps): update pg8000 requirement from ==1.29.* to >=1.29,<1.31
Browse files Browse the repository at this point in the history
Updates the requirements on [pg8000](https://github.com/tlocke/pg8000) to permit the latest version.
- [Commits](tlocke/pg8000@1.29.0...1.30.2)

---
updated-dependencies:
- dependency-name: pg8000
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent 5fddd83 commit 7888a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'pygsheets==2.0.*',
'geopandas==0.14.*',
'SQLAlchemy==1.4.*',
'pg8000==1.29.*',
'pg8000>=1.29,<1.31',
'psycopg2-binary==2.9.*',
'numpy<=1.23.5', #: Pinned to < 1.24 to fix "module 'numpy' has no attribute 'str'" error
],
Expand Down

0 comments on commit 7888a95

Please sign in to comment.