Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 18, 2024
1 parent 067eeb6 commit 05f1ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# General
# ------------------------------------------------------------------------------
gunicorn==21.2.0 # https://github.com/benoitc/gunicorn
psycopg==3.1.17 # https://github.com/psycopg/psycopg
psycopg==3.1.18 # https://github.com/psycopg/psycopg

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

0 comments on commit 05f1ebd

Please sign in to comment.