Skip to content

Commit

Permalink
Replace psycopg2 with psycopg3
Browse files Browse the repository at this point in the history
  • Loading branch information
marteinn committed Aug 15, 2023
1 parent cd9cf23 commit 5e1c594
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
### Changed
- Replace psycopg2 with psycopg3

### Fixed
- Upgrade wagtail to 5.1.1
- Upgrade Django to 4.2.4
- Upgrade sentry_sdk to 1.29.2
- Upgrade django-stubs to 4.2.3

### Changed
### Removed

## [8.12.1] - 2023-06-28
Expand Down
2 changes: 1 addition & 1 deletion Company-Project/src/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==4.2.4
psycopg2==2.9.6
psycopg==3.1.10
sentry_sdk==1.29.2
python-dotenv==1.0.0
wagtail==5.1.1
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/src/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==4.2.4
psycopg2==2.9.6
psycopg==3.1.10
sentry_sdk==1.29.2
python-dotenv==1.0.0
wagtail==5.1.1
Expand Down

0 comments on commit 5e1c594

Please sign in to comment.