Skip to content

Commit

Permalink
Bump pg8000 from 1.30.1 to 1.30.3
Browse files Browse the repository at this point in the history
Bumps [pg8000](https://github.com/tlocke/pg8000) from 1.30.1 to 1.30.3.
- [Commits](tlocke/pg8000@1.30.1...1.30.3)

---
updated-dependencies:
- dependency-name: pg8000
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent 8cd3402 commit 3780b06
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 @@ -29,6 +29,6 @@ def read_file(filename):
"purple air api",
"PurpleAirSQLiteDataLogger",
],
install_requires=["pg8000==1.30.1", "requests", "purpleair_api==1.1.2"],
install_requires=["pg8000==1.30.3", "requests", "purpleair_api==1.1.2"],
platforms=["Windows 32/64", "Linux 32/64", "MacOS 32/64"],
)

0 comments on commit 3780b06

Please sign in to comment.