From 83c3fa931e9ffcc3f5cd76e3279d65f16e0ba52a Mon Sep 17 00:00:00 2001 From: Paul Craig Date: Tue, 27 Aug 2024 13:57:49 -0400 Subject: [PATCH] Update version since updating all the libraries --- CHANGELOG.md | 11 +++++++++++ poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f4b94..c83d5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve ### Added +### Changed + +### Fixed + +## [1.25.0] - 2023-08-27 + +### Added + - Add 'section_detail' page to add and remove subsections - 'section_detail' page must be manually visited for now - Added mailto link to the 400 page @@ -18,6 +26,9 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve ### Changed +- Updated most of the libraries: + - Can't update markdown past 3.5 because of martor + - Can't update django past 5.0.8 because of django-easy-audit - Change the floating header on NOFO edit page - Print buttons float now - Added "add or remove subsections" diff --git a/poetry.lock b/poetry.lock index 41f8b0f..0f06e66 100644 --- a/poetry.lock +++ b/poetry.lock @@ -263,17 +263,17 @@ test = ["cssselect", "importlib-resources", "jaraco.test (>=5.1)", "lxml", "pyte [[package]] name = "django" -version = "4.2.15" +version = "5.0.8" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" files = [ - {file = "Django-4.2.15-py3-none-any.whl", hash = "sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30"}, - {file = "Django-4.2.15.tar.gz", hash = "sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a"}, + {file = "Django-5.0.8-py3-none-any.whl", hash = "sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45"}, + {file = "Django-5.0.8.tar.gz", hash = "sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.7.0,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -777,4 +777,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "5c99d9ebc10ca9c701ec5fdc79c17d7e86355c4ec918ca4fb0746dbb5f7d8d5f" +content-hash = "92b111754dab308e16e4577e2e740b2989125df3ecc39ce4d7e07960ad9ed9c5" diff --git a/pyproject.toml b/pyproject.toml index 38db5ff..40c9851 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "3.11.9" -django = "~4" +django = "5.0.8" beautifulsoup4 = "^4.12.2" markdownify = "^0.13.1" django-easy-audit = "^1.3.5"