crackerjack 0.8.16__tar.gz → 0.8.17__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.
Files changed (33) hide show
  1. {crackerjack-0.8.16 → crackerjack-0.8.17}/PKG-INFO +6 -6
  2. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.pre-commit-config.yaml +4 -4
  3. crackerjack-0.8.17/crackerjack/.ruff_cache/0.6.4/1206147804896221174 +0 -0
  4. {crackerjack-0.8.16 → crackerjack-0.8.17/crackerjack}/pyproject.toml +5 -5
  5. {crackerjack-0.8.16/crackerjack → crackerjack-0.8.17}/pyproject.toml +6 -6
  6. {crackerjack-0.8.16 → crackerjack-0.8.17}/LICENSE +0 -0
  7. {crackerjack-0.8.16 → crackerjack-0.8.17}/README.md +0 -0
  8. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.gitignore +0 -0
  9. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.libcst.codemod.yaml +0 -0
  10. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/.gitignore +0 -0
  11. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.1.11/3256171999636029978 +0 -0
  12. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.1.14/602324811142551221 +0 -0
  13. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.1.4/10355199064880463147 +0 -0
  14. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.1.6/15140459877605758699 +0 -0
  15. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.1.7/1790508110482614856 +0 -0
  16. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.1.9/17041001205004563469 +0 -0
  17. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.2.0/10047773857155985907 +0 -0
  18. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.2.1/8522267973936635051 +0 -0
  19. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.2.2/18053836298936336950 +0 -0
  20. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.3.0/12548816621480535786 +0 -0
  21. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.3.3/11081883392474770722 +0 -0
  22. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.3.4/676973378459347183 +0 -0
  23. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.3.5/16311176246009842383 +0 -0
  24. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.5.7/1493622539551733492 +0 -0
  25. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.5.7/6231957614044513175 +0 -0
  26. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.5.7/9932762556785938009 +0 -0
  27. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.6.0/11982804814124138945 +0 -0
  28. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.6.0/12055761203849489982 +0 -0
  29. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/0.6.2/1206147804896221174 +0 -0
  30. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/.ruff_cache/CACHEDIR.TAG +0 -0
  31. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/__init__.py +0 -0
  32. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/__main__.py +0 -0
  33. {crackerjack-0.8.16 → crackerjack-0.8.17}/crackerjack/crackerjack.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Crackerjack
3
- Version: 0.8.16
3
+ Version: 0.8.17
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.1
27
+ Requires-Dist: aioconsole>=0.8.0
28
28
  Requires-Dist: inflection>=0.5.1
29
29
  Requires-Dist: autotyping>=24.3.0
30
30
  Requires-Dist: pre-commit>=3.8.0
31
- Requires-Dist: pytest>=8.3.2
32
- Requires-Dist: pydantic>=2.8.2
31
+ Requires-Dist: pytest>=8.3.3
32
+ Requires-Dist: pydantic>=2.9.1
33
33
  Requires-Dist: aiopath>=0.7.7
34
- Requires-Dist: acb>=0.6.21
34
+ Requires-Dist: acb>=0.6.26
35
35
  Requires-Dist: pdm-bump>=0.9.8
36
- Requires-Dist: pdm>=2.18.1
36
+ Requires-Dist: pdm>=2.18.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.18.1 # a PDM release exposing the hook
3
+ rev: 2.18.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
@@ -17,7 +17,7 @@ repos:
17
17
  - id: check-added-large-files
18
18
  name: check-added-large-files
19
19
  - repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.6.2
20
+ rev: v0.6.4
21
21
  hooks:
22
22
  - id: ruff-format
23
23
  - id: ruff
@@ -61,11 +61,11 @@ repos:
61
61
  - id: bandit
62
62
  args: ["-c", "pyproject.toml"]
63
63
  - repo: https://github.com/RobertCraigie/pyright-python
64
- rev: v1.1.377
64
+ rev: v1.1.380
65
65
  hooks:
66
66
  - id: pyright
67
67
  - repo: https://github.com/astral-sh/ruff-pre-commit
68
- rev: v0.6.2
68
+ rev: v0.6.4
69
69
  hooks:
70
70
  - id: ruff
71
71
  - id: ruff-format
@@ -129,16 +129,16 @@ classifiers = [
129
129
  ]
130
130
  dependencies = [
131
131
  "click>=8.1.7",
132
- "aioconsole>=0.7.1",
132
+ "aioconsole>=0.8.0",
133
133
  "inflection>=0.5.1",
134
134
  "autotyping>=24.3.0",
135
135
  "pre-commit>=3.8.0",
136
- "pytest>=8.3.2",
137
- "pydantic>=2.8.2",
136
+ "pytest>=8.3.3",
137
+ "pydantic>=2.9.1",
138
138
  "aiopath>=0.7.7",
139
- "acb>=0.6.21",
139
+ "acb>=0.6.26",
140
140
  "pdm-bump>=0.9.8",
141
- "pdm>=2.18.1",
141
+ "pdm>=2.18.2",
142
142
  ]
143
143
  authors = [
144
144
  { name = "lesleslie", email = "les@wedgwoodwebworks.com" },
@@ -102,7 +102,7 @@ pythonPlatform = "Darwin"
102
102
 
103
103
  [project]
104
104
  name = "Crackerjack"
105
- version = "0.8.15"
105
+ version = "0.8.17"
106
106
  description = "Crackerjack code style"
107
107
  requires-python = ">=3.12"
108
108
  readme = "README.md"
@@ -129,16 +129,16 @@ classifiers = [
129
129
  ]
130
130
  dependencies = [
131
131
  "click>=8.1.7",
132
- "aioconsole>=0.7.1",
132
+ "aioconsole>=0.8.0",
133
133
  "inflection>=0.5.1",
134
134
  "autotyping>=24.3.0",
135
135
  "pre-commit>=3.8.0",
136
- "pytest>=8.3.2",
137
- "pydantic>=2.8.2",
136
+ "pytest>=8.3.3",
137
+ "pydantic>=2.9.1",
138
138
  "aiopath>=0.7.7",
139
- "acb>=0.6.21",
139
+ "acb>=0.6.26",
140
140
  "pdm-bump>=0.9.8",
141
- "pdm>=2.18.1",
141
+ "pdm>=2.18.2",
142
142
  ]
143
143
  authors = [
144
144
  { name = "lesleslie", email = "les@wedgwoodwebworks.com" },
File without changes
File without changes