From 8eaccd957fb1e188a53e159d3f448412891d7ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:57:00 +0000 Subject: [PATCH] Bump gprof2dot from 2022.7.29 to 2024.6.6 Bumps [gprof2dot](https://github.com/jrfonseca/gprof2dot) from 2022.7.29 to 2024.6.6. - [Release notes](https://github.com/jrfonseca/gprof2dot/releases) - [Commits](https://github.com/jrfonseca/gprof2dot/compare/2022.07.29...2024.06.06) --- updated-dependencies: - dependency-name: gprof2dot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 827a80b78a..7afe894b58 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "amqp" @@ -1213,13 +1213,13 @@ grpc = ["grpcio (>=1.44.0,<2.0.0.dev0)"] [[package]] name = "gprof2dot" -version = "2022.7.29" +version = "2024.6.6" description = "Generate a dot graph from the output of several profilers." optional = false -python-versions = ">=2.7" +python-versions = ">=3.8" files = [ - {file = "gprof2dot-2022.7.29-py2.py3-none-any.whl", hash = "sha256:f165b3851d3c52ee4915eb1bd6cca571e5759823c2cd0f71a79bda93c2dc85d6"}, - {file = "gprof2dot-2022.7.29.tar.gz", hash = "sha256:45b4d298bd36608fccf9511c3fd88a773f7a1abc04d6cd39445b11ba43133ec5"}, + {file = "gprof2dot-2024.6.6-py2.py3-none-any.whl", hash = "sha256:45b14ad7ce64e299c8f526881007b9eb2c6b75505d5613e96e66ee4d5ab33696"}, + {file = "gprof2dot-2024.6.6.tar.gz", hash = "sha256:fa1420c60025a9eb7734f65225b4da02a10fc6dd741b37fa129bc6b41951e5ab"}, ] [[package]] @@ -3107,4 +3107,4 @@ caching = ["psycopg2"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "55a993bdb10bb6c73e73011a5b62e43b62c028d2523fa7073dc54244bf7cb927" +content-hash = "a0e69e46e75b178123710f2fe74661518a5f7d72f9325d035897456a5b618f5f" diff --git a/pyproject.toml b/pyproject.toml index 88c1484137..31dc524dba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ django-celery-results = "2.4.0" django-cors-headers = "3.13.0" django-manifest-loader = "1.0.0" flake8-black = "0.3.6" -gprof2dot = "2022.7.29" +gprof2dot = "2024.6.6" gunicorn = "20.1.0" isodate = "0.6.1" jsonfield = "3.1.0"