Commit 3040068 1 parent dc723c2 commit 3040068 Copy full SHA for 3040068
File tree 4 files changed +67
-66
lines changed
4 files changed +67
-66
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --output-file=requirements.txt pyproject.toml
6
6
#
7
- asgiref == 3.7.2
7
+ asgiref == 3.8.1
8
8
# via django
9
- attrs == 24.2 .0
9
+ attrs == 24.3 .0
10
10
# via
11
- # automat
12
11
# service-identity
13
12
# treq
14
13
# twisted
15
14
# yarrharr (pyproject.toml)
16
- automat == 22.10.0
15
+ automat == 24.8.1
17
16
# via twisted
18
- certifi == 2024.8.30
17
+ certifi == 2024.12.14
19
18
# via requests
20
- cffi == 1.15 .1
19
+ cffi == 1.17 .1
21
20
# via cryptography
22
- charset-normalizer == 3.2 .0
21
+ charset-normalizer == 3.4 .0
23
22
# via requests
24
- constantly == 15.1.0
23
+ constantly == 23.10.4
25
24
# via twisted
26
- cryptography == 43 .0.3
25
+ cryptography == 44 .0.0
27
26
# via
28
27
# pyopenssl
29
28
# service-identity
30
- django == 4.2.16
29
+ django == 4.2.17
31
30
# via yarrharr (pyproject.toml)
32
- feedparser == 6.0.10
31
+ feedparser == 6.0.11
33
32
# via yarrharr (pyproject.toml)
34
33
html5lib == 1.1
35
34
# via yarrharr (pyproject.toml)
36
35
hyperlink == 21.0.0
37
36
# via
38
37
# treq
39
38
# twisted
40
- idna == 3.7
39
+ idna == 3.10
41
40
# via
42
41
# hyperlink
43
42
# requests
@@ -46,46 +45,45 @@ incremental==24.7.2
46
45
# via
47
46
# treq
48
47
# twisted
49
- pyasn1 == 0.5.0
48
+ pyasn1 == 0.6.1
50
49
# via
51
50
# pyasn1-modules
52
51
# service-identity
53
- pyasn1-modules == 0.3.0
52
+ pyasn1-modules == 0.4.1
54
53
# via service-identity
55
- pycparser == 2.21
54
+ pycparser == 2.22
56
55
# via cffi
57
- pyopenssl == 24.2.1
56
+ pyopenssl == 24.3.0
58
57
# via twisted
59
58
requests == 2.32.3
60
59
# via treq
61
- service-identity == 23.1 .0
60
+ service-identity == 24.2 .0
62
61
# via twisted
63
62
sgmllib3k == 1.0.0
64
63
# 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
70
67
# via django
71
- tomli == 2.0 .1
68
+ tomli == 2.2 .1
72
69
# via incremental
73
70
treq == 24.9.1
74
71
# via yarrharr (pyproject.toml)
75
- twisted [tls ]== 24.7 .0
72
+ twisted [tls ]== 24.11 .0
76
73
# via
77
74
# treq
78
75
# yarrharr (pyproject.toml)
79
- typing-extensions == 4.7.1
76
+ typing-extensions == 4.12.2
80
77
# via
81
78
# asgiref
79
+ # automat
82
80
# treq
83
81
# twisted
84
- urllib3 == 2.2.2
82
+ urllib3 == 2.2.3
85
83
# via requests
86
84
webencodings == 0.5.1
87
85
# via html5lib
88
- zope-interface == 6.0
86
+ zope-interface == 7.2
89
87
# via twisted
90
88
91
89
# The following packages are considered to be unsafe in a requirements file:
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --output-file=requirements_lint.txt requirements_lint.in
6
6
#
7
- ruff==0.8.1
7
+ ruff==0.8.3
8
8
# via -r requirements_lint.in
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --output-file=requirements_release.txt requirements_release.in
6
6
#
7
- anyio==4.6.2.post1
7
+ anyio==4.7.0
8
8
# via httpx
9
- bleach==6.0 .0
10
- # via readme-renderer
9
+ backports-tarfile==1.2 .0
10
+ # via jaraco-context
11
11
build==1.2.2.post1
12
12
# via -r requirements_release.in
13
- certifi==2024.8.30
13
+ certifi==2024.12.14
14
14
# via
15
15
# httpcore
16
16
# httpx
17
17
# requests
18
- cffi==1.15 .1
18
+ cffi==1.17 .1
19
19
# via cryptography
20
- charset-normalizer==3.2 .0
20
+ charset-normalizer==3.4 .0
21
21
# via requests
22
22
click==8.1.7
23
23
# via
24
24
# hatch
25
25
# userpath
26
- cryptography==43 .0.3
26
+ cryptography==44 .0.0
27
27
# via secretstorage
28
28
distlib==0.3.9
29
29
# via virtualenv
30
- docutils==0.20.1
30
+ docutils==0.21.2
31
31
# via readme-renderer
32
32
exceptiongroup==1.2.2
33
33
# via anyio
@@ -41,37 +41,45 @@ hatchling==1.27.0
41
41
# via hatch
42
42
httpcore==1.0.7
43
43
# via httpx
44
- httpx==0.27.2
44
+ httpx==0.28.1
45
45
# via hatch
46
46
hyperlink==21.0.0
47
47
# via hatch
48
- idna==3.7
48
+ idna==3.10
49
49
# via
50
50
# anyio
51
51
# httpx
52
52
# hyperlink
53
53
# requests
54
- importlib-metadata==6.8 .0
54
+ importlib-metadata==8.5 .0
55
55
# via
56
56
# build
57
57
# keyring
58
58
# 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
60
64
# via keyring
61
65
jeepney==0.8.0
62
66
# via
63
67
# keyring
64
68
# secretstorage
65
- keyring==24.2 .0
69
+ keyring==25.5 .0
66
70
# via
67
71
# hatch
68
72
# twine
69
73
markdown-it-py==3.0.0
70
74
# via rich
71
75
mdurl==0.1.2
72
76
# 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
75
83
packaging==24.2
76
84
# via
77
85
# build
@@ -92,15 +100,15 @@ pluggy==1.5.0
92
100
# via hatchling
93
101
ptyprocess==0.7.0
94
102
# via pexpect
95
- pycparser==2.21
103
+ pycparser==2.22
96
104
# via cffi
97
- pygments==2.15.1
105
+ pygments==2.18.0
98
106
# via
99
107
# readme-renderer
100
108
# rich
101
- pyproject-hooks==1.0 .0
109
+ pyproject-hooks==1.2 .0
102
110
# via build
103
- readme-renderer==40 .0
111
+ readme-renderer==44 .0
104
112
# via twine
105
113
requests==2.32.3
106
114
# via
@@ -110,25 +118,20 @@ requests-toolbelt==1.0.0
110
118
# via twine
111
119
rfc3986==2.0.0
112
120
# via twine
113
- rich==13.5.2
121
+ rich==13.9.4
114
122
# via
115
123
# hatch
116
124
# twine
117
125
secretstorage==3.3.3
118
126
# via keyring
119
127
shellingham==1.5.4
120
128
# via hatch
121
- six==1.16.0
122
- # via bleach
123
129
sniffio==1.3.1
124
- # via
125
- # anyio
126
- # httpx
127
- tomli==2.0.1
130
+ # via anyio
131
+ tomli==2.2.1
128
132
# via
129
133
# build
130
134
# hatchling
131
- # pyproject-hooks
132
135
tomli-w==1.1.0
133
136
# via hatch
134
137
tomlkit==0.13.2
@@ -138,20 +141,20 @@ trove-classifiers==2024.10.21.16
138
141
twine==6.0.1
139
142
# via -r requirements_release.in
140
143
typing-extensions==4.12.2
141
- # via anyio
142
- urllib3==2.2.2
144
+ # via
145
+ # anyio
146
+ # rich
147
+ urllib3==2.2.3
143
148
# via
144
149
# requests
145
150
# twine
146
151
userpath==1.9.2
147
152
# via hatch
148
- uv==0.5.6
153
+ uv==0.5.9
149
154
# via hatch
150
155
virtualenv==20.28.0
151
156
# via hatch
152
- webencodings==0.5.1
153
- # via bleach
154
- zipp==3.19.2
157
+ zipp==3.21.0
155
158
# via importlib-metadata
156
159
zstandard==0.23.0
157
160
# via hatch
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ cssselect==1.2.0
8
8
# via -r requirements_test.in
9
9
decorator==5.1.1
10
10
# via pytest-twisted
11
- exceptiongroup==1.1 .2
11
+ exceptiongroup==1.2 .2
12
12
# via pytest
13
- greenlet==2.0.2
13
+ greenlet==3.1.1
14
14
# via pytest-twisted
15
15
iniconfig==2.0.0
16
16
# via pytest
@@ -20,7 +20,7 @@ packaging==24.2
20
20
# via pytest
21
21
pluggy==1.5.0
22
22
# via pytest
23
- pytest==8.3.3
23
+ pytest==8.3.4
24
24
# via
25
25
# -r requirements_test.in
26
26
# pytest-django
@@ -29,7 +29,7 @@ pytest-django==4.9.0
29
29
# via -r requirements_test.in
30
30
pytest-twisted==1.14.3
31
31
# via -r requirements_test.in
32
- tomli==2.0 .1
32
+ tomli==2.2 .1
33
33
# via
34
- # -c requirements.txt
34
+ # -c /home/twm/dev/yarrharr/ requirements.txt
35
35
# pytest
You can’t perform that action at this time.
0 commit comments