Skip to content

Commit da792df

Browse files
committed
bump prometheus-client 0.20.0
1 parent ab9f43b commit da792df

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

poetry.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ googlemaps = "^4.10.0"
2222
humanize = "^4.7.0"
2323
packaging = "^23.1"
2424
progress = "^1.6"
25-
prometheus-client = "^0.19.0"
25+
prometheus-client = "^0.20.0"
2626
pycron = "^3.0.0"
2727
python = ">=3.9,<3.13"
2828
python-pushsafer = "^1.1"
@@ -37,7 +37,7 @@ pre-commit = "^3.3.3"
3737
pytest = "^8.0.0"
3838
pytest-cov = "^4.1.0"
3939
pytest-mock = "^3.11.1"
40-
responses = "^0.24.1"
40+
responses = "^0.25.0"
4141

4242
[tool.poetry.scripts]
4343
scanner = "tgtg_scanner.__main__:main"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ markdown==3.5.2 ; python_version >= "3.9" and python_version < "3.13"
1919
oauthlib==3.2.2 ; python_version >= "3.9" and python_version < "3.13"
2020
packaging==23.2 ; python_version >= "3.9" and python_version < "3.13"
2121
progress==1.6 ; python_version >= "3.9" and python_version < "3.13"
22-
prometheus-client==0.19.0 ; python_version >= "3.9" and python_version < "3.13"
22+
prometheus-client==0.20.0 ; python_version >= "3.9" and python_version < "3.13"
2323
pycron==3.0.0 ; python_version >= "3.9" and python_version < "3.13"
2424
python-pushsafer==1.1 ; python_version >= "3.9" and python_version < "3.13"
2525
python-telegram-bot[callback-data]==20.8 ; python_version >= "3.9" and python_version < "3.13"

0 commit comments

Comments
 (0)