From d8308c49bd7a013a85acdb84056c8d410b956118 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Sun, 26 Jun 2022 07:15:41 -0400 Subject: [PATCH] Update pipfile.lock package versions --- Pipfile.lock | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 3ce01a3..9703998 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "5f3faf3af189b3ddd35bd06974896a2a4c2845d409abf40d37fbcfd7ec12dd3c" + "sha256": "7c367d69218ab51227dca258ec9c3bc7fbf33282803f1c2dc6d63decc15b798d" }, "pipfile-spec": 6, "requires": { @@ -380,11 +380,11 @@ }, "django-expanded-test-cases": { "hashes": [ - "sha256:513c5262a00733afe988957fcf5c6a5763940b0134b599a45500a8a6b3fb7c15", - "sha256:6d7b9667146450ae9f4e17a5f21c5ef953b2ddb5e1f116031b5307f546dc9a11" + "sha256:028b7f1b22d2b0720269259777a785dd78d2b10c44a466182d781dd7bf4e5096", + "sha256:ac606d0a8b25200f286abb6a340a883c187daac3c5be8ab533a57f054e13f789" ], "index": "pypi", - "version": "==0.2.0" + "version": "==0.2.1" }, "doc8": { "hashes": [ @@ -452,11 +452,11 @@ }, "importlib-metadata": { "hashes": [ - "sha256:5d26852efe48c0a32b0509ffbc583fda1a2266545a78d104a6f4aff3db17d700", - "sha256:c58c8eb8a762858f49e18436ff552e83914778e50e9d2f1660535ffb364552ec" + "sha256:637245b8bab2b6502fcbc752cc4b7a6f6243bb02b31c5c26156ad103d3d45670", + "sha256:7401a975809ea1fdc658c3aa4f78cc2195a0e019c5cbc4c06122884e9ae80c23" ], - "markers": "python_version >= '3.7'", - "version": "==4.11.4" + "markers": "python_version < '3.10'", + "version": "==4.12.0" }, "iniconfig": { "hashes": [ @@ -470,7 +470,7 @@ "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7", "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" ], - "markers": "python_full_version >= '3.6.1' and python_full_version < '4.0.0'", + "markers": "python_version < '4' and python_full_version >= '3.6.1'", "version": "==5.10.1" }, "jeepney": { @@ -850,7 +850,7 @@ "sha256:bc7861137fbce630f17b03d3ad02ad0bf978c844f3536d0edda6499dafce2b6f", "sha256:d568723a7ebd25875d8d1eaf5dfa068cd2fc8194b2e483d7b1f7c81918dbec6b" ], - "markers": "python_version >= '3.7' and python_full_version < '4.0.0'", + "markers": "python_version >= '3.7' and python_version < '4'", "version": "==2.28.0" }, "requests-toolbelt": { @@ -879,7 +879,7 @@ "sha256:4c586de507202505346f3e32d1363eb9ed6932f0c2f63184dea88983ff4971e2", "sha256:d2bbd99c320a2532ac71ff6a3164867884357da3e3301f0240090c5d2fdac7ec" ], - "markers": "python_full_version >= '3.6.3' and python_full_version < '4.0.0'", + "markers": "python_version < '4' and python_full_version >= '3.6.3'", "version": "==12.4.4" }, "rstcheck": { @@ -1022,7 +1022,7 @@ "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc", "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" ], - "markers": "python_version < '3.11'", + "markers": "python_version >= '3.7'", "version": "==2.0.1" }, "tomlkit": { @@ -1030,7 +1030,7 @@ "sha256:0f4050db66fd445b885778900ce4dd9aea8c90c4721141fde0d6ade893820ef1", "sha256:71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd" ], - "markers": "python_version >= '3.6' and python_full_version < '4.0.0'", + "markers": "python_version >= '3.6' and python_version < '4'", "version": "==0.11.0" }, "tornado": { @@ -1109,7 +1109,7 @@ "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14", "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_full_version < '4.0.0'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'", "version": "==1.26.9" }, "webencodings": { -- GitLab