Bump prometheus-flask-exporter in /spiffworkflow-backend (#1931)

Bumps [prometheus-flask-exporter](https://github.com/rycus86/prometheus_flask_exporter) from 0.23.0 to 0.23.1.
- [Commits](https://github.com/rycus86/prometheus_flask_exporter/compare/0.23.0...0.23.1)

---
updated-dependencies:
- dependency-name: prometheus-flask-exporter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-07-16 15:03:22 +00:00 committed by GitHub
parent 3ef43e0589
commit 8ebd96b310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -1801,13 +1801,13 @@ twisted = ["twisted"]
[[package]]
name = "prometheus-flask-exporter"
version = "0.23.0"
version = "0.23.1"
description = "Prometheus metrics exporter for Flask"
optional = false
python-versions = "*"
files = [
{file = "prometheus_flask_exporter-0.23.0-py3-none-any.whl", hash = "sha256:7a026b4fdd54ebeddb77589333efe3a1ec43c7c717468825b0b3e9b6c33f7e9e"},
{file = "prometheus_flask_exporter-0.23.0.tar.gz", hash = "sha256:e4e6beb1b8e1e164da6d70fe1edefc95ef184f113b5047f66f4b7262233da9c0"},
{file = "prometheus_flask_exporter-0.23.1-py3-none-any.whl", hash = "sha256:ab49b2c40b57cd35cd51e91e59b3c306b3754477095c4f3cf679034c5122398c"},
{file = "prometheus_flask_exporter-0.23.1.tar.gz", hash = "sha256:587c770a1061e93d72c5cbcdefbd7b633fb764e39dffd7dd16932c9124559244"},
]
[package.dependencies]
@ -3406,4 +3406,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.13"
content-hash = "92e2b35ad2400b5a5ee67dee3b731a5ba8f65e72e05ddd490c5dd05e41f5bbaf"
content-hash = "3781b5b14bf0fdbdd4455406bc286cb209547e5cf0c687d3cdcd9baebb0dc3c6"

View File

@ -69,7 +69,7 @@ simplejson = "^3.17.6"
pytz = "^2024.1"
dateparser = "^1.2.0"
cryptography = "^42.0"
prometheus-flask-exporter = "^0.23.0"
prometheus-flask-exporter = "^0.23.1"
sqlalchemy = "^2.0.31"
marshmallow-sqlalchemy = "^1.0.0"