mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Update dependencies
This commit is contained in:
parent
8b757139ef
commit
74534bb4a1
3 changed files with 14 additions and 14 deletions
|
@ -22,7 +22,7 @@ charset-normalizer==3.0.1
|
|||
# via requests
|
||||
confusable-homoglyphs==3.2.0
|
||||
# via django-registration
|
||||
django==4.1.6
|
||||
django==4.1.7
|
||||
# via
|
||||
# -r requirements.in
|
||||
# django-anymail
|
||||
|
@ -91,5 +91,5 @@ wsproto==1.2.0
|
|||
# via trio-websocket
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
setuptools==67.2.0
|
||||
setuptools==67.3.1
|
||||
# via gunicorn
|
||||
|
|
|
@ -274,9 +274,9 @@ distlib==0.3.6 \
|
|||
--hash=sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46 \
|
||||
--hash=sha256:f35c4b692542ca110de7ef0bea44d73981caeb34ca0b9b6b2e6d7790dda8f80e
|
||||
# via virtualenv
|
||||
django==4.1.6 \
|
||||
--hash=sha256:bceb0fe1a386781af0788cae4108622756cd05e7775448deec04a71ddf87685d \
|
||||
--hash=sha256:c6fe7ebe7c017fe59f1029821dae0acb5a2ddcd6c9a0138fd20a8bfefac914bc
|
||||
django==4.1.7 \
|
||||
--hash=sha256:44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8 \
|
||||
--hash=sha256:f2f431e75adc40039ace496ad3b9f17227022e8b11566f4b363da44c7e44761e
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# django-browser-reload
|
||||
|
@ -660,9 +660,9 @@ pip==23.0 \
|
|||
--hash=sha256:aee438284e82c8def684b0bcc50b1f6ed5e941af97fa940e83e2e8ef1a59da9b \
|
||||
--hash=sha256:b5f88adff801f5ef052bcdef3daa31b55eb67b0fccd6d0106c206fa248e0463c
|
||||
# via pip-tools
|
||||
setuptools==67.2.0 \
|
||||
--hash=sha256:16ccf598aab3b506593c17378473978908a2734d7336755a8769b480906bec1c \
|
||||
--hash=sha256:b440ee5f7e607bb8c9de15259dba2583dd41a38879a7abc1d43a71c59524da48
|
||||
setuptools==67.3.1 \
|
||||
--hash=sha256:23c86b4e44432bfd8899384afc08872ec166a24f48a3f99f293b0a557e6a6b5d \
|
||||
--hash=sha256:daec07fd848d80676694d6bf69c009d28910aeece68a38dbe88b7e1bb6dba12e
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# nodeenv
|
||||
|
|
|
@ -120,9 +120,9 @@ confusable-homoglyphs==3.2.0 \
|
|||
--hash=sha256:3b4a0d9fa510669498820c91a0bfc0c327568cecec90648cf3819d4a6fc6a751 \
|
||||
--hash=sha256:e3ce611028d882b74a5faa69e3cbb5bd4dcd9f69936da6e73d33eda42c917944
|
||||
# via django-registration
|
||||
django==4.1.6 \
|
||||
--hash=sha256:bceb0fe1a386781af0788cae4108622756cd05e7775448deec04a71ddf87685d \
|
||||
--hash=sha256:c6fe7ebe7c017fe59f1029821dae0acb5a2ddcd6c9a0138fd20a8bfefac914bc
|
||||
django==4.1.7 \
|
||||
--hash=sha256:44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8 \
|
||||
--hash=sha256:f2f431e75adc40039ace496ad3b9f17227022e8b11566f4b363da44c7e44761e
|
||||
# via
|
||||
# -r requirements.in
|
||||
# django-anymail
|
||||
|
@ -317,7 +317,7 @@ wsproto==1.2.0 \
|
|||
# via trio-websocket
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
setuptools==67.2.0 \
|
||||
--hash=sha256:16ccf598aab3b506593c17378473978908a2734d7336755a8769b480906bec1c \
|
||||
--hash=sha256:b440ee5f7e607bb8c9de15259dba2583dd41a38879a7abc1d43a71c59524da48
|
||||
setuptools==67.3.1 \
|
||||
--hash=sha256:23c86b4e44432bfd8899384afc08872ec166a24f48a3f99f293b0a557e6a6b5d \
|
||||
--hash=sha256:daec07fd848d80676694d6bf69c009d28910aeece68a38dbe88b7e1bb6dba12e
|
||||
# via gunicorn
|
||||
|
|
Loading…
Reference in a new issue