Skip to content

Commit

Permalink
build(deps): bump psycopg[c] from 3.1.9 to 3.1.10
Browse files Browse the repository at this point in the history
Bumps [psycopg[c]](https://github.com/psycopg/psycopg) from 3.1.9 to 3.1.10.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.9...3.1.10)

---
updated-dependencies:
- dependency-name: psycopg[c]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent b524fe7 commit b7357c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/local.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Werkzeug[watchdog]==2.3.6 # https://github.com/pallets/werkzeug
ipdb==0.13.13 # https://github.com/gotcha/ipdb
psycopg[c]==3.1.9 # https://github.com/psycopg/psycopg
psycopg[c]==3.1.10 # https://github.com/psycopg/psycopg
watchfiles==0.19.0 # https://github.com/samuelcolvin/watchfiles

# Testing
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-r base.txt

gunicorn==21.2.0 # https://github.com/benoitc/gunicorn
psycopg[c]==3.1.9 # https://github.com/psycopg/psycopg
psycopg[c]==3.1.10 # https://github.com/psycopg/psycopg

# Django
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit b7357c3

Please sign in to comment.