diff --git a/Pipfile b/Pipfile index 8f2aa6a..a0f76ab 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ asgiref = "==3.2.10" dj-database-url = "==0.5.0" pytz = "==2020.1" sqlparse = "==0.3.1" -Django = "==3.1.1" +Django = "==3.1.12" [requires] python_version = "3.8" diff --git a/Pipfile.lock b/Pipfile.lock index 5d5f71d..0c84c9a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2a4fe50dfa5ef447f97b2612861f8f25fef94e1bea8d81a6f9d87b77dbc6e288" + "sha256": "e189de7a031b1d93cefcb7511c297a50d7048423f12fa01de9558f58bce4e00e" }, "pipfile-spec": 6, "requires": { @@ -34,11 +34,11 @@ }, "django": { "hashes": [ - "sha256:59c8125ca873ed3bdae9c12b146fbbd6ed8d0f743e4cf5f5817af50c51f1fc2f", - "sha256:b5fbb818e751f660fa2d576d9f40c34a4c615c8b48dd383f5216e609f383371f" + "sha256:a523d62b7ab2908f551dabc32b99017a86aa7784e32b761708e52be3dce6d35d", + "sha256:dc41bf07357f1f4810c1c555b685cb51f780b41e37892d6cc92b89789f2847e1" ], "index": "pypi", - "version": "==3.1.1" + "version": "==3.1.12" }, "pytz": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 6968bdb..1339e25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,13 @@ +# +# These requirements were autogenerated by pipenv +# To regenerate from the project's Pipfile, run: +# +# pipenv lock --requirements +# + +-i https://pypi.org/simple/ asgiref==3.2.10 dj-database-url==0.5.0 -django==3.1.1 +django==3.1.12 pytz==2020.1 -sqlparse==0.3.1 \ No newline at end of file +sqlparse==0.3.1