Skip to content

Commit 5e3b8cf

Browse files
authored
Update dependencies (#246)
Signed-off-by: Mihai Criveti <[email protected]>
1 parent e3b2c15 commit 5e3b8cf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ maintainers = [
4747
# ----------------------------------------------------------------
4848
dependencies = [
4949
"alembic>=1.16.2",
50-
"cryptography>=45.0.4",
50+
"cryptography>=45.0.5",
5151
"fastapi>=0.115.14",
5252
"filelock>=3.18.0",
5353
"gunicorn>=23.0.0",
@@ -107,7 +107,7 @@ dev = [
107107
"check-manifest>=0.50",
108108
"code2flow>=2.5.1",
109109
"cookiecutter>=2.6.0",
110-
"coverage>=7.9.1",
110+
"coverage>=7.9.2",
111111
"coverage-badge>=1.1.2",
112112
"darglint>=1.8.1",
113113
"fawltydeps>=0.20.0",
@@ -124,30 +124,30 @@ dev = [
124124
"pylint>=3.3.7",
125125
"pylint-pydantic>=0.3.5",
126126
"pyre-check>=0.9.23",
127-
"pyrefly>=0.21.0",
127+
"pyrefly>=0.22.2",
128128
"pyright>=1.1.402",
129-
"pyroma>=4.2",
129+
"pyroma>=4.3.3",
130130
"pyspelling>=2.10",
131131
"pytest>=8.4.1",
132132
"pytest-asyncio>=1.0.0",
133133
"pytest-cov>=6.2.1",
134134
"pytest-examples>=0.0.18",
135135
"pytest-md-report>=0.7.0",
136136
"pytest-rerunfailures>=15.1",
137-
"pytest-xdist>=3.7.0",
137+
"pytest-xdist>=3.8.0",
138138
"pytype>=2024.10.11",
139139
"radon>=6.0.1",
140140
"redis>=6.2.0",
141-
"ruff>=0.12.1",
141+
"ruff>=0.12.2",
142142
"settings-doc>=4.3.2",
143143
"snakeviz>=2.2.2",
144144
"tomlcheck>=0.2.3",
145145
"tox>=4.27.0",
146146
"tox-uv>=1.26.1",
147147
"twine>=6.1.0",
148-
"ty>=0.0.1a12",
148+
"ty>=0.0.1a13",
149149
"types-tabulate>=0.9.0.20241207",
150-
"uv>=0.7.17",
150+
"uv>=0.7.19",
151151
"yamllint>=1.37.1",
152152
]
153153

0 commit comments

Comments
 (0)