Skip to content

Commit 8abbbc4

Browse files
authored
Merge pull request #70 from amakarudze/update-requirements
Update requirements
2 parents 3b977ec + f4e682f commit 8abbbc4

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
beautifulsoup4
22
black
33
coverage
4-
Django==4.0.10
4+
Django>=4.1,<5
55
django-autoslug
66
django-contrib-comments
77
django-extensions

requirements.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
44
#
55
# pip-compile
66
#
7-
asgiref==3.5.1
7+
asgiref==3.6.0
88
# via django
99
attrs==21.4.0
1010
# via pytest
@@ -30,7 +30,7 @@ coverage==6.3.2
3030
# via -r requirements.in
3131
cryptography==39.0.1
3232
# via pyopenssl
33-
django==4.0.10
33+
django==4.1.7
3434
# via
3535
# -r requirements.in
3636
# django-contrib-comments
@@ -123,7 +123,9 @@ sqlparse==0.4.2
123123
tinycss2==1.1.1
124124
# via bleach
125125
tomli==2.0.1
126-
# via pytest
126+
# via
127+
# black
128+
# pytest
127129
urllib3==1.26.9
128130
# via
129131
# requests

0 commit comments

Comments
 (0)