Skip to content

Commit 3ccba2d

Browse files
Bump ruff from 0.11.0 to 0.11.1
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.0...0.11.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f32052 commit 3ccba2d

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

requirements.txt

+19-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ asgiref==3.7.2
1212
# via datasette
1313
attrs==25.3.0
1414
# via -r requirements.in
15+
backports-tarfile==1.2.0
16+
# via jaraco-context
1517
beautifulsoup4==4.13.3
1618
# via -r requirements.in
1719
boto3==1.35.26
@@ -47,6 +49,10 @@ datasette==0.65.1
4749
# datasette-render-image-tags
4850
datasette-render-image-tags==0.1
4951
# via -r requirements.in
52+
exceptiongroup==1.2.2
53+
# via
54+
# anyio
55+
# pytest
5056
flexcache==0.3
5157
# via datasette
5258
flexparser==0.3.1
@@ -72,6 +78,8 @@ idna==3.6
7278
# anyio
7379
# httpx
7480
# hyperlink
81+
importlib-metadata==8.6.1
82+
# via keyring
7583
iniconfig==2.0.0
7684
# via pytest
7785
itsdangerous==2.1.2
@@ -145,7 +153,7 @@ python-multipart==0.0.6
145153
# via asgi-csrf
146154
pyyaml==6.0.1
147155
# via datasette
148-
ruff==0.11.0
156+
ruff==0.11.1
149157
# via -r requirements.in
150158
s3transfer==0.10.2
151159
# via boto3
@@ -165,20 +173,29 @@ tabulate==0.9.0
165173
# via sqlite-utils
166174
termcolor==2.5.0
167175
# via -r requirements.in
176+
tomli==2.2.1
177+
# via
178+
# pipx
179+
# pytest
168180
tqdm==4.67.1
169181
# via -r requirements.in
170182
typing-extensions==4.9.0
171183
# via
184+
# asgiref
172185
# beautifulsoup4
173186
# datasette
174187
# flexcache
175188
# flexparser
176189
# janus
177-
urllib3==2.0.7
190+
# pypdf
191+
# uvicorn
192+
urllib3==1.26.20
178193
# via botocore
179194
userpath==1.9.2
180195
# via pipx
181196
uvicorn==0.25.0
182197
# via datasette
183198
yt-dlp==2025.2.19
184199
# via -r requirements.in
200+
zipp==3.21.0
201+
# via importlib-metadata

0 commit comments

Comments
 (0)