Skip to content

Commit aa82086

Browse files
committed
🌪 update dependencies
1 parent fd0b460 commit aa82086

File tree

6 files changed

+720
-686
lines changed

6 files changed

+720
-686
lines changed

‎Pipfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ get-version = "==3.*"
2323
hangman-solver-rs = "<2"
2424
html2text = "==2024.2.26"
2525
hyrule = {version = "<2", markers = "python_version < '3.13'"}
26-
jsonpickle = "==3.*"
26+
jsonpickle = "==4.*"
2727
lxml = "==5.*"
2828
# more-itertools = "==10.*"
2929
openmoji-dist = "*"

‎Pipfile.lock‎

Lines changed: 511 additions & 510 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pip-constraints.txt‎

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ cffi==1.17.1
1010
cfgv==3.4.0
1111
charset-normalizer==3.4.0
1212
click==8.1.7
13-
coverage==7.6.4
13+
coverage==7.6.7
1414
cryptography==42.0.8
1515
dill==0.3.9
1616
distlib==0.3.9
1717
docutils==0.21.2
18-
dulwich==0.22.4
18+
dulwich==0.22.6
1919
faker==22.7.0
2020
filelock==3.16.1
2121
flake8==7.1.1
@@ -27,7 +27,7 @@ flake8-rst-docstrings==0.3.0
2727
flake8-scream==0.1.0
2828
flake8-simplify==0.21.0
2929
html5lib==1.1
30-
identify==2.6.1
30+
identify==2.6.2
3131
idna==3.10
3232
importlib-metadata==8.5.0
3333
iniconfig==2.0.0
@@ -80,10 +80,10 @@ secretstorage==3.3.3
8080
setuptools==69.5.1
8181
six==1.16.0
8282
snowballstemmer==2.2.0
83-
stevedore==5.3.0
83+
stevedore==5.4.0
8484
time-machine==2.16.0
8585
tomlkit==0.13.2
86-
tornado==6.4.1
86+
tornado==6.4.2
8787
trove-classifiers==2024.10.16
8888
twine==5.1.1
8989
types-beautifulsoup4==4.12.0.20241020
@@ -104,19 +104,19 @@ typing-extensions==4.12.2
104104
urllib3==2.2.3
105105
virtualenv==20.27.1
106106
webencodings==0.5.1
107-
zipp==3.20.2
107+
zipp==3.21.0
108108
accept-types==0.4.1
109109
aiodns==3.2.0
110110
aiohappyeyeballs==2.4.3
111-
aiohttp==3.10.10
111+
aiohttp==3.11.7
112112
aiosignal==1.3.1
113113
ansi2html==1.9.2
114114
beautifulsoup4==4.12.3
115115
blake3==0.4.1
116116
brotli==1.1.0
117117
defity==0.4.1
118118
defusedxml==0.7.1
119-
dunamai==1.22.0
119+
dunamai==1.23.0
120120
ecs-logging==2.2.0
121121
elastic-apm==6.23.0
122122
elastic-enterprise-search==8.11.0
@@ -131,7 +131,7 @@ hiredis==3.0.0
131131
html2text==2024.2.26
132132
hy==1.0.0
133133
hyrule==0.7.0
134-
jsonpickle==3.3.0
134+
jsonpickle==4.0.0
135135
lxml==5.3.0
136136
multidict==6.1.0
137137
openmoji-dist==15.0.0.4
@@ -142,19 +142,19 @@ propcache==0.2.0
142142
pycares==4.4.0
143143
pycryptodome==3.21.0
144144
pycurl==7.45.2
145-
pyjwt==2.9.0
145+
pyjwt==2.10.0
146146
pysocks==1.7.1
147147
python-geoip-geolite2-yplan==2019.1224
148148
python-geoip-yplan==1.2
149149
pytz==2024.2
150150
rapidfuzz==3.10.1
151151
redis==5.2.0
152152
regex==2024.9.11
153-
setproctitle==1.3.3
153+
setproctitle==1.3.4
154154
soupsieve==2.6
155155
typed-stream==0.150.1
156156
tzdata==2024.2
157157
ultradict==0.0.6
158158
uvloop==0.21.0
159-
wrapt==1.16.0
160-
yarl==1.17.1
159+
wrapt==1.17.0
160+
yarl==1.18.0

‎pip-dev-requirements.txt‎

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ cffi==1.17.1; python_version >= '3.8'
1010
cfgv==3.4.0; python_version >= '3.8'
1111
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
1212
click==8.1.7; python_version >= '3.7'
13-
coverage[toml]==7.6.4; python_version >= '3.9'
13+
coverage[toml]==7.6.7; python_version >= '3.9'
1414
cryptography==42.0.8; python_version >= '3.7'
1515
dill==0.3.9; python_version >= '3.8'
1616
distlib==0.3.9
1717
docutils==0.21.2; python_version >= '3.9'
18-
dulwich==0.22.4; python_version >= '3.8'
18+
dulwich==0.22.6; python_version >= '3.9'
1919
faker==22.7.0; python_version >= '3.8'
2020
filelock==3.16.1; python_version >= '3.8'
2121
flake8==7.1.1; python_full_version >= '3.8.1'
@@ -27,7 +27,7 @@ flake8-rst-docstrings==0.3.0; python_version >= '3.7'
2727
flake8-scream==0.1.0; python_full_version >= '3.6.1'
2828
flake8-simplify==0.21.0; python_full_version >= '3.6.1'
2929
html5lib==1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
30-
identify==2.6.1; python_version >= '3.8'
30+
identify==2.6.2; python_version >= '3.9'
3131
idna==3.10; python_version >= '3.6'
3232
importlib-metadata==8.5.0; python_version >= '3.8'
3333
iniconfig==2.0.0; python_version >= '3.7'
@@ -80,10 +80,10 @@ secretstorage==3.3.3; sys_platform == 'linux'
8080
setuptools==69.5.1; python_version >= '3.8'
8181
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
8282
snowballstemmer==2.2.0
83-
stevedore==5.3.0; python_version >= '3.8'
83+
stevedore==5.4.0; python_version >= '3.9'
8484
time-machine==2.16.0; python_version >= '3.9'
8585
tomlkit==0.13.2; python_version >= '3.8'
86-
tornado==6.4.1; python_version >= '3.8'
86+
tornado==6.4.2; python_version >= '3.8'
8787
trove-classifiers==2024.10.16
8888
twine==5.1.1; python_version >= '3.8'
8989
types-beautifulsoup4==4.12.0.20241020; python_version >= '3.8'
@@ -104,19 +104,19 @@ typing-extensions==4.12.2; python_version >= '3.8'
104104
urllib3==2.2.3; python_version >= '3.8'
105105
virtualenv==20.27.1; python_version >= '3.8'
106106
webencodings==0.5.1
107-
zipp==3.20.2; python_version >= '3.8'
107+
zipp==3.21.0; python_version >= '3.9'
108108
accept-types==0.4.1
109109
aiodns==3.2.0
110110
aiohappyeyeballs==2.4.3; python_version >= '3.8'
111-
aiohttp[speedups]==3.10.10; python_version >= '3.8'
111+
aiohttp[speedups]==3.11.7; python_version >= '3.9'
112112
aiosignal==1.3.1; python_version >= '3.7'
113113
ansi2html==1.9.2; python_version >= '3.7'
114114
beautifulsoup4==4.12.3; python_full_version >= '3.6.0'
115115
blake3==0.4.1
116116
brotli==1.1.0
117117
defity==0.4.1; python_version >= '3.9'
118118
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
119-
dunamai==1.22.0; python_version >= '3.5'
119+
dunamai==1.23.0; python_version >= '3.5'
120120
ecs-logging==2.2.0; python_version >= '3.6'
121121
elastic-apm==6.23.0; python_version >= '3.6' and python_version < '4'
122122
elastic-enterprise-search==8.11.0; python_version >= '3.6'
@@ -131,7 +131,7 @@ hiredis==3.0.0
131131
html2text==2024.2.26; python_version >= '3.8'
132132
hy==1.0.0; python_version < '3.14' and python_version >= '3.8'
133133
hyrule==0.7.0; python_version < '3.13'
134-
jsonpickle==3.3.0; python_version >= '3.7'
134+
jsonpickle==4.0.0; python_version >= '3.8'
135135
lxml==5.3.0; python_version >= '3.6'
136136
multidict==6.1.0; python_version >= '3.8'
137137
openmoji-dist==15.0.0.4
@@ -142,19 +142,19 @@ propcache==0.2.0; python_version >= '3.8'
142142
pycares==4.4.0; python_version >= '3.8'
143143
pycryptodome==3.21.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
144144
pycurl==7.45.2; python_version >= '3.5'
145-
pyjwt==2.9.0; python_version >= '3.8'
145+
pyjwt==2.10.0; python_version >= '3.9'
146146
pysocks==1.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
147147
python-geoip-geolite2-yplan==2019.1224
148148
python-geoip-yplan==1.2
149149
pytz==2024.2
150150
rapidfuzz==3.10.1; python_version >= '3.9'
151151
redis[hiredis]==5.2.0; python_version >= '3.8'
152152
regex==2024.9.11; python_version >= '3.8'
153-
setproctitle==1.3.3; python_version >= '3.7'
153+
setproctitle==1.3.4; python_version >= '3.8'
154154
soupsieve==2.6; python_version >= '3.8'
155155
typed-stream==0.150.1; python_version >= '3.10'
156156
tzdata==2024.2; python_version >= '2'
157157
ultradict==0.0.6; python_version >= '3.8'
158158
uvloop==0.21.0; python_full_version >= '3.8.0'
159-
wrapt==1.16.0; python_version >= '3.6'
160-
yarl==1.17.1; python_version >= '3.9'
159+
wrapt==1.17.0; python_version >= '3.8'
160+
yarl==1.18.0; python_version >= '3.9'

‎pip-requirements.txt‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
accept-types==0.4.1
22
aiodns==3.2.0
33
aiohappyeyeballs==2.4.3; python_version >= '3.8'
4-
aiohttp[speedups]==3.10.10; python_version >= '3.8'
4+
aiohttp[speedups]==3.11.7; python_version >= '3.9'
55
aiosignal==1.3.1; python_version >= '3.7'
66
ansi2html==1.9.2; python_version >= '3.7'
77
attrs==24.2.0; python_version >= '3.7'
@@ -13,7 +13,7 @@ cffi==1.17.1; python_version >= '3.8'
1313
defity==0.4.1; python_version >= '3.9'
1414
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
1515
dill==0.3.9; python_version >= '3.8'
16-
dunamai==1.22.0; python_version >= '3.5'
16+
dunamai==1.23.0; python_version >= '3.5'
1717
ecs-logging==2.2.0; python_version >= '3.6'
1818
elastic-apm==6.23.0; python_version >= '3.6' and python_version < '4'
1919
elastic-enterprise-search==8.11.0; python_version >= '3.6'
@@ -29,7 +29,7 @@ html2text==2024.2.26; python_version >= '3.8'
2929
hy==1.0.0; python_version < '3.14' and python_version >= '3.8'
3030
hyrule==0.7.0; python_version < '3.13'
3131
idna==3.10; python_version >= '3.6'
32-
jsonpickle==3.3.0; python_version >= '3.7'
32+
jsonpickle==4.0.0; python_version >= '3.8'
3333
lxml==5.3.0; python_version >= '3.6'
3434
multidict==6.1.0; python_version >= '3.8'
3535
openmoji-dist==15.0.0.4
@@ -42,7 +42,7 @@ pycares==4.4.0; python_version >= '3.8'
4242
pycparser==2.22; python_version >= '3.8'
4343
pycryptodome==3.21.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
4444
pycurl==7.45.2; python_version >= '3.5'
45-
pyjwt==2.9.0; python_version >= '3.8'
45+
pyjwt==2.10.0; python_version >= '3.9'
4646
pysocks==1.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
4747
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
4848
python-geoip-geolite2-yplan==2019.1224
@@ -52,14 +52,14 @@ pyyaml==6.0.2; python_version >= '3.8'
5252
rapidfuzz==3.10.1; python_version >= '3.9'
5353
redis[hiredis]==5.2.0; python_version >= '3.8'
5454
regex==2024.9.11; python_version >= '3.8'
55-
setproctitle==1.3.3; python_version >= '3.7'
55+
setproctitle==1.3.4; python_version >= '3.8'
5656
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
5757
soupsieve==2.6; python_version >= '3.8'
58-
tornado==6.4.1; python_version >= '3.8'
58+
tornado==6.4.2; python_version >= '3.8'
5959
typed-stream==0.150.1; python_version >= '3.10'
6060
tzdata==2024.2; python_version >= '2'
6161
ultradict==0.0.6; python_version >= '3.8'
6262
urllib3==2.2.3; python_version >= '3.8'
6363
uvloop==0.21.0; python_full_version >= '3.8.0'
64-
wrapt==1.16.0; python_version >= '3.6'
65-
yarl==1.17.1; python_version >= '3.9'
64+
wrapt==1.17.0; python_version >= '3.8'
65+
yarl==1.18.0; python_version >= '3.9'

0 commit comments

Comments
 (0)