diff --git a/poetry.lock b/poetry.lock index 958fe22e..0ae443e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "ansicolors" @@ -609,13 +609,13 @@ sqlparse = ">=0.2" [[package]] name = "django-environ" -version = "0.10.0" +version = "0.11.2" description = "A package that allows you to utilize 12factor inspired environment variables to configure your Django application." optional = false -python-versions = ">=3.5,<4" +python-versions = ">=3.6,<4" files = [ - {file = "django-environ-0.10.0.tar.gz", hash = "sha256:b3559a91439c9d774a9e0c1ced872364772c612cdf6dc919506a2b13f7a77225"}, - {file = "django_environ-0.10.0-py2.py3-none-any.whl", hash = "sha256:510f8c9c1d0a38b0815f91504270c29440a0cf44fab07f55942fa8d31bbb9be6"}, + {file = "django-environ-0.11.2.tar.gz", hash = "sha256:f32a87aa0899894c27d4e1776fa6b477e8164ed7f6b3e410a62a6d72caaf64be"}, + {file = "django_environ-0.11.2-py2.py3-none-any.whl", hash = "sha256:0ff95ab4344bfeff693836aa978e6840abef2e2f1145adff7735892711590c05"}, ] [package.extras] @@ -636,16 +636,17 @@ files = [ [[package]] name = "django-htmx" -version = "1.16.0" +version = "1.17.2" description = "Extensions for using Django with htmx." optional = false python-versions = ">=3.8" files = [ - {file = "django_htmx-1.16.0-py3-none-any.whl", hash = "sha256:360d11266666e5d92bda57069f671f2c04642eb1fc071e4c4160cf9f504cbfa6"}, - {file = "django_htmx-1.16.0.tar.gz", hash = "sha256:56a65045e079503877ba1354acb481030cf54da1e1f731d33c280e0a14b214cf"}, + {file = "django-htmx-1.17.2.tar.gz", hash = "sha256:4089f2ed38727e9846c2f4cd1daddf6b010c7be8d834cfbcffc8c5ecf445c04e"}, + {file = "django_htmx-1.17.2-py3-none-any.whl", hash = "sha256:f4971432d2ca45dbb31d9b58add1c50ae54354afe4bf59cafd591b1711b502c0"}, ] [package.dependencies] +asgiref = ">=3.6" Django = ">=3.2" [[package]] @@ -661,17 +662,17 @@ files = [ [[package]] name = "django-rq" -version = "2.8.1" +version = "2.9.0" description = "An app that provides django integration for RQ (Redis Queue)" optional = false python-versions = "*" files = [ - {file = "django-rq-2.8.1.tar.gz", hash = "sha256:ff053aa4d1b1e1acc47c99b4a21b514de8745894c00d1e6f4abc8b37d35d66d6"}, - {file = "django_rq-2.8.1-py2.py3-none-any.whl", hash = "sha256:f5d649dc57b5564011460b2b69c8a60a4f5f10ee8692b51d1dfc17035b1039b8"}, + {file = "django-rq-2.9.0.tar.gz", hash = "sha256:cb9c5dcc6f037316cb227809607f1dc96ddb58ea8face454b09173b412f74966"}, + {file = "django_rq-2.9.0-py2.py3-none-any.whl", hash = "sha256:d0a42a2d30ba2e2af2019c4791b69b2bad3d07d4524bf9b4a26f050e41d2f38a"}, ] [package.dependencies] -django = ">=2.0" +django = ">=3.2" redis = ">=3" rq = ">=1.14" @@ -701,25 +702,26 @@ events = ["cryptography (>=36.0.2)", "requests (>=2.27.1)"] [[package]] name = "django-storages" -version = "1.13.2" +version = "1.14.2" description = "Support for many storage backends in Django" optional = false python-versions = ">=3.7" files = [ - {file = "django-storages-1.13.2.tar.gz", hash = "sha256:cbadd15c909ceb7247d4ffc503f12a9bec36999df8d0bef7c31e57177d512688"}, - {file = "django_storages-1.13.2-py3-none-any.whl", hash = "sha256:31dc5a992520be571908c4c40d55d292660ece3a55b8141462b4e719aa38eab3"}, + {file = "django-storages-1.14.2.tar.gz", hash = "sha256:51b36af28cc5813b98d5f3dfe7459af638d84428c8df4a03990c7d74d1bea4e5"}, + {file = "django_storages-1.14.2-py3-none-any.whl", hash = "sha256:1db759346b52ada6c2efd9f23d8241ecf518813eb31db9e2589207174f58f6ad"}, ] [package.dependencies] Django = ">=3.2" [package.extras] -azure = ["azure-storage-blob (>=12.0.0)"] +azure = ["azure-core (>=1.13)", "azure-storage-blob (>=12)"] boto3 = ["boto3 (>=1.4.4)"] dropbox = ["dropbox (>=7.2.1)"] -google = ["google-cloud-storage (>=1.27.0)"] +google = ["google-cloud-storage (>=1.27)"] libcloud = ["apache-libcloud"] -sftp = ["paramiko (>=1.10.0)"] +s3 = ["boto3 (>=1.4.4)"] +sftp = ["paramiko (>=1.15)"] [[package]] name = "django-stubs" @@ -2163,4 +2165,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "4fb1be1b7d05b27c779c6e8e7642ae6e4cd9e9e1ec42ea785f405f505b5e4485" +content-hash = "a0b68162ce4dd0ecc38ac34507745153b189d462a2c59816bd128e12629fafd7" diff --git a/pyproject.toml b/pyproject.toml index 2af57e60..d2e5c6ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,21 +36,21 @@ prettytable = "^3.8.0" courts-db = "^0.10.17" django = "^4.2.7" djangorestframework = "^3.14.0" -django-environ = "^0.10.0" +django-environ = "^0.11.2" sentry-sdk = "^1.29.2" django-csp = "^3.7" redis = "^4.6.0" -django-rq = "^2.8.1" +django-rq = "^2.9.0" gunicorn = "^21.2.0" ipython = "^8.14.0" pillow = "^10.0.0" -django-storages = "^1.13.2" +django-storages = "^1.14.2" boto3 = "^1.28.30" django-tailwind = "^3.6.0" django-ratelimit = "^4.1.0" twitterapi = "^2.8.2" django-ses = "^3.5.0" -django-htmx = "^1.16.0" +django-htmx = "^1.17.2" factory-boy = "^3.3.0" faker = "^19.3.1" disposable-email-domains = "^0.0.90"