Skip to content

Commit 35df14b

Browse files
committed
bump bump bump
This commit was sponsored by tdsmith, Cassie Jones, Jason Walker, and my other patrons. If you want to join them, you can support my work at https://glyph.im/patrons/.
1 parent 90fd0b4 commit 35df14b

4 files changed

+30
-72
lines changed

Linux-gui.requirements.txt

+10-46
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,33 @@
44
#
55
# pip-compile --allow-unsafe --extra=gui --no-emit-index-url --output-file=Linux-gui.requirements.txt --strip-extras
66
#
7-
attrs==24.2.0
7+
attrs==25.1.0
88
# via
99
# service-identity
1010
# twisted
1111
automat==24.8.1
1212
# via twisted
13-
build==1.2.2.post1
14-
# via pip-tools
1513
cffi==1.17.1
1614
# via cryptography
17-
click==8.1.7
18-
# via pip-tools
1915
constantly==23.10.4
2016
# via twisted
21-
cryptography==44.0.0
17+
cryptography==44.0.1
2218
# via
2319
# pyopenssl
2420
# service-identity
25-
datetype==2024.2.28
21+
datetype==2025.2.13
2622
# via
2723
# Pomodouroboros (pyproject.toml)
2824
# fritter
2925
ewmh==0.1.6 ; sys_platform == "linux"
3026
# via Pomodouroboros (pyproject.toml)
3127
fritter==0.0.9
3228
# via Pomodouroboros (pyproject.toml)
33-
h2==4.1.0
29+
h2==4.2.0
3430
# via twisted
35-
hpack==4.0.0
31+
hpack==4.1.0
3632
# via h2
37-
hyperframe==6.0.1
33+
hyperframe==6.1.0
3834
# via h2
3935
hyperlink==21.0.0
4036
# via twisted
@@ -44,18 +40,6 @@ idna==3.10
4440
# twisted
4541
incremental==24.7.2
4642
# via twisted
47-
mypy==1.13.0
48-
# via
49-
# Pomodouroboros (pyproject.toml)
50-
# mypy-zope
51-
mypy-extensions==1.0.0
52-
# via mypy
53-
mypy-zope==1.0.9
54-
# via Pomodouroboros (pyproject.toml)
55-
packaging==24.2
56-
# via build
57-
pip-tools==7.4.1
58-
# via Pomodouroboros (pyproject.toml)
5943
priority==1.3.0
6044
# via twisted
6145
pyasn1==0.6.1
@@ -74,12 +58,8 @@ pydbus==0.6.0 ; sys_platform == "linux"
7458
# via Pomodouroboros (pyproject.toml)
7559
pygobject==3.50.0 ; sys_platform == "linux"
7660
# via Pomodouroboros (pyproject.toml)
77-
pyopenssl==24.3.0
61+
pyopenssl==25.0.0
7862
# via twisted
79-
pyproject-hooks==1.2.0
80-
# via
81-
# build
82-
# pip-tools
8363
python-dateutil==2.9.0.post0
8464
# via Pomodouroboros (pyproject.toml)
8565
python-xlib==0.33 ; sys_platform == "linux"
@@ -94,36 +74,20 @@ six==1.17.0
9474
# python-xlib
9575
twisted==24.11.0
9676
# via Pomodouroboros (pyproject.toml)
97-
types-python-dateutil==2.9.0.20241206
98-
# via Pomodouroboros (pyproject.toml)
9977
typing-extensions==4.12.2
10078
# via
101-
# mypy
79+
# pyopenssl
10280
# twisted
103-
tzdata==2024.2
81+
tzdata==2025.1
10482
# via fritter
10583
ulid-py==1.1.0
10684
# via Pomodouroboros (pyproject.toml)
107-
wheel==0.45.1
108-
# via pip-tools
109-
zope-event==5.0
110-
# via zope-schema
11185
zope-interface==7.2
112-
# via
113-
# mypy-zope
114-
# twisted
115-
# zope-schema
116-
zope-schema==7.0.1
117-
# via mypy-zope
86+
# via twisted
11887

11988
# The following packages are considered to be unsafe in a requirements file:
120-
pip==24.3.1
121-
# via pip-tools
12289
setuptools==70.3.0
12390
# via
12491
# Pomodouroboros (pyproject.toml)
12592
# incremental
126-
# pip-tools
127-
# zope-event
12893
# zope-interface
129-
# zope-schema

dev-requirements.txt

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --extra=dev --no-emit-index-url --output-file=dev-requirements.txt --strip-extras
@@ -25,21 +25,21 @@ click==8.1.8
2525
# pip-tools
2626
constantly==23.10.4
2727
# via twisted
28-
cryptography==44.0.0
28+
cryptography==44.0.1
2929
# via
3030
# pyopenssl
3131
# service-identity
32-
datetype==2024.2.28
32+
datetype==2025.2.13
3333
# via
3434
# Pomodouroboros (pyproject.toml)
3535
# fritter
3636
delocate==0.13.0
3737
# via encrust
38-
encrust==2025.1.28 ; sys_platform == "darwin"
38+
encrust==2025.2.25 ; sys_platform == "darwin"
3939
# via Pomodouroboros (pyproject.toml)
4040
fritter==0.0.9
4141
# via Pomodouroboros (pyproject.toml)
42-
h2==4.1.0
42+
h2==4.2.0
4343
# via twisted
4444
hpack==4.1.0
4545
# via h2
@@ -59,13 +59,13 @@ macholib==1.16.3
5959
# py2app
6060
modulegraph==0.19.6
6161
# via py2app
62-
mypy==1.14.1
62+
mypy==1.15.0
6363
# via
6464
# Pomodouroboros (pyproject.toml)
6565
# mypy-zope
6666
mypy-extensions==1.0.0
6767
# via mypy
68-
mypy-zope==1.0.10
68+
mypy-zope==1.0.11
6969
# via Pomodouroboros (pyproject.toml)
7070
packaging==24.2
7171
# via
@@ -112,7 +112,6 @@ typing-extensions==4.12.2
112112
# via
113113
# delocate
114114
# mypy
115-
# pyopenssl
116115
# twisted
117116
tzdata==2025.1
118117
# via fritter
@@ -133,7 +132,7 @@ zope-schema==7.0.1
133132
# via mypy-zope
134133

135134
# The following packages are considered to be unsafe in a requirements file:
136-
pip==25.0
135+
pip==25.0.1
137136
# via pip-tools
138137
setuptools==70.3.0
139138
# via

macOS-gui.requirements.txt

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --extra=gui --no-emit-index-url --output-file=macOS-gui.requirements.txt --strip-extras
@@ -22,30 +22,30 @@ automat==24.8.1
2222
# via twisted
2323
bcrypt==4.2.1
2424
# via twisted
25-
certifi==2024.12.14
25+
certifi==2025.1.31
2626
# via
2727
# httpcore
2828
# httpx
2929
cffi==1.17.1
3030
# via cryptography
3131
constantly==23.10.4
3232
# via twisted
33-
cryptography==44.0.0
33+
cryptography==44.0.1
3434
# via
3535
# pyopenssl
3636
# service-identity
3737
# twisted
3838
cython-test-exception-raiser==1.0.2
3939
# via twisted
40-
datetype==2024.2.28
40+
datetype==2025.2.13
4141
# via
4242
# Pomodouroboros (pyproject.toml)
4343
# fritter
4444
fritter==0.0.9
4545
# via Pomodouroboros (pyproject.toml)
4646
h11==0.14.0
4747
# via httpcore
48-
h2==4.1.0
48+
h2==4.2.0
4949
# via
5050
# httpx
5151
# twisted
@@ -59,7 +59,7 @@ hyperframe==6.1.0
5959
# via h2
6060
hyperlink==21.0.0
6161
# via twisted
62-
hypothesis==6.124.7
62+
hypothesis==6.127.2
6363
# via twisted
6464
idna==3.10
6565
# via
@@ -141,10 +141,7 @@ twisted==24.11.0
141141
# Pomodouroboros (pyproject.toml)
142142
# quickmacapp
143143
typing-extensions==4.12.2
144-
# via
145-
# anyio
146-
# pyopenssl
147-
# twisted
144+
# via twisted
148145
tzdata==2025.1
149146
# via fritter
150147
ulid-py==1.1.0

requirements.txt

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --no-emit-index-url --strip-extras
@@ -14,17 +14,17 @@ cffi==1.17.1
1414
# via cryptography
1515
constantly==23.10.4
1616
# via twisted
17-
cryptography==44.0.0
17+
cryptography==44.0.1
1818
# via
1919
# pyopenssl
2020
# service-identity
21-
datetype==2024.2.28
21+
datetype==2025.2.13
2222
# via
2323
# Pomodouroboros (pyproject.toml)
2424
# fritter
2525
fritter==0.0.9
2626
# via Pomodouroboros (pyproject.toml)
27-
h2==4.1.0
27+
h2==4.2.0
2828
# via twisted
2929
hpack==4.1.0
3030
# via h2
@@ -59,9 +59,7 @@ six==1.17.0
5959
twisted==24.11.0
6060
# via Pomodouroboros (pyproject.toml)
6161
typing-extensions==4.12.2
62-
# via
63-
# pyopenssl
64-
# twisted
62+
# via twisted
6563
tzdata==2025.1
6664
# via fritter
6765
ulid-py==1.1.0

0 commit comments

Comments
 (0)