simple-module-test 0.0.13__tar.gz → 0.0.14__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.4
2
2
  Name: simple_module_test
3
- Version: 0.0.13
3
+ Version: 0.0.14
4
4
  Summary: Shared pytest fixtures (app, client, db_session, authenticated_client) for writing simple_module module tests
5
5
  Project-URL: Homepage, https://github.com/antosubash/simple_module_python
6
6
  Project-URL: Repository, https://github.com/antosubash/simple_module_python
@@ -25,9 +25,9 @@ Requires-Dist: fastapi>=0.115
25
25
  Requires-Dist: httpx>=0.27
26
26
  Requires-Dist: pytest-asyncio>=0.24
27
27
  Requires-Dist: pytest>=8.0
28
- Requires-Dist: simple-module-core==0.0.13
29
- Requires-Dist: simple-module-db==0.0.13
30
- Requires-Dist: simple-module-hosting==0.0.13
28
+ Requires-Dist: simple-module-core==0.0.14
29
+ Requires-Dist: simple-module-db==0.0.14
30
+ Requires-Dist: simple-module-hosting==0.0.14
31
31
  Requires-Dist: sqlalchemy>=2.0
32
32
  Description-Content-Type: text/markdown
33
33
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "simple_module_test"
3
- version = "0.0.13"
3
+ version = "0.0.14"
4
4
  description = "Shared pytest fixtures (app, client, db_session, authenticated_client) for writing simple_module module tests"
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -25,9 +25,9 @@ dependencies = [
25
25
  "httpx>=0.27",
26
26
  "pytest>=8.0",
27
27
  "pytest-asyncio>=0.24",
28
- "simple_module_core==0.0.13",
29
- "simple_module_db==0.0.13",
30
- "simple_module_hosting==0.0.13",
28
+ "simple_module_core==0.0.14",
29
+ "simple_module_db==0.0.14",
30
+ "simple_module_hosting==0.0.14",
31
31
  "sqlalchemy>=2.0",
32
32
  ]
33
33