Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/djangorestframework-3.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rudigiesler committed Aug 28, 2024
2 parents d972652 + 23f234b commit 219a52c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
- Updated sentry-sdk from 1.44.1 to 2.8.0
- Updated wagtail from 5.2.4 to 5.2.6
- Updated certifi from 2024.2.2 to 2024.7.4
- Updated django from 4.2.11 to 4.2.15
- Updated sqlparse from 0.4.4 to 0.5.0
-->

## v1.2.1
Expand Down
25 changes: 12 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.10"
wagtail = "~5.2.6" # Latest LTS
django = "~4.2.11" # Latest LTS
django = "~4.2.15" # Latest LTS
dj-database-url = "^2.1.0"
psycopg2-binary = "^2.9.9"
django-environ = "^0.11.2"
Expand Down

0 comments on commit 219a52c

Please sign in to comment.