Skip to content

Commit

Permalink
deps: bump the major-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [psycopg-pool](https://github.com/psycopg/psycopg) and [black](https://github.com/psf/black) to permit the latest version.

Updates `psycopg-pool` to 3.2.0
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1...pool-3.2.0)

Updates `black` to 23.11.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.9.0...23.11.0)

---
updated-dependencies:
- dependency-name: psycopg-pool
  dependency-type: direct:production
  dependency-group: major-dependencies
- dependency-name: black
  dependency-type: direct:development
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and stdavis committed Dec 12, 2023
1 parent f36bb84 commit 82861e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"flask-cors==4.0.*",
"Flask-JSON==0.4.*",
"flask==3.0.*",
"psycopg_pool==3.1.*",
"psycopg_pool>=3.1,<3.3",
"psycopg[binary]==3.1.*",
"python-dotenv==1.0.*",
"requests>=2.28,<2.32",
Expand All @@ -48,7 +48,7 @@
],
extras_require={
"tests": [
"black==23.9.*",
"black>=23.9,<23.12",
"callee==0.3.*",
"pytest-cov==4.1.*",
"pytest-instafail==0.5.*",
Expand Down

0 comments on commit 82861e6

Please sign in to comment.