Skip to content

Commit f5d6779

Browse files
Bump django from 3.1.5 to 3.1.14
Bumps [django](https://github.com/django/django) from 3.1.5 to 3.1.14. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.1.5...3.1.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 174f749 commit f5d6779

File tree

3 files changed

+33
-14
lines changed

3 files changed

+33
-14
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ urllib3 = "==1.26.2"
5959
wcwidth = "==0.2.5"
6060
whitenoise = "==5.2.0"
6161
wrapt = "==1.12.1"
62-
Django = "==3.1.5"
62+
Django = "==3.1.14"
6363
ipython_genutils = "==0.2.0"
6464
Pillow = "==8.3.2"
6565
Pygments = "==2.9.0"

Pipfile.lock

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Wampus/requirements.txt

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
#
2+
# These requirements were autogenerated by pipenv
3+
# To regenerate from the project's Pipfile, run:
4+
#
5+
# pipenv lock --requirements
6+
#
7+
8+
-i https://pypi.org/simple/
19
appnope==0.1.2
210
asgiref==3.3.1
311
astroid==2.7.3
@@ -9,17 +17,17 @@ certifi==2021.10.8
917
charset-normalizer==2.0.6
1018
decorator==5.0.9
1119
dj-database-url==0.5.0
12-
Django==3.1.5
1320
django-cors-headers==3.10.0
1421
django-environ==0.7.0
1522
django-heroku==0.3.1
1623
django-storages==1.11.1
24+
django==3.1.14
1725
djangorestframework==3.12.4
1826
gunicorn==20.0.4
1927
idna==3.2
2028
ipykernel==5.5.5
21-
ipython==7.24.1
2229
ipython-genutils==0.2.0
30+
ipython==7.24.1
2331
isort==5.9.3
2432
jedi==0.18.0
2533
jmespath==0.10.0
@@ -32,28 +40,29 @@ parso==0.8.2
3240
pep8==1.7.1
3341
pexpect==4.8.0
3442
pickleshare==0.7.5
35-
Pillow==8.3.2
43+
pillow==8.3.2
3644
platformdirs==2.3.0
3745
prompt-toolkit==3.0.18
38-
psycopg2==2.9.1
3946
psycopg2-binary==2.8.6
47+
psycopg2==2.9.1
4048
ptyprocess==0.7.0
4149
pycodestyle==2.7.0
42-
Pygments==2.9.0
43-
pylint==2.10.2
50+
pygments==2.9.0
4451
pylint-django==2.4.4
4552
pylint-plugin-utils==0.6
53+
pylint==2.10.2
4654
python-dateutil==2.8.1
4755
pytz==2020.5
4856
pyzmq==22.1.0
4957
requests==2.26.0
5058
s3transfer==0.3.4
59+
setuptools==60.2.0; python_version >= '3.7'
5160
six==1.15.0
52-
sqlparse==0.4.2
61+
sqlparse==0.4.1
5362
toml==0.10.2
5463
tornado==6.1
5564
traitlets==5.0.5
56-
urllib3==1.26.5
65+
urllib3==1.26.2
5766
wcwidth==0.2.5
5867
whitenoise==5.2.0
5968
wrapt==1.12.1

0 commit comments

Comments
 (0)