crackerjack 0.7.32__py3-none-any.whl → 0.7.34__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.

Potentially problematic release.


This version of crackerjack might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  repos:
2
2
  - repo: https://github.com/pdm-project/pdm
3
- rev: 2.15.1 # a PDM release exposing the hook
3
+ rev: 2.15.2 # a PDM release exposing the hook
4
4
  hooks:
5
5
  - id: pdm-lock-check
6
6
  - repo: https://github.com/pre-commit/pre-commit-hooks
@@ -21,7 +21,7 @@ repos:
21
21
  hooks:
22
22
  - id: black
23
23
  - repo: https://github.com/charliermarsh/ruff-pre-commit
24
- rev: v0.4.2
24
+ rev: v0.4.4
25
25
  hooks:
26
26
  - id: ruff
27
27
  - repo: https://github.com/fredrikaverpil/creosote
@@ -66,11 +66,11 @@ repos:
66
66
  - id: bandit
67
67
  args: ["-c", "pyproject.toml"]
68
68
  - repo: https://github.com/RobertCraigie/pyright-python
69
- rev: v1.1.360
69
+ rev: v1.1.363
70
70
  hooks:
71
71
  - id: pyright
72
72
  - repo: https://github.com/charliermarsh/ruff-pre-commit
73
- rev: v0.4.2
73
+ rev: v0.4.4
74
74
  hooks:
75
75
  - id: ruff
76
76
  - repo: https://github.com/psf/black
@@ -84,7 +84,7 @@ pythonPlatform = "Darwin"
84
84
 
85
85
  [project]
86
86
  name = "Crackerjack"
87
- version = "0.7.31"
87
+ version = "0.7.33"
88
88
  description = "Crackerjack code style"
89
89
  requires-python = ">=3.12"
90
90
  readme = "README.md"
@@ -111,16 +111,16 @@ classifiers = [
111
111
  ]
112
112
  dependencies = [
113
113
  "click>=8.1.7",
114
- "aioconsole>=0.7.0",
114
+ "aioconsole>=0.7.1",
115
115
  "inflection>=0.5.1",
116
- "autotyping>=23.3.0",
117
- "pre-commit>=3.6.0",
118
- "pytest>=7.4.3",
119
- "pydantic>=2.5.3",
116
+ "autotyping>=24.3.0",
117
+ "pre-commit>=3.7.1",
118
+ "pytest>=8.2.1",
119
+ "pydantic>=2.7.1",
120
120
  "aiopath>=0.7.7",
121
- "acb>=0.4.0",
122
- "pdm-bump>=0.7.3",
123
- "pdm>=2.12.3",
121
+ "acb>=0.6.0",
122
+ "pdm-bump>=0.9.0",
123
+ "pdm>=2.15.2",
124
124
  ]
125
125
  authors = [
126
126
  { name = "lesleslie", email = "les@wedgwoodwebworks.com" },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Crackerjack
3
- Version: 0.7.32
3
+ Version: 0.7.34
4
4
  Summary: Crackerjack code style
5
5
  Keywords: black,ruff,mypy,creosote,refurb
6
6
  Home-page: https://github.com/lesleslie/crackerjack
@@ -24,16 +24,16 @@ Project-URL: Documentation, https://github.com/lesleslie/crackerjack
24
24
  Project-URL: Repository, https://github.com/lesleslie/crackerjack
25
25
  Requires-Python: >=3.12
26
26
  Requires-Dist: click>=8.1.7
27
- Requires-Dist: aioconsole>=0.7.0
27
+ Requires-Dist: aioconsole>=0.7.1
28
28
  Requires-Dist: inflection>=0.5.1
29
- Requires-Dist: autotyping>=23.3.0
30
- Requires-Dist: pre-commit>=3.6.0
31
- Requires-Dist: pytest>=7.4.3
32
- Requires-Dist: pydantic>=2.5.3
29
+ Requires-Dist: autotyping>=24.3.0
30
+ Requires-Dist: pre-commit>=3.7.1
31
+ Requires-Dist: pytest>=8.2.1
32
+ Requires-Dist: pydantic>=2.7.1
33
33
  Requires-Dist: aiopath>=0.7.7
34
- Requires-Dist: acb>=0.4.0
35
- Requires-Dist: pdm-bump>=0.7.3
36
- Requires-Dist: pdm>=2.12.3
34
+ Requires-Dist: acb>=0.6.0
35
+ Requires-Dist: pdm-bump>=0.9.0
36
+ Requires-Dist: pdm>=2.15.2
37
37
  Description-Content-Type: text/markdown
38
38
 
39
39
  # Crackerjack Python
@@ -1,9 +1,9 @@
1
- crackerjack-0.7.32.dist-info/METADATA,sha256=njeKzJzlsf0vlQr8XFWE_MMb1Tjt_a0G-rgdxlvVxMM,7742
2
- crackerjack-0.7.32.dist-info/WHEEL,sha256=7sv5iXvIiTVJSnAxCz2tGBm9DHsb2vPSzeYeT7pvGUY,90
3
- crackerjack-0.7.32.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
1
+ crackerjack-0.7.34.dist-info/METADATA,sha256=sYQm0ut-Tc-0Lznt6eeLBEp1vd6bV_J_r_Nm6jqLjNI,7742
2
+ crackerjack-0.7.34.dist-info/WHEEL,sha256=vnE8JVcI2Wz7GRKorsPArnBdnW2SWKWGow5gu5tHlRU,90
3
+ crackerjack-0.7.34.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
4
4
  crackerjack/.gitignore,sha256=aJ2x3-AcCEcaW_quI-j8RtOUcTqGNoLJGMq8mZ3lTrA,197
5
5
  crackerjack/.libcst.codemod.yaml,sha256=TLE_I07llPTYk_tm36z-hN15O3X27qztNdJ3Ev9ODMk,768
6
- crackerjack/.pre-commit-config.yaml,sha256=oQDVG_ke3RxA86TywbZxRLFiJJ60ULFozJYAYLQW1vE,2396
6
+ crackerjack/.pre-commit-config.yaml,sha256=c5TLXleRMLwB1y1q8_HZ1Vil0beDhM9tcTyIKQLay9U,2396
7
7
  crackerjack/.ruff_cache/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
8
8
  crackerjack/.ruff_cache/0.1.11/3256171999636029978,sha256=-RLDsRf5uj09SyFQVzjwQ1HkTxjIRxNLLE24SEJxD4g,248
9
9
  crackerjack/.ruff_cache/0.1.14/602324811142551221,sha256=HIYvldb69IHdMzquAA8JpzU2RDT9shEB_dPvzyeFZ_g,248
@@ -22,5 +22,5 @@ crackerjack/.ruff_cache/CACHEDIR.TAG,sha256=WVMVbX4MVkpCclExbq8m-IcOZIOuIZf5FrYw
22
22
  crackerjack/__init__.py,sha256=AuglbbJHkUJ2GdvyT0ca35ntexo1RkT2V6DgypoFeEk,121
23
23
  crackerjack/__main__.py,sha256=hsMAXG2BglqSaHsVd8Vsyh7Mb5dHcLjvBy4ofgo0NyY,1800
24
24
  crackerjack/crackerjack.py,sha256=TKNfpJSBInKrUbOba9BC6F2MM9o49QuPC-FioxEJnZo,8211
25
- crackerjack/pyproject.toml,sha256=pqXSzidW93Hj70f-pUwkLiYlB5PffnV9jv9lHdI5fXM,2747
26
- crackerjack-0.7.32.dist-info/RECORD,,
25
+ crackerjack/pyproject.toml,sha256=x17uo_yzOFE9uBu7MU7i65wkow5FrNgj7VNZPtyDHxU,2747
26
+ crackerjack-0.7.34.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: pdm-backend (2.2.1)
2
+ Generator: pdm-backend (2.3.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any