Skip to content

Commit fca69f8

Browse files
Bump psycopg[c] from 3.1.18 to 3.2.3 (#158)
Bumps [psycopg[c]](https://github.com/psycopg/psycopg) from 3.1.18 to 3.2.3. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.1.18...3.2.3) --- updated-dependencies: - dependency-name: psycopg[c] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 020ffc6 commit fca69f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/local.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Werkzeug[watchdog]==3.0.1 # https://github.com/pallets/werkzeug
44
ipdb==0.13.13 # https://github.com/gotcha/ipdb
5-
psycopg[c]==3.1.18 # https://github.com/psycopg/psycopg
5+
psycopg[c]==3.2.3 # https://github.com/psycopg/psycopg
66

77
# Testing
88
# ------------------------------------------------------------------------------

requirements/production.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-r base.txt
44

55
gunicorn==21.2.0 # https://github.com/benoitc/gunicorn
6-
psycopg[c]==3.1.18 # https://github.com/psycopg/psycopg
6+
psycopg[c]==3.2.3 # https://github.com/psycopg/psycopg
77

88
# Django
99
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)