projen-modules 1.0.140__tar.gz → 1.0.142__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: projen_modules
3
- Version: 1.0.140
3
+ Version: 1.0.142
4
4
  Summary: A collection of projen modules
5
5
  Home-page: https://github.com/daveshepherd/projen-modules.git
6
6
  Author: Dave Shepherd<dave.shepherd@endor.me.uk>
@@ -20,7 +20,7 @@ Requires-Python: ~=3.9
20
20
  Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
22
  Requires-Dist: constructs==10.4.2
23
- Requires-Dist: jsii<2.0.0,>=1.114.1
23
+ Requires-Dist: jsii<2.0.0,>=1.115.0
24
24
  Requires-Dist: projen<1.0.0,>=0.93.0
25
25
  Requires-Dist: publication>=0.0.3
26
26
  Requires-Dist: typeguard<4.3.0,>=2.13.3
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "projen_modules",
8
- "version": "1.0.140",
8
+ "version": "1.0.142",
9
9
  "description": "A collection of projen modules",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/daveshepherd/projen-modules.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "projen_modules._jsii": [
29
- "projen-modules@1.0.140.jsii.tgz"
29
+ "projen-modules@1.0.142.jsii.tgz"
30
30
  ],
31
31
  "projen_modules": [
32
32
  "py.typed"
@@ -35,7 +35,7 @@ kwargs = json.loads(
35
35
  "python_requires": "~=3.9",
36
36
  "install_requires": [
37
37
  "constructs==10.4.2",
38
- "jsii>=1.114.1, <2.0.0",
38
+ "jsii>=1.115.0, <2.0.0",
39
39
  "projen<1.0.0, >=0.93.0",
40
40
  "publication>=0.0.3",
41
41
  "typeguard>=2.13.3,<4.3.0"
@@ -13332,3 +13332,6 @@ def _typecheckingstub__1e42be693dde8cd80a4e05381ff22f05cb4318ab11dab8a9118ec46f9
13332
13332
  ) -> None:
13333
13333
  """Type checking stubs"""
13334
13334
  pass
13335
+
13336
+ for cls in [ISectionOptions]:
13337
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
@@ -32,7 +32,7 @@ import constructs._jsii
32
32
  import projen._jsii
33
33
 
34
34
  __jsii_assembly__ = jsii.JSIIAssembly.load(
35
- "projen-modules", "1.0.140", __name__[0:-6], "projen-modules@1.0.140.jsii.tgz"
35
+ "projen-modules", "1.0.142", __name__[0:-6], "projen-modules@1.0.142.jsii.tgz"
36
36
  )
37
37
 
38
38
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: projen_modules
3
- Version: 1.0.140
3
+ Version: 1.0.142
4
4
  Summary: A collection of projen modules
5
5
  Home-page: https://github.com/daveshepherd/projen-modules.git
6
6
  Author: Dave Shepherd<dave.shepherd@endor.me.uk>
@@ -20,7 +20,7 @@ Requires-Python: ~=3.9
20
20
  Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
22
  Requires-Dist: constructs==10.4.2
23
- Requires-Dist: jsii<2.0.0,>=1.114.1
23
+ Requires-Dist: jsii<2.0.0,>=1.115.0
24
24
  Requires-Dist: projen<1.0.0,>=0.93.0
25
25
  Requires-Dist: publication>=0.0.3
26
26
  Requires-Dist: typeguard<4.3.0,>=2.13.3
@@ -11,4 +11,4 @@ src/projen_modules.egg-info/dependency_links.txt
11
11
  src/projen_modules.egg-info/requires.txt
12
12
  src/projen_modules.egg-info/top_level.txt
13
13
  src/projen_modules/_jsii/__init__.py
14
- src/projen_modules/_jsii/projen-modules@1.0.140.jsii.tgz
14
+ src/projen_modules/_jsii/projen-modules@1.0.142.jsii.tgz
@@ -1,5 +1,5 @@
1
1
  constructs==10.4.2
2
- jsii<2.0.0,>=1.114.1
2
+ jsii<2.0.0,>=1.115.0
3
3
  projen<1.0.0,>=0.93.0
4
4
  publication>=0.0.3
5
5
  typeguard<4.3.0,>=2.13.3