@@ -9,17 +9,17 @@ license = "AGPL-3.0-only"
99
1010[tool .poetry .dependencies ]
1111python = " >=3.12,<3.13"
12- django = {version = ' >=5.0b1 ' , extras = [' argon2' ]}
12+ django = {version = ' >=5.1 ' , extras = [' argon2' ]}
1313# First Party ( Redis )
1414# redis = {extras = ['hiredis'], version = ">=4.5.4"}
1515# https://github.com/redis/hiredis-py/issues/172
1616redis = " >=4.5.4"
1717# First party ( Image )
1818pillow = " >=10.1.0"
1919# First Party ( Database )
20- psycopg = {extras = [ " binary" ], version = " >=3.1.12" }
20+ psycopg = {extras =[ ' binary' ], version = " >=3.1.12" }
2121# Database Integrations
22- django-ltree-2 = " ^0.1.8 "
22+ django-ltree-2 = " ^0.1.6 "
2323# 3rd Party ( Rate Limit )
2424django-ratelimit = " >=4.1.0"
2525# 3rd Party ( Files )
@@ -51,7 +51,7 @@ uvicorn = {extras = ["standard"], version = ">=0.21.1"}
5151django-stubs-ext = " *"
5252# ===================================================
5353# Color Grabber
54- modern_colorthief = " ^0.1.6 "
54+ modern_colorthief = " ^0.1.2 "
5555# Parsers
5656selectolax = " >=0.3.17"
5757python-dateutil = " >=2.8.2"
@@ -75,7 +75,7 @@ django-vite = "^3.0.4"
7575# https://github.com/adamchainz/django-watchfiles/issues/12
7676# django-watchfiles = "*"
7777# Django
78- django-browser-reload = " ^1.15.0 "
78+ django-browser-reload = " ^1.12.1 "
7979django_debug_toolbar = " *"
8080django_dbbackup = " *"
8181django_cprofile_middleware = " *"
@@ -90,13 +90,13 @@ djangorestframework-stubs = {extras = ["compatible-mypy","markdown"], version =
9090django-filter-stubs = " ^0.1.3"
9191# Types
9292types_redis = " *"
93- types-requests = " ^2.32 .0.20240712 "
94- types-markdown = " ^3.7 .0.20240822 "
95- types-pyyaml = " ^6.0.12.20240808 "
96- types-python-dateutil = " ^2.9.0.20240821 "
93+ types-requests = " ^2.31 .0.20240406 "
94+ types-markdown = " ^3.6 .0.20240316 "
95+ types-pyyaml = " ^6.0.12.20240311 "
96+ types-python-dateutil = " ^2.9.0.20240316 "
9797
9898# Task Runner
99- poethepoet = " ^0.28 .0"
99+ poethepoet = " ^0.26 .0"
100100# Django extensions
101101django-extensions = " ^3.2.3"
102102# pygraphviz = "^1.10"
@@ -106,7 +106,7 @@ django-extensions = "^3.2.3"
106106
107107
108108[tool .poetry .group .test .dependencies ]
109- pytest = " ^8.3.2 "
109+ pytest = " ^8.2.0 "
110110pytest-django = " ^4.8.0"
111111
112112[tool .poe .tasks ]
0 commit comments