Skip to content

Commit

Permalink
fix(api): remove explicit dependency on prometheus-client
Browse files Browse the repository at this point in the history
We no longer need this pinning (the original reason, which was due to using a
private interface, is no longer a problem).

Related: c350aef).
  • Loading branch information
dependabot[bot] authored and peterthomassen committed Nov 7, 2023
1 parent 50efb2a commit 9e6106c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dnspython~=2.4.2
httpretty~=1.0.5 # 1.1 breaks tests. Does not run in production, so stick to it.
pyotp~=2.9.0
psycopg~=3.1.12
prometheus-client~=0.17.1 # added to control django-prometheus' dependency version
psl-dns~=1.1.0
pylibmc~=1.6.3
pyyaml~=6.0.1
Expand Down

0 comments on commit 9e6106c

Please sign in to comment.