mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 09:40:16 -04:00
build(deps): bump dependencies
This commit is contained in:
parent
b5899bc56a
commit
3fe56165dd
10
Pipfile
10
Pipfile
|
@ -8,7 +8,7 @@ crispy-bootstrap5 = "~=0.3.1"
|
||||||
django = "~=3.2"
|
django = "~=3.2"
|
||||||
django-bootstrap-pagination = "~=1.7.1"
|
django-bootstrap-pagination = "~=1.7.1"
|
||||||
django-crispy-forms = "~=1.11.2"
|
django-crispy-forms = "~=1.11.2"
|
||||||
django-extensions = "~=3.1.2"
|
django-extensions = "~=3.1.3"
|
||||||
gunicorn = "~=20.1.0"
|
gunicorn = "~=20.1.0"
|
||||||
ipython = "~=7.22.0"
|
ipython = "~=7.22.0"
|
||||||
psycopg2 = "~=2.8.6"
|
psycopg2 = "~=2.8.6"
|
||||||
|
@ -19,14 +19,14 @@ whitenoise = "~=5.2.0"
|
||||||
autopep8 = "~=1.5.6"
|
autopep8 = "~=1.5.6"
|
||||||
black = "==20.8b1"
|
black = "==20.8b1"
|
||||||
coverage = "~=5.5"
|
coverage = "~=5.5"
|
||||||
django-stubs = "~=1.7.0"
|
django-stubs = "~=1.8.0"
|
||||||
flake8 = "~=3.9.0"
|
flake8 = "~=3.9.1"
|
||||||
isort = "~=5.8.0"
|
isort = "~=5.8.0"
|
||||||
mypy = "~=0.812"
|
mypy = "~=0.812"
|
||||||
pylint = "~=2.7.4"
|
pylint = "~=2.7.4"
|
||||||
pylint-django = "~=2.4.2"
|
pylint-django = "~=2.4.3"
|
||||||
pyyaml = "~=5.4.1"
|
pyyaml = "~=5.4.1"
|
||||||
typed-ast = "~=1.4.2" # Required by black, but Pipenv doesn't pull it in correctly on 3.8
|
typed-ast = "~=1.4.3" # Required by black, but Pipenv doesn't pull it in correctly on 3.8
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.9"
|
python_version = "3.9"
|
||||||
|
|
16
Pipfile.lock
generated
16
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "7acf3652f76921f8340efd0ee531ac934a859593802eb992ac75a380518057e9"
|
"sha256": "ba6a6be9cb398b510d001a3ca60fd889fde91282a151e4199c2f454c01ebd45e"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
@ -501,11 +501,19 @@
|
||||||
},
|
},
|
||||||
"django-stubs": {
|
"django-stubs": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:30a7d99c694acf79c5d93d69a5a8e4b54d2a8c11dd672aa869006789e2189fa6",
|
"sha256:717967d7fee0a6af0746724a0be80d72831a982a40fa8f245a6a46f4cafd157b",
|
||||||
"sha256:ddd190aca5b9adb4d30760d5c64f67cb3658703f5f42c3bb0c2c71ff4d752c39"
|
"sha256:bde9e44e3c4574c2454e74a3e607cc3bc23b0441bb7d1312cd677d5e30984b74"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==1.7.0"
|
"version": "==1.8.0"
|
||||||
|
},
|
||||||
|
"django-stubs-ext": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:bd4a1e36ef2ba0ef15801933c85c68e59b383302c873795c6ecfc25950c7ecdb",
|
||||||
|
"sha256:c14f297835a42c1122421ec7e2d06579996b29d33b8016002762afa5d78863af"
|
||||||
|
],
|
||||||
|
"markers": "python_version >= '3.6'",
|
||||||
|
"version": "==0.2.0"
|
||||||
},
|
},
|
||||||
"flake8": {
|
"flake8": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user