robotframework-schemathesislibrary 2.3.2__tar.gz → 2.3.3__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 (12) hide show
  1. {robotframework_schemathesislibrary-2.3.2/src/robotframework_schemathesislibrary.egg-info → robotframework_schemathesislibrary-2.3.3}/PKG-INFO +2 -2
  2. {robotframework_schemathesislibrary-2.3.2 → robotframework_schemathesislibrary-2.3.3}/pyproject.toml +2 -2
  3. {robotframework_schemathesislibrary-2.3.2 → robotframework_schemathesislibrary-2.3.3}/src/SchemathesisLibrary/__init__.py +1 -1
  4. {robotframework_schemathesislibrary-2.3.2 → robotframework_schemathesislibrary-2.3.3/src/robotframework_schemathesislibrary.egg-info}/PKG-INFO +2 -2
  5. {robotframework_schemathesislibrary-2.3.2 → robotframework_schemathesislibrary-2.3.3}/src/robotframework_schemathesislibrary.egg-info/requires.txt +1 -1
  6. {robotframework_schemathesislibrary-2.3.2 → robotframework_schemathesislibrary-2.3.3}/LICENSE +0 -0
  7. {robotframework_schemathesislibrary-2.3.2 → robotframework_schemathesislibrary-2.3.3}/README.md +0 -0
  8. {robotframework_schemathesislibrary-2.3.2 → robotframework_schemathesislibrary-2.3.3}/setup.cfg +0 -0
  9. {robotframework_schemathesislibrary-2.3.2 → robotframework_schemathesislibrary-2.3.3}/src/SchemathesisLibrary/schemathesisreader.py +0 -0
  10. {robotframework_schemathesislibrary-2.3.2 → robotframework_schemathesislibrary-2.3.3}/src/robotframework_schemathesislibrary.egg-info/SOURCES.txt +0 -0
  11. {robotframework_schemathesislibrary-2.3.2 → robotframework_schemathesislibrary-2.3.3}/src/robotframework_schemathesislibrary.egg-info/dependency_links.txt +0 -0
  12. {robotframework_schemathesislibrary-2.3.2 → robotframework_schemathesislibrary-2.3.3}/src/robotframework_schemathesislibrary.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotframework-schemathesislibrary
3
- Version: 2.3.2
3
+ Version: 2.3.3
4
4
  Summary: Robot Framework SchemathesisLibrary to automatically create test cases from API specifications.
5
5
  Author-email: Tatu Aalto <aalto.tatu@gmail.com>
6
6
  License-Expression: Apache-2.0
@@ -11,7 +11,7 @@ License-File: LICENSE
11
11
  Requires-Dist: robotframework>=7.2.2
12
12
  Requires-Dist: robotframework-datadriver>=1.11.2
13
13
  Requires-Dist: robotframework-pythonlibcore>=4.5.0
14
- Requires-Dist: schemathesis>=4.17.0
14
+ Requires-Dist: schemathesis>=4.18.0
15
15
  Dynamic: license-file
16
16
 
17
17
  # Robot Framework SchemathesisLibrary
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "robotframework-schemathesislibrary"
3
- version = "2.3.2"
3
+ version = "2.3.3"
4
4
  description = "Robot Framework SchemathesisLibrary to automatically create test cases from API specifications."
5
5
  authors = [
6
6
  { name="Tatu Aalto", email="aalto.tatu@gmail.com" },
@@ -13,7 +13,7 @@ dependencies = [
13
13
  "robotframework>=7.2.2",
14
14
  "robotframework-datadriver>=1.11.2",
15
15
  "robotframework-pythonlibcore>=4.5.0",
16
- "schemathesis>=4.17.0",
16
+ "schemathesis>=4.18.0",
17
17
  ]
18
18
 
19
19
  [dependency-groups]
@@ -31,7 +31,7 @@ from .schemathesisreader import Options, SchemathesisReader
31
31
  if TYPE_CHECKING:
32
32
  from pathlib import Path
33
33
 
34
- __version__ = "2.3.2"
34
+ __version__ = "2.3.3"
35
35
 
36
36
 
37
37
  class SchemathesisLibrary(DynamicCore):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotframework-schemathesislibrary
3
- Version: 2.3.2
3
+ Version: 2.3.3
4
4
  Summary: Robot Framework SchemathesisLibrary to automatically create test cases from API specifications.
5
5
  Author-email: Tatu Aalto <aalto.tatu@gmail.com>
6
6
  License-Expression: Apache-2.0
@@ -11,7 +11,7 @@ License-File: LICENSE
11
11
  Requires-Dist: robotframework>=7.2.2
12
12
  Requires-Dist: robotframework-datadriver>=1.11.2
13
13
  Requires-Dist: robotframework-pythonlibcore>=4.5.0
14
- Requires-Dist: schemathesis>=4.17.0
14
+ Requires-Dist: schemathesis>=4.18.0
15
15
  Dynamic: license-file
16
16
 
17
17
  # Robot Framework SchemathesisLibrary
@@ -1,4 +1,4 @@
1
1
  robotframework>=7.2.2
2
2
  robotframework-datadriver>=1.11.2
3
3
  robotframework-pythonlibcore>=4.5.0
4
- schemathesis>=4.17.0
4
+ schemathesis>=4.18.0