diff --git a/Pipfile b/Pipfile index 38ac154..d728c3a 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ python-decouple = "==3.1" "urllib3" = "==1.23" djangorestframework = "==3.8.2" pytz = "==2018.5" -Django = "==2.1.1" +Django = "==2.2.10" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index d97480a..943e2e1 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "5098e6f76b564cb8d219504a72a723ca16c395d3defb83ec75cda3168f6162f3" + "sha256": "1dfe479ab44ae1a22819683808f8fc7de76b36afe35131e2910be9c386bc68a4" }, "pipfile-spec": 6, "requires": { @@ -34,11 +34,11 @@ }, "django": { "hashes": [ - "sha256:04f2e423f2e60943c02bd2959174b844f7d1bcd19eabb7f8e4282999958021fd", - "sha256:e1cc1cd6b658aa4e052f5f2b148bfda08091d7c3558529708342e37e4e33f72c" + "sha256:1226168be1b1c7efd0e66ee79b0e0b58b2caa7ed87717909cd8a57bb13a7079a", + "sha256:9a4635813e2d498a3c01b10c701fe4a515d76dd290aaa792ccb65ca4ccb6b038" ], "index": "pypi", - "version": "==2.1.1" + "version": "==2.2.10" }, "djangorestframework": { "hashes": [ @@ -79,6 +79,13 @@ "index": "pypi", "version": "==2.19.1" }, + "sqlparse": { + "hashes": [ + "sha256:40afe6b8d4b1117e7dff5504d7a8ce07d9a1b15aeeade8a2d10f130a834f8177", + "sha256:7c3dca29c022744e95b547e867cee89f4fce4373f3549ccd8797d8eb52cdb873" + ], + "version": "==0.3.0" + }, "urllib3": { "hashes": [ "sha256:a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf", diff --git a/requirements.txt b/requirements.txt index 9d747fd..d1691b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,11 @@ +-i https://pypi.org/simple/ certifi==2018.4.16 chardet==3.0.4 -Django==2.1.1 +django==2.2.10 djangorestframework==3.8.2 idna==2.7 python-decouple==3.1 pytz==2018.5 requests==2.19.1 +sqlparse==0.3.0 urllib3==1.23