crackerjack 0.7.32__tar.gz → 0.7.34__tar.gz

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.

Files changed (26) hide show
  1. {crackerjack-0.7.32 → crackerjack-0.7.34}/PKG-INFO +9 -9
  2. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.pre-commit-config.yaml +4 -4
  3. {crackerjack-0.7.32 → crackerjack-0.7.34/crackerjack}/pyproject.toml +9 -9
  4. {crackerjack-0.7.32/crackerjack → crackerjack-0.7.34}/pyproject.toml +9 -9
  5. {crackerjack-0.7.32 → crackerjack-0.7.34}/LICENSE +0 -0
  6. {crackerjack-0.7.32 → crackerjack-0.7.34}/README.md +0 -0
  7. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.gitignore +0 -0
  8. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.libcst.codemod.yaml +0 -0
  9. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/.gitignore +0 -0
  10. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/0.1.11/3256171999636029978 +0 -0
  11. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/0.1.14/602324811142551221 +0 -0
  12. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/0.1.4/10355199064880463147 +0 -0
  13. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/0.1.6/15140459877605758699 +0 -0
  14. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/0.1.7/1790508110482614856 +0 -0
  15. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/0.1.9/17041001205004563469 +0 -0
  16. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/0.2.0/10047773857155985907 +0 -0
  17. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/0.2.1/8522267973936635051 +0 -0
  18. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/0.2.2/18053836298936336950 +0 -0
  19. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/0.3.0/12548816621480535786 +0 -0
  20. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/0.3.3/11081883392474770722 +0 -0
  21. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/0.3.4/676973378459347183 +0 -0
  22. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/0.3.5/16311176246009842383 +0 -0
  23. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/.ruff_cache/CACHEDIR.TAG +0 -0
  24. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/__init__.py +0 -0
  25. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/__main__.py +0 -0
  26. {crackerjack-0.7.32 → crackerjack-0.7.34}/crackerjack/crackerjack.py +0 -0
@@ -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,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.32"
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" },
@@ -84,7 +84,7 @@ pythonPlatform = "Darwin"
84
84
 
85
85
  [project]
86
86
  name = "Crackerjack"
87
- version = "0.7.31"
87
+ version = "0.7.34"
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" },
File without changes
File without changes