wexample-wex-addon-dev-css 6.0.33__tar.gz → 6.0.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wexample-wex-addon-dev-css
3
- Version: 6.0.33
3
+ Version: 6.0.34
4
4
  Author-Email: weeger <contact@wexample.com>
5
5
  License: MIT
6
6
  Classifier: Programming Language :: Python :: 3
@@ -9,7 +9,7 @@ Classifier: Operating System :: OS Independent
9
9
  Requires-Python: >=3.10
10
10
  Requires-Dist: attrs>=23.1.0
11
11
  Requires-Dist: cattrs>=23.1.0
12
- Requires-Dist: wexample-wex-addon-app>=16.2.0
12
+ Requires-Dist: wexample-wex-addon-app>=16.3.0
13
13
  Provides-Extra: dev
14
14
  Requires-Dist: pytest; extra == "dev"
15
15
  Requires-Dist: pytest-cov; extra == "dev"
@@ -17,7 +17,7 @@ Description-Content-Type: text/markdown
17
17
 
18
18
  # wex_addon_dev_css
19
19
 
20
- Version: 6.0.33
20
+ Version: 6.0.34
21
21
 
22
22
  ## Table of Contents
23
23
 
@@ -97,7 +97,7 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
97
97
 
98
98
  - attrs: >=23.1.0
99
99
  - cattrs: >=23.1.0
100
- - wexample-wex-addon-app: >=16.2.0
100
+ - wexample-wex-addon-app: >=16.3.0
101
101
 
102
102
  ## Versioning & Compatibility Policy
103
103
 
@@ -1,6 +1,6 @@
1
1
  # wex_addon_dev_css
2
2
 
3
- Version: 6.0.33
3
+ Version: 6.0.34
4
4
 
5
5
  ## Table of Contents
6
6
 
@@ -80,7 +80,7 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
80
80
 
81
81
  - attrs: >=23.1.0
82
82
  - cattrs: >=23.1.0
83
- - wexample-wex-addon-app: >=16.2.0
83
+ - wexample-wex-addon-app: >=16.3.0
84
84
 
85
85
  ## Versioning & Compatibility Policy
86
86
 
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "wexample-wex-addon-dev-css"
9
- version = "6.0.33"
9
+ version = "6.0.34"
10
10
  authors = [
11
11
  { name = "weeger", email = "contact@wexample.com" },
12
12
  ]
@@ -19,7 +19,7 @@ classifiers = [
19
19
  dependencies = [
20
20
  "attrs>=23.1.0",
21
21
  "cattrs>=23.1.0",
22
- "wexample-wex-addon-app>=16.2.0",
22
+ "wexample-wex-addon-app>=16.3.0",
23
23
  ]
24
24
 
25
25
  [project.readme]