File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ corner==2.2.2
22
22
cryptography == 43.0.3
23
23
cycler == 0.12.1
24
24
Cython == 3.0.6
25
- dearwatson == 0.12.5
25
+ dearwatson == 0.12.6
26
26
Deprecated == 1.2.14
27
27
distro == 1.9.0
28
28
dm-tree == 0.1.8
@@ -143,7 +143,7 @@ regex==2024.9.11
143
143
reportlab == 4.0.7
144
144
requests == 2.32.3
145
145
requests-oauthlib == 2.0.0
146
- rich == 13.9.3
146
+ rich == 13.9.4
147
147
rsa == 4.9
148
148
ruamel.yaml == 0.17.32
149
149
ruamel.yaml.clib == 0.2.12
@@ -183,7 +183,7 @@ typing_extensions==4.7.1
183
183
uncertainties == 3.2.2
184
184
urllib3 == 2.2.3
185
185
webencodings == 0.5.1
186
- Werkzeug == 3.1.0
186
+ Werkzeug == 3.1.1
187
187
wheel == 0.44.0
188
188
wotan == 1.9
189
189
wrapt == 1.14.1
Original file line number Diff line number Diff line change 3
3
with open ("README.md" , "r" ) as fh :
4
4
long_description = fh .read ()
5
5
6
- version = "0.12.5 "
6
+ version = "0.12.6 "
7
7
setuptools .setup (
8
8
name = "dearwatson" , # Replace with your own username
9
9
version = version ,
Original file line number Diff line number Diff line change 1
- __version__ = "0.12.5 "
1
+ __version__ = "0.12.6 "
You can’t perform that action at this time.
0 commit comments