aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-07 20:39:19 +0000
committerGravatar GitHub <[email protected]>2023-05-07 20:39:19 +0000
commit4b2faa67d0267c999a093d51fb8c99900f0a6a4d (patch)
treecaf0354e486f2e7493c39521da48aa5f5e712095
parentBump pre-commit from 3.3.0 to 3.3.1 (#958) (diff)
Bump django-prometheus from 2.2.0 to 2.3.1
Bumps [django-prometheus](https://github.com/korfuri/django-prometheus) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/korfuri/django-prometheus/releases) - [Changelog](https://github.com/korfuri/django-prometheus/blob/master/CHANGELOG.md) - [Commits](https://github.com/korfuri/django-prometheus/compare/v2.2.0...v2.3.1) --- updated-dependencies: - dependency-name: django-prometheus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index e0d10536..cec0563c 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -486,14 +486,14 @@ Django = ">=3.2"
[[package]]
name = "django-prometheus"
-version = "2.2.0"
+version = "2.3.1"
description = "Django middlewares to monitor your application with Prometheus.io."
category = "main"
optional = false
python-versions = "*"
files = [
- {file = "django-prometheus-2.2.0.tar.gz", hash = "sha256:240378a1307c408bd5fc85614a3a57f1ce633d4a222c9e291e2bbf325173b801"},
- {file = "django_prometheus-2.2.0-py2.py3-none-any.whl", hash = "sha256:e6616770d8820b8834762764bf1b76ec08e1b98e72a6f359d488a2e15fe3537c"},
+ {file = "django-prometheus-2.3.1.tar.gz", hash = "sha256:f9c8b6c780c9419ea01043c63a437d79db2c33353451347894408184ad9c3e1e"},
+ {file = "django_prometheus-2.3.1-py2.py3-none-any.whl", hash = "sha256:cf9b26f7ba2e4568f08f8f91480a2882023f5908579681bcf06a4d2465f12168"},
]
[package.dependencies]
@@ -1509,4 +1509,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "c89b0bb4fe74f975691ba236c7d63163a321507021c929a59f3cb25a43f68c52"
+content-hash = "92cdc235ecd701ef9bb59a702e13a3309dcfd44871ab7353a7380aa34e5884c0"
diff --git a/pyproject.toml b/pyproject.toml
index 743fb717..28efa3e4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ django = "4.2.1"
django-distill = "3.1.3"
django-environ = "0.10.0"
django-filter = "23.2"
-django-prometheus = "2.2.0"
+django-prometheus = "2.3.1"
django-simple-bulma = "2.5.0"
djangorestframework = "3.14.0"
gunicorn = "20.1.0"