Skip to content

Commit

Permalink
Updating the requirements with the latest Django updates
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMapes committed Aug 27, 2024
1 parent cf29688 commit 796a31a
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
rev: 1.18.0
hooks:
- id: blacken-docs

Expand Down
22 changes: 11 additions & 11 deletions requirements/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"python",
*common_args,
"-P",
"Django>=4.2.14,<5",
"Django>=4.2.15,<5",
"-P",
"urllib3>=1.26.19,<2.0.0",
"-P",
Expand All @@ -40,7 +40,7 @@
"python",
*common_args,
"-P",
"Django>=4.2.14,<5",
"Django>=4.2.15,<5",
"-P",
"urllib3>=1.26.19,<2.0.0",
"-P",
Expand All @@ -57,7 +57,7 @@
"python",
*common_args,
"-P",
"Django>=4.2.14,<5",
"Django>=4.2.15,<5",
"-P",
"urllib3>=2.2.2",
"-P",
Expand All @@ -73,7 +73,7 @@
"python",
*common_args,
"-P",
"Django>=5.0.7,<5.1",
"Django>=5.0.8,<5.1",
"-P",
"urllib3>=2.2.2",
"-P",
Expand All @@ -89,7 +89,7 @@
"python",
*common_args,
"-P",
"Django>=5.1b1,<5.2",
"Django>=5.1,<5.2",
"-P",
"urllib3>=2.2.2",
"-o",
Expand All @@ -104,7 +104,7 @@
"python",
*common_args,
"-P",
"Django>=4.2.14,<5",
"Django>=4.2.15,<5",
"-P",
"urllib3>=2.2.2",
"-P",
Expand All @@ -121,7 +121,7 @@
"python",
*common_args,
"-P",
"Django>=5.0.7,<5.1",
"Django>=5.0.8,<5.1",
"-P",
"urllib3>=2.2.2",
"-P",
Expand All @@ -137,7 +137,7 @@
"python",
*common_args,
"-P",
"Django>=5.1b1,<5.2",
"Django>=5.1,<5.2",
"-P",
"urllib3>=2.2.2",
"-P",
Expand All @@ -154,7 +154,7 @@
"python",
*common_args,
"-P",
"Django>=4.2.14,<5",
"Django>=4.2.15,<5",
"-P",
"urllib3>=2.2.2",
"-P",
Expand All @@ -170,7 +170,7 @@
"python",
*common_args,
"-P",
"Django>=5.0.7,<5.1",
"Django>=5.0.8,<5.1",
"-P",
"urllib3>=2.2.2",
"-P",
Expand All @@ -186,7 +186,7 @@
"python",
*common_args,
"-P",
"Django>=5.1b1,<5.2",
"Django>=5.1,<5.2",
"-P",
"urllib3>=2.2.2",
"-o",
Expand Down
6 changes: 3 additions & 3 deletions requirements/py310-django42.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ distlib==0.3.8 \
--hash=sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 \
--hash=sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64
# via virtualenv
django==4.2.14 \
--hash=sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240 \
--hash=sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96
django==4.2.15 \
--hash=sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30 \
--hash=sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a
# via -r requirements.in
exceptiongroup==1.2.1 \
--hash=sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad \
Expand Down
6 changes: 3 additions & 3 deletions requirements/py310-django50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ distlib==0.3.8 \
--hash=sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 \
--hash=sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64
# via virtualenv
django==5.0.7 \
--hash=sha256:bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2 \
--hash=sha256:f216510ace3de5de01329463a315a629f33480e893a9024fc93d8c32c22913da
django==5.0.8 \
--hash=sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45 \
--hash=sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b
# via -r requirements.in
exceptiongroup==1.2.1 \
--hash=sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad \
Expand Down
6 changes: 3 additions & 3 deletions requirements/py310-django51.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ distlib==0.3.8 \
--hash=sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 \
--hash=sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64
# via virtualenv
django==5.1b1 \
--hash=sha256:2c52fb8e630f49f1d5b9555d9be1a0e1b27279cd9aba46161ea8d6d103f6262c \
--hash=sha256:da04000c01f7c216ec2b1d6d85698f4cf540a8d304c83b7e29d512b19c7da039
django==5.1 \
--hash=sha256:848a5980e8efb76eea70872fb0e4bc5e371619c70fffbe48e3e1b50b2c09455d \
--hash=sha256:d3b811bf5371a26def053d7ee42a9df1267ef7622323fe70a601936725aa4557
# via -r requirements.in
exceptiongroup==1.2.1 \
--hash=sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad \
Expand Down
6 changes: 3 additions & 3 deletions requirements/py311-django42.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ distlib==0.3.8 \
--hash=sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 \
--hash=sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64
# via virtualenv
django==4.2.14 \
--hash=sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240 \
--hash=sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96
django==4.2.15 \
--hash=sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30 \
--hash=sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a
# via -r requirements.in
filelock==3.14.0 \
--hash=sha256:43339835842f110ca7ae60f1e1c160714c5a6afd15a2873419ab185334975c0f \
Expand Down
6 changes: 3 additions & 3 deletions requirements/py311-django50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ distlib==0.3.8 \
--hash=sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 \
--hash=sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64
# via virtualenv
django==5.0.7 \
--hash=sha256:bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2 \
--hash=sha256:f216510ace3de5de01329463a315a629f33480e893a9024fc93d8c32c22913da
django==5.0.8 \
--hash=sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45 \
--hash=sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b
# via -r requirements.in
filelock==3.14.0 \
--hash=sha256:43339835842f110ca7ae60f1e1c160714c5a6afd15a2873419ab185334975c0f \
Expand Down
6 changes: 3 additions & 3 deletions requirements/py311-django51.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ distlib==0.3.8 \
--hash=sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 \
--hash=sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64
# via virtualenv
django==5.1b1 \
--hash=sha256:2c52fb8e630f49f1d5b9555d9be1a0e1b27279cd9aba46161ea8d6d103f6262c \
--hash=sha256:da04000c01f7c216ec2b1d6d85698f4cf540a8d304c83b7e29d512b19c7da039
django==5.1 \
--hash=sha256:848a5980e8efb76eea70872fb0e4bc5e371619c70fffbe48e3e1b50b2c09455d \
--hash=sha256:d3b811bf5371a26def053d7ee42a9df1267ef7622323fe70a601936725aa4557
# via -r requirements.in
filelock==3.14.0 \
--hash=sha256:43339835842f110ca7ae60f1e1c160714c5a6afd15a2873419ab185334975c0f \
Expand Down
6 changes: 3 additions & 3 deletions requirements/py312-django42.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ distlib==0.3.8 \
--hash=sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 \
--hash=sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64
# via virtualenv
django==4.2.14 \
--hash=sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240 \
--hash=sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96
django==4.2.15 \
--hash=sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30 \
--hash=sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a
# via -r requirements.in
filelock==3.13.1 \
--hash=sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e \
Expand Down
6 changes: 3 additions & 3 deletions requirements/py312-django50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ distlib==0.3.8 \
--hash=sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 \
--hash=sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64
# via virtualenv
django==5.0.7 \
--hash=sha256:bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2 \
--hash=sha256:f216510ace3de5de01329463a315a629f33480e893a9024fc93d8c32c22913da
django==5.0.8 \
--hash=sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45 \
--hash=sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b
# via -r requirements.in
filelock==3.13.1 \
--hash=sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e \
Expand Down
6 changes: 3 additions & 3 deletions requirements/py312-django51.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ distlib==0.3.8 \
--hash=sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 \
--hash=sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64
# via virtualenv
django==5.1b1 \
--hash=sha256:2c52fb8e630f49f1d5b9555d9be1a0e1b27279cd9aba46161ea8d6d103f6262c \
--hash=sha256:da04000c01f7c216ec2b1d6d85698f4cf540a8d304c83b7e29d512b19c7da039
django==5.1 \
--hash=sha256:848a5980e8efb76eea70872fb0e4bc5e371619c70fffbe48e3e1b50b2c09455d \
--hash=sha256:d3b811bf5371a26def053d7ee42a9df1267ef7622323fe70a601936725aa4557
# via -r requirements.in
filelock==3.14.0 \
--hash=sha256:43339835842f110ca7ae60f1e1c160714c5a6afd15a2873419ab185334975c0f \
Expand Down
6 changes: 3 additions & 3 deletions requirements/py38-django42.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ distlib==0.3.8 \
--hash=sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 \
--hash=sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64
# via virtualenv
django==4.2.14 \
--hash=sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240 \
--hash=sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96
django==4.2.15 \
--hash=sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30 \
--hash=sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a
# via -r requirements.in
exceptiongroup==1.2.1 \
--hash=sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad \
Expand Down
6 changes: 3 additions & 3 deletions requirements/py39-django42.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ distlib==0.3.8 \
--hash=sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 \
--hash=sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64
# via virtualenv
django==4.2.14 \
--hash=sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240 \
--hash=sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96
django==4.2.15 \
--hash=sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30 \
--hash=sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a
# via -r requirements.in
exceptiongroup==1.2.1 \
--hash=sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad \
Expand Down

0 comments on commit 796a31a

Please sign in to comment.