diff --git a/Pipfile b/Pipfile index 6986f929..071b3f07 100644 --- a/Pipfile +++ b/Pipfile @@ -31,7 +31,7 @@ mysqlclient = "==2.2.4" pipenv = "*" pycparser = "==2.21" pyjwt = "==2.8.0" -python-dateutil = "==2.8.2" +python-dateutil = "==2.9.0.post0" python-dotenv = "==1.0.0" python-editor = "==1.0.4" python-http-client = "==3.3.7" diff --git a/Pipfile.lock b/Pipfile.lock index 05070f42..789c9329 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "605f793e000ed797f60ff3da56c4beffba20214f4571511ddacf5c3f1e97b552" + "sha256": "2cb7a9c4d8839574d19a99f0f260fa79c7b12be9143c65c43fa281e9aed3afc1" }, "pipfile-spec": 6, "requires": { @@ -578,12 +578,12 @@ }, "python-dateutil": { "hashes": [ - "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86", - "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" + "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", + "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" ], "index": "pypi", "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==2.8.2" + "version": "==2.9.0.post0" }, "python-dotenv": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 5b7c26df..e360cd4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ pluggy==1.4.0; python_version >= '3.8' pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pyjwt==2.8.0; python_version >= '3.7' pytest==8.0.1; python_version >= '3.8' -python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' python-dotenv==1.0.0; python_version >= '3.8' python-editor==1.0.4 python-http-client==3.3.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'