Skip to content

Commit 4d7b229

Browse files
authored
chore(deps): update dependency pg8000 to v1.21.2 (#163)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pg8000](https://togithub.com/tlocke/pg8000) | `==1.21.1` -> `==1.21.2` | [![age](https://badges.renovateapi.com/packages/pypi/pg8000/1.21.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pg8000/1.21.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pg8000/1.21.2/compatibility-slim/1.21.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pg8000/1.21.2/confidence-slim/1.21.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tlocke/pg8000</summary> ### [`v1.21.2`](https://togithub.com/tlocke/pg8000/compare/1.21.1...1.21.2) [Compare Source](https://togithub.com/tlocke/pg8000/compare/1.21.1...1.21.2) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/cloud-sql-python-connector).
1 parent 7742ce8 commit 4d7b229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp==3.7.4.post0
22
cryptography==3.4.8
33
PyMySQL==1.0.2
4-
pg8000==1.21.1
4+
pg8000==1.21.2
55
python-tds==1.11.0
66
pyopenssl==20.0.1
77
Requests==2.26.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
install_requires=core_dependencies,
7979
extras_require={
8080
"pymysql": ["PyMySQL==1.0.2"],
81-
"pg8000": ["pg8000==1.21.1"],
81+
"pg8000": ["pg8000==1.21.2"],
8282
"pytds": ["python-tds==1.11.0"]
8383
},
8484
python_requires=">=3.6",

0 commit comments

Comments
 (0)