Skip to content

Commit 47566b8

Browse files
committed
Bump cryptography, prometheus-client, and sphinx floors
- cryptography >=42.0.0 -> >=46.0.7 (CVE fixes in the 42.x/43.x line) - prometheus-client >=0.20.0 -> >=0.25.0 - sphinx >=7.0 -> >=7.4.7 (docs-only pin)
1 parent ec0290a commit 47566b8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dev.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies = [
2525
"paramiko>=3.4.0",
2626
"PySide6>=6.6.0",
2727
"watchdog>=4.0.0",
28-
"cryptography>=42.0.0",
29-
"prometheus_client>=0.20.0",
28+
"cryptography>=46.0.7",
29+
"prometheus_client>=0.25.0",
3030
"defusedxml>=0.7.1",
3131
"tomli>=2.0.1; python_version<\"3.11\""
3232
]

dev_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ google-api-python-client
33
google-auth-httplib2
44
google-auth-oauthlib
55
APScheduler
6-
cryptography>=42.0.0
7-
prometheus_client>=0.20.0
6+
cryptography>=46.0.7
7+
prometheus_client>=0.25.0
88
defusedxml>=0.7.1
99
twine
1010
build

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sphinx>=7.0
1+
sphinx>=7.4.7
22
sphinx-rtd-theme
33
myst-parser

stable.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies = [
2525
"paramiko>=3.4.0",
2626
"PySide6>=6.6.0",
2727
"watchdog>=4.0.0",
28-
"cryptography>=42.0.0",
29-
"prometheus_client>=0.20.0",
28+
"cryptography>=46.0.7",
29+
"prometheus_client>=0.25.0",
3030
"defusedxml>=0.7.1",
3131
"tomli>=2.0.1; python_version<\"3.11\""
3232
]

0 commit comments

Comments
 (0)