File tree 6 files changed +109
-108
lines changed
personal_website/templates 6 files changed +109
-108
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ fail_fast: true
4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v3.3 .0
7
+ rev : v3.4 .0
8
8
hooks :
9
9
- id : trailing-whitespace
10
10
- id : end-of-file-fixer
Original file line number Diff line number Diff line change 97
97
98
98
<!-- Bootstrap JS and its dependencies-->
99
99
< script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js " integrity ="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo " crossorigin ="anonymous "> </ script >
100
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3 /umd/popper.min.js " integrity ="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49 " crossorigin ="anonymous "> </ script >
100
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1 /umd/popper.min.js " integrity ="sha512-ubuT8Z88WxezgSqf3RLuNi5lmjstiJcyezx34yIU2gAHonIi27Na7atqzUZCOoY4CExaoFumzOsFQ2Ch+I/HCw== " crossorigin ="anonymous "> </ script >
101
101
< script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js " integrity ="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM " crossorigin ="anonymous "> </ script >
102
102
103
103
<!-- Your stuff: Third-party javascript libraries go here -->
Original file line number Diff line number Diff line change 1
- pytz==2020.4 # https://github.com/stub42/pytz
1
+ pytz==2020.5 # https://github.com/stub42/pytz
2
2
python-slugify==4.0.1 # https://github.com/un33k/python-slugify
3
3
Pillow==8.0.1 # https://github.com/python-pillow/Pillow
4
4
argon2-cffi==20.1.0 # https://github.com/hynek/argon2_cffi
@@ -8,12 +8,12 @@ hiredis==1.1.0 # https://github.com/redis/hiredis-py
8
8
9
9
# Django
10
10
# ------------------------------------------------------------------------------
11
- django==3.0.11 # pyup: < 3.1 # https://www.djangoproject.com/
11
+ django==3.1.4 # pyup: < 3.1 # https://www.djangoproject.com/
12
12
django-environ==0.4.5 # https://github.com/joke2k/django-environ
13
13
django-model-utils==4.1.1 # https://github.com/jazzband/django-model-utils
14
14
django-allauth==0.44.0 # https://github.com/pennersr/django-allauth
15
15
django-crispy-forms==1.10.0 # https://github.com/django-crispy-forms/django-crispy-forms
16
16
django-redis==4.12.1 # https://github.com/jazzband/django-redis
17
17
# Django REST Framework
18
18
djangorestframework==3.12.2 # https://github.com/encode/django-rest-framework
19
- django-cors-headers==3.5 .0 # https://github.com/adamchainz/django-cors-headers
19
+ django-cors-headers==3.6 .0 # https://github.com/adamchainz/django-cors-headers
Original file line number Diff line number Diff line change @@ -8,22 +8,22 @@ psycopg2==2.8.6 # https://github.com/psycopg/psycopg2
8
8
# ------------------------------------------------------------------------------
9
9
mypy==0.790 # https://github.com/python/mypy
10
10
django-stubs==1.7.0 # https://github.com/typeddjango/django-stubs
11
- pytest==6.1.2 # https://github.com/pytest-dev/pytest
11
+ pytest==6.2.1 # https://github.com/pytest-dev/pytest
12
12
pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar
13
13
14
14
# Documentation
15
15
# ------------------------------------------------------------------------------
16
- sphinx==3.3 .1 # https://github.com/sphinx-doc/sphinx
16
+ sphinx==3.4 .1 # https://github.com/sphinx-doc/sphinx
17
17
sphinx-autobuild==2020.9.1 # https://github.com/GaretJax/sphinx-autobuild
18
18
19
19
# Code quality
20
20
# ------------------------------------------------------------------------------
21
21
flake8==3.8.4 # https://github.com/PyCQA/flake8
22
22
flake8-isort==4.0.0 # https://github.com/gforcada/flake8-isort
23
- coverage==5.3 # https://github.com/nedbat/coveragepy
23
+ coverage==5.3.1 # https://github.com/nedbat/coveragepy
24
24
black==20.8b1 # https://github.com/ambv/black
25
25
pylint-django==2.3.0 # https://github.com/PyCQA/pylint-django
26
- pre-commit==2.9.2 # https://github.com/pre-commit/pre-commit
26
+ pre-commit==2.9.3 # https://github.com/pre-commit/pre-commit
27
27
28
28
# Django
29
29
# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"aos" : " 3.0.0-beta.6" ,
13
- "axios" : " 0.21.0 " ,
13
+ "axios" : " 0.21.1 " ,
14
14
"bulma" : " 0.9.1" ,
15
- "core-js" : " 3.7.0 " ,
15
+ "core-js" : " 3.8.1 " ,
16
16
"moment" : " 2.29.1" ,
17
17
"vue" : " 2.6.12" ,
18
18
"vue-gtag" : " ^1.10.0" ,
23
23
"@vue/cli-plugin-babel" : " 4.5.8" ,
24
24
"@vue/cli-plugin-eslint" : " ~4.5.0" ,
25
25
"@vue/cli-service" : " 4.5.8" ,
26
- "@vue/eslint-config-airbnb" : " ^5.0.2 " ,
26
+ "@vue/eslint-config-airbnb" : " 5.3.0 " ,
27
27
"babel-eslint" : " ^10.1.0" ,
28
- "eslint" : " 7.12.1 " ,
28
+ "eslint" : " 7.16.0 " ,
29
29
"eslint-config-prettier" : " ^6.15.0" ,
30
30
"eslint-plugin-import" : " ^2.20.2" ,
31
- "eslint-plugin-prettier" : " ^3.1.4 " ,
32
- "eslint-plugin-vue" : " 7.1 .0" ,
31
+ "eslint-plugin-prettier" : " 3.3.0 " ,
32
+ "eslint-plugin-vue" : " 7.3 .0" ,
33
33
"vue-template-compiler" : " 2.6.12" ,
34
34
"webpack-bundle-tracker" : " 1.0.0-alpha.1"
35
35
},
You can’t perform that action at this time.
0 commit comments