Skip to content

Commit dc1bc39

Browse files
chore(deps): Update python-dependencies
1 parent e7e2583 commit dc1bc39

2 files changed

Lines changed: 38 additions & 38 deletions

File tree

pyproject.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ dependencies = [
2424
"aiosignal==1.4.0",
2525
"akinator-python==1.6.0",
2626
"annotated-types==0.7.0",
27-
"anyio==4.11.0",
27+
"anyio==4.12.1",
2828
"asttokens==3.0.1",
29-
"asyncmy==0.2.10",
29+
"asyncmy==0.2.11",
3030
"attrs==25.4.0",
3131
"backcall==0.2.0",
32-
"beautifulsoup4==4.14.2",
32+
"beautifulsoup4==4.14.3",
3333
"bleach==6.3.0",
3434
"certifi==2026.1.4",
3535
"cffi==2.0.0",
@@ -46,7 +46,7 @@ dependencies = [
4646
"docopt==0.6.2",
4747
"executing==2.2.1",
4848
"fastjsonschema==2.21.2",
49-
"fonttools==4.61.0",
49+
"fonttools==4.61.1",
5050
"frozenlist==1.8.0",
5151
"h11==0.16.0",
5252
"httpcore==1.0.9",
@@ -55,31 +55,31 @@ dependencies = [
5555
"jedi==0.19.2",
5656
"Jinja2==3.1.6",
5757
"jiter==0.12.0",
58-
"jsonschema==4.25.1",
58+
"jsonschema==4.26.0",
5959
"jsonschema-specifications==2025.9.1",
60-
"jupyter_client==8.6.3",
60+
"jupyter_client==8.8.0",
6161
"jupyter_core==5.9.1",
6262
"jupyterlab_pygments==0.3.0",
6363
"kiwisolver==1.4.9",
6464
"MarkupSafe==3.0.3",
65-
"matplotlib==3.10.7",
65+
"matplotlib==3.10.8",
6666
"matplotlib-inline==0.2.1",
67-
"mistune==3.1.4",
67+
"mistune==3.2.0",
6868
"mpmath==1.3.0",
6969
"multidict==6.7.0",
7070
"mysql-connector-python==9.5.0",
71-
"nbclient==0.10.2",
71+
"nbclient==0.10.4",
7272
"nbconvert==7.16.6",
7373
"nbformat==5.10.4",
7474
"num2words==0.5.14",
75-
"numpy==2.3.4",
75+
"numpy==2.4.1",
7676
"openai==2.14.0",
7777
"packaging==25.0",
7878
"pandocfilters==1.5.1",
7979
"parso==0.8.5",
8080
"pickleshare==0.7.5",
81-
"pillow==12.0.0",
82-
"platformdirs==4.5.0",
81+
"pillow==12.1.0",
82+
"platformdirs==4.5.1",
8383
"prompt_toolkit==3.0.52",
8484
"propcache==0.4.1",
8585
"pure_eval==0.2.3",
@@ -91,27 +91,27 @@ dependencies = [
9191
"PyJWT==2.10.1",
9292
"PyMySQL==1.1.2",
9393
"PyNaCl==1.6.2",
94-
"pyparsing==3.2.5",
94+
"pyparsing==3.3.2",
9595
"python-dateutil==2.9.0.post0",
9696
"python-dotenv==1.2.1",
9797
"pyzmq==27.1.0",
9898
"referencing==0.37.0",
9999
"requests==2.32.5",
100-
"rpds-py==0.29.0",
101-
"scipy==1.16.3",
100+
"rpds-py==0.30.0",
101+
"scipy==1.17.0",
102102
"six==1.17.0",
103103
"sniffio==1.3.1",
104-
"soupsieve==2.8",
104+
"soupsieve==2.8.3",
105105
"stack-data==0.6.3",
106106
"sympy==1.14.0",
107-
"tinycss2==1.4.0",
108-
"tornado==6.5.2",
107+
"tinycss2==1.5.1",
108+
"tornado==6.5.4",
109109
"tqdm==4.67.1",
110110
"traitlets==5.14.3",
111111
"twitchAPI==4.5.0",
112112
"typing_extensions==4.15.0",
113113
"urllib3==2.6.3",
114-
"wcwidth==0.2.14",
114+
"wcwidth==0.3.0",
115115
"webencodings==0.5.1",
116116
"wrapt==2.0.1",
117117
"yarg==0.1.10",

requirements.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ aiomysql==0.3.2
44
aiosignal==1.4.0
55
akinator-python==1.6.0
66
annotated-types==0.7.0
7-
anyio==4.11.0
7+
anyio==4.12.1
88
asttokens==3.0.1
9-
asyncmy==0.2.10
9+
asyncmy==0.2.11
1010
attrs==25.4.0
1111
backcall==0.2.0
12-
beautifulsoup4==4.14.2
12+
beautifulsoup4==4.14.3
1313
bleach==6.3.0
1414
certifi==2026.1.4
1515
cffi==2.0.0
@@ -26,7 +26,7 @@ distro==1.9.0
2626
docopt==0.6.2
2727
executing==2.2.1
2828
fastjsonschema==2.21.2
29-
fonttools==4.61.0
29+
fonttools==4.61.1
3030
frozenlist==1.8.0
3131
h11==0.16.0
3232
httpcore==1.0.9
@@ -35,31 +35,31 @@ idna==3.11
3535
jedi==0.19.2
3636
Jinja2==3.1.6
3737
jiter==0.12.0
38-
jsonschema==4.25.1
38+
jsonschema==4.26.0
3939
jsonschema-specifications==2025.9.1
40-
jupyter_client==8.6.3
40+
jupyter_client==8.8.0
4141
jupyter_core==5.9.1
4242
jupyterlab_pygments==0.3.0
4343
kiwisolver==1.4.9
4444
MarkupSafe==3.0.3
45-
matplotlib==3.10.7
45+
matplotlib==3.10.8
4646
matplotlib-inline==0.2.1
47-
mistune==3.1.4
47+
mistune==3.2.0
4848
mpmath==1.3.0
4949
multidict==6.7.0
5050
mysql-connector-python==9.5.0
51-
nbclient==0.10.2
51+
nbclient==0.10.4
5252
nbconvert==7.16.6
5353
nbformat==5.10.4
5454
num2words==0.5.14
55-
numpy==2.3.4
55+
numpy==2.4.1
5656
openai==2.14.0
5757
packaging==25.0
5858
pandocfilters==1.5.1
5959
parso==0.8.5
6060
pickleshare==0.7.5
61-
pillow==12.0.0
62-
platformdirs==4.5.0
61+
pillow==12.1.0
62+
platformdirs==4.5.1
6363
prompt_toolkit==3.0.52
6464
propcache==0.4.1
6565
pure_eval==0.2.3
@@ -71,27 +71,27 @@ Pygments==2.19.2
7171
PyJWT==2.10.1
7272
PyMySQL==1.1.2
7373
PyNaCl==1.6.2
74-
pyparsing==3.2.5
74+
pyparsing==3.3.2
7575
python-dateutil==2.9.0.post0
7676
python-dotenv==1.2.1
7777
pyzmq==27.1.0
7878
referencing==0.37.0
7979
requests==2.32.5
80-
rpds-py==0.29.0
81-
scipy==1.16.3
80+
rpds-py==0.30.0
81+
scipy==1.17.0
8282
six==1.17.0
8383
sniffio==1.3.1
84-
soupsieve==2.8
84+
soupsieve==2.8.3
8585
stack-data==0.6.3
8686
sympy==1.14.0
87-
tinycss2==1.4.0
88-
tornado==6.5.2
87+
tinycss2==1.5.1
88+
tornado==6.5.4
8989
tqdm==4.67.1
9090
traitlets==5.14.3
9191
twitchAPI==4.5.0
9292
typing_extensions==4.15.0
9393
urllib3==2.6.3
94-
wcwidth==0.2.14
94+
wcwidth==0.3.0
9595
webencodings==0.5.1
9696
wrapt==2.0.1
9797
yarg==0.1.10

0 commit comments

Comments
 (0)