diff --git a/Pipfile b/Pipfile index 4e75432..d331381 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ django-bootstrap-pagination = "~=1.7.1" django-crispy-forms = "~=1.14.0" django-extensions = "~=3.1.5" gunicorn = "~=20.1.0" -ipython = "~=8.1.1" +ipython = "~=8.2.0" mistune = "~=2.0.2" psycopg2 = "~=2.9.3" pygments = "~=2.11.2" diff --git a/Pipfile.lock b/Pipfile.lock index 80a3a26..261f0c0 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "bbec4fa3c9b092dbf5ff6c2d3a9c11f37f9bcdf863b6d5dae461e6ceca7291c8" + "sha256": "4cff28910f87f0508ee3cb5d0cd5e81504e96b852d2f5ca4901e43f324bd5b9c" }, "pipfile-spec": 6, "requires": { @@ -215,11 +215,11 @@ }, "ipython": { "hashes": [ - "sha256:6f56bfaeaa3247aa3b9cd3b8cbab3a9c0abf7428392f97b21902d12b2f42a381", - "sha256:8138762243c9b3a3ffcf70b37151a2a35c23d3a29f9743878c33624f4207be3d" + "sha256:1b672bfd7a48d87ab203d9af8727a3b0174a4566b4091e9447c22fb63ea32857", + "sha256:70e5eb132cac594a34b5f799bd252589009905f05104728aea6a403ec2519dc1" ], "index": "pypi", - "version": "==8.1.1" + "version": "==8.2.0" }, "jedi": { "hashes": [ @@ -370,11 +370,11 @@ }, "setuptools": { "hashes": [ - "sha256:89eef7b71423ab7fccc7dfafdc145410ef170c4a89567427f932448135e08cdf", - "sha256:92b15f45ab164eb0c410d2bf661a6e9d15e3b78c0dffb0325f2bf0f313071cae" + "sha256:8f4813dd6a4d6cc17bde85fb2e635fe19763f96efbb0ddf5575562e5ee0bc47a", + "sha256:c3d4e2ab578fbf83775755cd76dae73627915a22832cf4ea5de895978767833b" ], "markers": "python_version >= '3.7'", - "version": "==61.1.1" + "version": "==61.2.0" }, "six": { "hashes": [ @@ -458,11 +458,11 @@ }, "astroid": { "hashes": [ - "sha256:33f1c15fe9661348a50b7ec6789947089ead2a5de727bb4782d530d9d2fff2c8", - "sha256:e3ae0984c28b7bae2a107dffbc6e9acecf9b06506322f3465e914405dd652394" + "sha256:8d0a30fe6481ce919f56690076eafbb2fb649142a89dc874f1ec0e7a011492d0", + "sha256:cc8cc0d2d916c42d0a7c476c57550a4557a083081976bf42a73414322a6411d9" ], "markers": "python_full_version >= '3.6.2'", - "version": "==2.11.1" + "version": "==2.11.2" }, "autopep8": { "hashes": [ @@ -786,11 +786,11 @@ }, "setuptools": { "hashes": [ - "sha256:89eef7b71423ab7fccc7dfafdc145410ef170c4a89567427f932448135e08cdf", - "sha256:92b15f45ab164eb0c410d2bf661a6e9d15e3b78c0dffb0325f2bf0f313071cae" + "sha256:8f4813dd6a4d6cc17bde85fb2e635fe19763f96efbb0ddf5575562e5ee0bc47a", + "sha256:c3d4e2ab578fbf83775755cd76dae73627915a22832cf4ea5de895978767833b" ], "markers": "python_version >= '3.7'", - "version": "==61.1.1" + "version": "==61.2.0" }, "sqlparse": { "hashes": [ @@ -881,7 +881,7 @@ "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42", "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2" ], - "markers": "python_version < '3.10'", + "markers": "python_version >= '3.6'", "version": "==4.1.1" }, "wrapt": {