From 761d9447abc049eca74733850e5c10e3612d5600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:56:35 +0000 Subject: [PATCH] Bump django from 5.1 to 5.1.3 Bumps [django](https://github.com/django/django) from 5.1 to 5.1.3. - [Commits](https://github.com/django/django/compare/5.1...5.1.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 14 +++++++------- requirements.txt | 20 ++++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 56e03d7..f7d362c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "5c9d8f6cfaf270e052d896eaea29d1846101b18d8b26cd5c92589df153a5549b" + "sha256": "b512c882b072c31c5b86ff28aeb271ddad6d31f00ecbd175ef56a40367a8c127" }, "pipfile-spec": 6, "requires": { @@ -58,12 +58,12 @@ }, "django": { "hashes": [ - "sha256:848a5980e8efb76eea70872fb0e4bc5e371619c70fffbe48e3e1b50b2c09455d", - "sha256:d3b811bf5371a26def053d7ee42a9df1267ef7622323fe70a601936725aa4557" + "sha256:8b38a9a12da3ae00cb0ba72da985ec4b14de6345046b1e174b1fd7254398f818", + "sha256:c0fa0e619c39325a169208caef234f90baa925227032ad3f44842ba14d75234a" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==5.1" + "version": "==5.1.3" }, "django-ninja": { "hashes": [ @@ -395,11 +395,11 @@ }, "sqlparse": { "hashes": [ - "sha256:773dcbf9a5ab44a090f3441e2180efe2560220203dc2f8c0b0fa141e18b505e4", - "sha256:bb6b4df465655ef332548e24f08e205afc81b9ab86cb1c45657a7ff173a3a00e" + "sha256:9e37b35e16d1cc652a2545f0997c1deb23ea28fa1f3eefe609eee3063c3b105f", + "sha256:e99bc85c78160918c3e1d9230834ab8d80fc06c59d03f8db2618f65f65dda55e" ], "markers": "python_version >= '3.8'", - "version": "==0.5.1" + "version": "==0.5.2" }, "sympy": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index cf76f2c..38d89c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,21 +7,21 @@ coloredlogs==15.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1 django==5.1.3; python_version >= '3.10' django-ninja==1.3.0; python_version >= '3.7' flatbuffers==24.3.25 -granian==1.6.3; python_version >= '3.8' +granian==1.5.2; python_version >= '3.8' humanfriendly==10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' magika==0.5.1; python_version < '3.13' and python_version >= '3.8' mpmath==1.3.0 numpy==1.26.4; python_version < '3.13' and python_version >= '3.9' -onnxruntime==1.20.1 -packaging==24.2; python_version >= '3.8' -protobuf==5.28.3; python_version >= '3.8' -pydantic==2.9.2; python_version >= '3.8' -pydantic-core==2.27.0; python_version >= '3.8' -pyreadline3==3.5.4; python_version >= '3.8' and sys_platform == 'win32' +onnxruntime==1.18.1 +packaging==24.1; python_version >= '3.8' +protobuf==5.27.3; python_version >= '3.8' +pydantic==2.8.2; python_version >= '3.8' +pydantic-core==2.20.1; python_version >= '3.8' +pyreadline3==3.4.1; python_version >= '3.8' and sys_platform == 'win32' python-dotenv==1.0.1; python_version >= '3.8' sqlparse==0.5.2; python_version >= '3.8' -sympy==1.13.3; python_version >= '3.8' +sympy==1.13.2; python_version >= '3.8' tabulate==0.9.0; python_version >= '3.7' -tqdm==4.67.1; python_version >= '3.7' +tqdm==4.66.5; python_version >= '3.7' typing-extensions==4.12.2; python_version < '3.13' -tzdata==2024.2; sys_platform == 'win32' +tzdata==2024.1; sys_platform == 'win32'