diff --git a/Pipfile b/Pipfile index 4e75432..13d2ae3 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] crispy-bootstrap5 = "~=0.6" -django = "~=3.2.12" +django = "~=4.0.3" django-bootstrap-pagination = "~=1.7.1" django-crispy-forms = "~=1.14.0" django-extensions = "~=3.1.5" diff --git a/Pipfile.lock b/Pipfile.lock index 80a3a26..4acd057 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "bbec4fa3c9b092dbf5ff6c2d3a9c11f37f9bcdf863b6d5dae461e6ceca7291c8" + "sha256": "4823144e4a76da54fbc979b928b4ac13ba620b9d44c2c6d7a409bf77ca08aff0" }, "pipfile-spec": 6, "requires": { @@ -160,11 +160,11 @@ }, "django": { "hashes": [ - "sha256:9772e6935703e59e993960832d66a614cf0233a1c5123bc6224ecc6ad69e41e2", - "sha256:9b06c289f9ba3a8abea16c9c9505f25107809fb933676f6c891ded270039d965" + "sha256:1239218849e922033a35d2a2f777cb8bee18bd725416744074f455f34ff50d0c", + "sha256:77ff2e7050e3324c9b67e29b6707754566f58514112a9ac73310f60cd5261930" ], "index": "pypi", - "version": "==3.2.12" + "version": "==4.0.3" }, "django-bootstrap-pagination": { "hashes": [ @@ -345,13 +345,6 @@ ], "version": "==3.2.0" }, - "pytz": { - "hashes": [ - "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7", - "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c" - ], - "version": "==2022.1" - }, "requests": { "hashes": [ "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61", @@ -566,11 +559,11 @@ }, "django": { "hashes": [ - "sha256:9772e6935703e59e993960832d66a614cf0233a1c5123bc6224ecc6ad69e41e2", - "sha256:9b06c289f9ba3a8abea16c9c9505f25107809fb933676f6c891ded270039d965" + "sha256:1239218849e922033a35d2a2f777cb8bee18bd725416744074f455f34ff50d0c", + "sha256:77ff2e7050e3324c9b67e29b6707754566f58514112a9ac73310f60cd5261930" ], "index": "pypi", - "version": "==3.2.12" + "version": "==4.0.3" }, "django-stubs": { "hashes": [ @@ -881,7 +874,7 @@ "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42", "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2" ], - "markers": "python_version < '3.10'", + "markers": "python_version >= '3.6'", "version": "==4.1.1" }, "wrapt": {