Skip to content

Commit 3040068

Browse files
committed
Bump everything
1 parent dc723c2 commit 3040068

4 files changed

+67
-66
lines changed

requirements.txt

+25-27
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,39 @@
44
#
55
# pip-compile --output-file=requirements.txt pyproject.toml
66
#
7-
asgiref==3.7.2
7+
asgiref==3.8.1
88
# via django
9-
attrs==24.2.0
9+
attrs==24.3.0
1010
# via
11-
# automat
1211
# service-identity
1312
# treq
1413
# twisted
1514
# yarrharr (pyproject.toml)
16-
automat==22.10.0
15+
automat==24.8.1
1716
# via twisted
18-
certifi==2024.8.30
17+
certifi==2024.12.14
1918
# via requests
20-
cffi==1.15.1
19+
cffi==1.17.1
2120
# via cryptography
22-
charset-normalizer==3.2.0
21+
charset-normalizer==3.4.0
2322
# via requests
24-
constantly==15.1.0
23+
constantly==23.10.4
2524
# via twisted
26-
cryptography==43.0.3
25+
cryptography==44.0.0
2726
# via
2827
# pyopenssl
2928
# service-identity
30-
django==4.2.16
29+
django==4.2.17
3130
# via yarrharr (pyproject.toml)
32-
feedparser==6.0.10
31+
feedparser==6.0.11
3332
# via yarrharr (pyproject.toml)
3433
html5lib==1.1
3534
# via yarrharr (pyproject.toml)
3635
hyperlink==21.0.0
3736
# via
3837
# treq
3938
# twisted
40-
idna==3.7
39+
idna==3.10
4140
# via
4241
# hyperlink
4342
# requests
@@ -46,46 +45,45 @@ incremental==24.7.2
4645
# via
4746
# treq
4847
# twisted
49-
pyasn1==0.5.0
48+
pyasn1==0.6.1
5049
# via
5150
# pyasn1-modules
5251
# service-identity
53-
pyasn1-modules==0.3.0
52+
pyasn1-modules==0.4.1
5453
# via service-identity
55-
pycparser==2.21
54+
pycparser==2.22
5655
# via cffi
57-
pyopenssl==24.2.1
56+
pyopenssl==24.3.0
5857
# via twisted
5958
requests==2.32.3
6059
# via treq
61-
service-identity==23.1.0
60+
service-identity==24.2.0
6261
# via twisted
6362
sgmllib3k==1.0.0
6463
# via feedparser
65-
six==1.16.0
66-
# via
67-
# automat
68-
# html5lib
69-
sqlparse==0.4.4
64+
six==1.17.0
65+
# via html5lib
66+
sqlparse==0.5.3
7067
# via django
71-
tomli==2.0.1
68+
tomli==2.2.1
7269
# via incremental
7370
treq==24.9.1
7471
# via yarrharr (pyproject.toml)
75-
twisted[tls]==24.7.0
72+
twisted[tls]==24.11.0
7673
# via
7774
# treq
7875
# yarrharr (pyproject.toml)
79-
typing-extensions==4.7.1
76+
typing-extensions==4.12.2
8077
# via
8178
# asgiref
79+
# automat
8280
# treq
8381
# twisted
84-
urllib3==2.2.2
82+
urllib3==2.2.3
8583
# via requests
8684
webencodings==0.5.1
8785
# via html5lib
88-
zope-interface==6.0
86+
zope-interface==7.2
8987
# via twisted
9088

9189
# The following packages are considered to be unsafe in a requirements file:

requirements_lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
#
55
# pip-compile --output-file=requirements_lint.txt requirements_lint.in
66
#
7-
ruff==0.8.1
7+
ruff==0.8.3
88
# via -r requirements_lint.in

requirements_release.txt

+36-33
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@
44
#
55
# pip-compile --output-file=requirements_release.txt requirements_release.in
66
#
7-
anyio==4.6.2.post1
7+
anyio==4.7.0
88
# via httpx
9-
bleach==6.0.0
10-
# via readme-renderer
9+
backports-tarfile==1.2.0
10+
# via jaraco-context
1111
build==1.2.2.post1
1212
# via -r requirements_release.in
13-
certifi==2024.8.30
13+
certifi==2024.12.14
1414
# via
1515
# httpcore
1616
# httpx
1717
# requests
18-
cffi==1.15.1
18+
cffi==1.17.1
1919
# via cryptography
20-
charset-normalizer==3.2.0
20+
charset-normalizer==3.4.0
2121
# via requests
2222
click==8.1.7
2323
# via
2424
# hatch
2525
# userpath
26-
cryptography==43.0.3
26+
cryptography==44.0.0
2727
# via secretstorage
2828
distlib==0.3.9
2929
# via virtualenv
30-
docutils==0.20.1
30+
docutils==0.21.2
3131
# via readme-renderer
3232
exceptiongroup==1.2.2
3333
# via anyio
@@ -41,37 +41,45 @@ hatchling==1.27.0
4141
# via hatch
4242
httpcore==1.0.7
4343
# via httpx
44-
httpx==0.27.2
44+
httpx==0.28.1
4545
# via hatch
4646
hyperlink==21.0.0
4747
# via hatch
48-
idna==3.7
48+
idna==3.10
4949
# via
5050
# anyio
5151
# httpx
5252
# hyperlink
5353
# requests
54-
importlib-metadata==6.8.0
54+
importlib-metadata==8.5.0
5555
# via
5656
# build
5757
# keyring
5858
# twine
59-
jaraco-classes==3.3.0
59+
jaraco-classes==3.4.0
60+
# via keyring
61+
jaraco-context==6.0.1
62+
# via keyring
63+
jaraco-functools==4.1.0
6064
# via keyring
6165
jeepney==0.8.0
6266
# via
6367
# keyring
6468
# secretstorage
65-
keyring==24.2.0
69+
keyring==25.5.0
6670
# via
6771
# hatch
6872
# twine
6973
markdown-it-py==3.0.0
7074
# via rich
7175
mdurl==0.1.2
7276
# via markdown-it-py
73-
more-itertools==10.0.0
74-
# via jaraco-classes
77+
more-itertools==10.5.0
78+
# via
79+
# jaraco-classes
80+
# jaraco-functools
81+
nh3==0.2.19
82+
# via readme-renderer
7583
packaging==24.2
7684
# via
7785
# build
@@ -92,15 +100,15 @@ pluggy==1.5.0
92100
# via hatchling
93101
ptyprocess==0.7.0
94102
# via pexpect
95-
pycparser==2.21
103+
pycparser==2.22
96104
# via cffi
97-
pygments==2.15.1
105+
pygments==2.18.0
98106
# via
99107
# readme-renderer
100108
# rich
101-
pyproject-hooks==1.0.0
109+
pyproject-hooks==1.2.0
102110
# via build
103-
readme-renderer==40.0
111+
readme-renderer==44.0
104112
# via twine
105113
requests==2.32.3
106114
# via
@@ -110,25 +118,20 @@ requests-toolbelt==1.0.0
110118
# via twine
111119
rfc3986==2.0.0
112120
# via twine
113-
rich==13.5.2
121+
rich==13.9.4
114122
# via
115123
# hatch
116124
# twine
117125
secretstorage==3.3.3
118126
# via keyring
119127
shellingham==1.5.4
120128
# via hatch
121-
six==1.16.0
122-
# via bleach
123129
sniffio==1.3.1
124-
# via
125-
# anyio
126-
# httpx
127-
tomli==2.0.1
130+
# via anyio
131+
tomli==2.2.1
128132
# via
129133
# build
130134
# hatchling
131-
# pyproject-hooks
132135
tomli-w==1.1.0
133136
# via hatch
134137
tomlkit==0.13.2
@@ -138,20 +141,20 @@ trove-classifiers==2024.10.21.16
138141
twine==6.0.1
139142
# via -r requirements_release.in
140143
typing-extensions==4.12.2
141-
# via anyio
142-
urllib3==2.2.2
144+
# via
145+
# anyio
146+
# rich
147+
urllib3==2.2.3
143148
# via
144149
# requests
145150
# twine
146151
userpath==1.9.2
147152
# via hatch
148-
uv==0.5.6
153+
uv==0.5.9
149154
# via hatch
150155
virtualenv==20.28.0
151156
# via hatch
152-
webencodings==0.5.1
153-
# via bleach
154-
zipp==3.19.2
157+
zipp==3.21.0
155158
# via importlib-metadata
156159
zstandard==0.23.0
157160
# via hatch

requirements_test.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ cssselect==1.2.0
88
# via -r requirements_test.in
99
decorator==5.1.1
1010
# via pytest-twisted
11-
exceptiongroup==1.1.2
11+
exceptiongroup==1.2.2
1212
# via pytest
13-
greenlet==2.0.2
13+
greenlet==3.1.1
1414
# via pytest-twisted
1515
iniconfig==2.0.0
1616
# via pytest
@@ -20,7 +20,7 @@ packaging==24.2
2020
# via pytest
2121
pluggy==1.5.0
2222
# via pytest
23-
pytest==8.3.3
23+
pytest==8.3.4
2424
# via
2525
# -r requirements_test.in
2626
# pytest-django
@@ -29,7 +29,7 @@ pytest-django==4.9.0
2929
# via -r requirements_test.in
3030
pytest-twisted==1.14.3
3131
# via -r requirements_test.in
32-
tomli==2.0.1
32+
tomli==2.2.1
3333
# via
34-
# -c requirements.txt
34+
# -c /home/twm/dev/yarrharr/requirements.txt
3535
# pytest

0 commit comments

Comments
 (0)