dycw-utilities 0.126.4__py3-none-any.whl → 0.126.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dycw-utilities
3
- Version: 0.126.4
3
+ Version: 0.126.5
4
4
  Author-email: Derek Wan <d.wan@icloud.com>
5
5
  License-File: LICENSE
6
6
  Requires-Python: >=3.12
@@ -13,7 +13,7 @@ Requires-Dist: pytest-instafail<0.6,>=0.5.0; extra == 'test'
13
13
  Requires-Dist: pytest-lazy-fixtures<1.2,>=1.1.4; extra == 'test'
14
14
  Requires-Dist: pytest-only<2.2,>=2.1.2; extra == 'test'
15
15
  Requires-Dist: pytest-randomly<3.17,>=3.16.0; extra == 'test'
16
- Requires-Dist: pytest-regressions<2.8,>=2.7.0; extra == 'test'
16
+ Requires-Dist: pytest-regressions<2.9,>=2.8.0; extra == 'test'
17
17
  Requires-Dist: pytest-rerunfailures<16,>=15.1; extra == 'test'
18
18
  Requires-Dist: pytest-rng<1.1,>=1.0.0; extra == 'test'
19
19
  Requires-Dist: pytest-timeout<2.5,>=2.4.0; extra == 'test'
@@ -153,7 +153,7 @@ Requires-Dist: atomicwrites<1.5,>=1.4.1; extra == 'zzz-test-pytest'
153
153
  Requires-Dist: orjson<3.11,>=3.10.18; extra == 'zzz-test-pytest'
154
154
  Requires-Dist: whenever<0.9,>=0.8.4; extra == 'zzz-test-pytest'
155
155
  Provides-Extra: zzz-test-pytest-regressions
156
- Requires-Dist: pytest-regressions<2.8,>=2.7.0; extra == 'zzz-test-pytest-regressions'
156
+ Requires-Dist: pytest-regressions<2.9,>=2.8.0; extra == 'zzz-test-pytest-regressions'
157
157
  Provides-Extra: zzz-test-python-dotenv
158
158
  Requires-Dist: python-dotenv<1.2,>=1.1.0; extra == 'zzz-test-python-dotenv'
159
159
  Requires-Dist: whenever<0.9,>=0.8.4; extra == 'zzz-test-python-dotenv'
@@ -1,4 +1,4 @@
1
- utilities/__init__.py,sha256=q-AzOWuCGiffIcmyXrrhqNK_TnB_0a0oNDlPGkcdXQE,60
1
+ utilities/__init__.py,sha256=VDrLXzcqWS0oyXCkhWVW6135Pzimt4LjwrWZrMWdt-I,60
2
2
  utilities/altair.py,sha256=Gpja-flOo-Db0PIPJLJsgzAlXWoKUjPU1qY-DQ829ek,9156
3
3
  utilities/asyncio.py,sha256=K5Kj7rsM0nA17-b7d7mrNgPR1U_NbkfQmTruq5LBLRA,51778
4
4
  utilities/atomicwrites.py,sha256=geFjn9Pwn-tTrtoGjDDxWli9NqbYfy3gGL6ZBctiqSo,5393
@@ -91,7 +91,7 @@ utilities/warnings.py,sha256=un1LvHv70PU-LLv8RxPVmugTzDJkkGXRMZTE2-fTQHw,1771
91
91
  utilities/whenever.py,sha256=jS31ZAY5OMxFxLja_Yo5Fidi87Pd-GoVZ7Vi_teqVDA,16743
92
92
  utilities/zipfile.py,sha256=24lQc9ATcJxHXBPc_tBDiJk48pWyRrlxO2fIsFxU0A8,699
93
93
  utilities/zoneinfo.py,sha256=-5j7IQ9nb7gR43rdgA7ms05im-XuqhAk9EJnQBXxCoQ,1874
94
- dycw_utilities-0.126.4.dist-info/METADATA,sha256=GiVs9mIgDnNbbpw9H2PkBdxD3LIObcakDua9XR5Xh6g,12849
95
- dycw_utilities-0.126.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
96
- dycw_utilities-0.126.4.dist-info/licenses/LICENSE,sha256=gppZp16M6nSVpBbUBrNL6JuYfvKwZiKgV7XoKKsHzqo,1066
97
- dycw_utilities-0.126.4.dist-info/RECORD,,
94
+ dycw_utilities-0.126.5.dist-info/METADATA,sha256=pPt4HJkJRAyBAY-fWmeS5sHMh0ulzqrabQQfnFkOupI,12849
95
+ dycw_utilities-0.126.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
96
+ dycw_utilities-0.126.5.dist-info/licenses/LICENSE,sha256=gppZp16M6nSVpBbUBrNL6JuYfvKwZiKgV7XoKKsHzqo,1066
97
+ dycw_utilities-0.126.5.dist-info/RECORD,,
utilities/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  from __future__ import annotations
2
2
 
3
- __version__ = "0.126.4"
3
+ __version__ = "0.126.5"