diff --git a/CHANGELOG.md b/CHANGELOG.md index 895d8e8d..cb772407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v4.4.10 (2024-09-19) + +### Fix + +* fix: update django-launch-library version to 21.0.0 launch cost ([`b517464`](https://github.com/ItsCalebJones/SpaceLaunchNow-Server/commit/b5174642bf83cbb9d6fa87f0d0a18bdb45a14546)) + +### Unknown + +* Merge pull request #265 from ItsCalebJones/bump_ll_21 + +fix: update django-launch-library version to 21.0.0 launch cost ([`0bd4883`](https://github.com/ItsCalebJones/SpaceLaunchNow-Server/commit/0bd488361c528fea5f0cbce09f82331d4ce0b52c)) + ## v4.4.9 (2024-09-19) ### Chore diff --git a/poetry.lock b/poetry.lock index 899a25d1..8d7bce22 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1056,13 +1056,13 @@ Django = "*" [[package]] name = "django-launch-library" -version = "20.10.0" +version = "21.0.0" description = "The Django lib for supporting Launch Library." optional = false python-versions = ">=3.12.0,<4.0" files = [ - {file = "django_launch_library-20.10.0-py3-none-any.whl", hash = "sha256:4ebf0b22813279650729b766b7885b4bee472319a0af836bcc5bf51cca7e34a1"}, - {file = "django_launch_library-20.10.0.tar.gz", hash = "sha256:59c46232198f8556723e8b5ce61c1de45240e0946e731485edbacf550a509cd5"}, + {file = "django_launch_library-21.0.0-py3-none-any.whl", hash = "sha256:6e0798ed9db27b91f43bc9d1b016f2f9b2285c4c1c2afa21413df2ff6db3f52a"}, + {file = "django_launch_library-21.0.0.tar.gz", hash = "sha256:95c40f8d72b30ca4a0405f188e9e8382b068987f3c7fd690a89364ef32219f6c"}, ] [package.dependencies] @@ -4620,3 +4620,4 @@ type = ["pytest-mypy"] lock-version = "2.0" python-versions = ">=3.12.0,<4.0" content-hash = "63b489c6df414aeea1182e8f1425580fb2806fcb8b7d024aa09d22b57f905c63" + diff --git a/pyproject.toml b/pyproject.toml index 85aa5cda..3b44802f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spacelaunchnow-server" -version = "4.4.9" +version = "4.4.10" description = "The Backend and Web server for Space Launch Now" authors = ["Caleb Jones "] readme = "README.md" @@ -56,7 +56,7 @@ sorl-thumbnail = "==12.9.0" sorl-thumbnail-serializer-field = "==0.2.1" python-semantic-release = "7.34.6" tzlocal = "==4.2" -django-launch-library = {version = "^20.10.0", source = "tsd"} +django-launch-library = {version = "^21.0.0", source = "tsd"} environs = "^9.5.0" django-jet-reboot = "^1.3.3" pymemcache = "^4.0.0"