Skip to content

Commit

Permalink
Bump psycopg[binary] from 3.2.1 to 3.2.3
Browse files Browse the repository at this point in the history
Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.2.1 to 3.2.3.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.1...3.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 9bc2b82 commit 1b7fa16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"django==5.1",
"environs>=11.0.0",
"gunicorn==23.0.0",
"psycopg[binary]==3.2.1",
"psycopg[binary]==3.2.3",
"python-dateutil==2.9.0.post0",
"requests==2.32.3",
"sentry-sdk==2.13.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ django-waffle==4.1.0
dj-stripe==2.8.4
environs==11.0.0
gunicorn==23.0.0
psycopg[binary]==3.2.1
psycopg[binary]==3.2.3
python-dateutil==2.9.0.post0
requests==2.32.3
sentry-sdk==2.13.0
Expand Down

0 comments on commit 1b7fa16

Please sign in to comment.