pytest-clerk 2.1.0__tar.gz → 4.0.0__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: pytest-clerk
3
- Version: 2.1.0
3
+ Version: 4.0.0
4
4
  Summary: A set of pytest fixtures to help with integration testing with Clerk.
5
5
  Home-page: https://gitlab.com/munipal-oss/pytest-clerk
6
6
  License: MIT
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.12
16
16
  Provides-Extra: aws
17
17
  Requires-Dist: httpx (>=0.27.0,<0.28.0)
18
18
  Requires-Dist: pytest (>=8.0.0,<9.0.0)
19
- Requires-Dist: pytest-aws-fixtures (>=2.0.0,<3.0.0) ; extra == "aws"
19
+ Requires-Dist: pytest-aws-fixtures (>=3.0.0,<4.0.0) ; extra == "aws"
20
20
  Requires-Dist: python-decouple (>=3.0,<4.0)
21
21
  Requires-Dist: tenacity (>=9.0.0,<10.0.0)
22
22
  Project-URL: Repository, https://gitlab.com/munipal-oss/pytest-clerk
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pytest-clerk"
3
- version = "2.1.0"
3
+ version = "4.0.0"
4
4
  description = "A set of pytest fixtures to help with integration testing with Clerk."
5
5
  authors = ["Ryan Causey <ryan.causey@munipal.io>"]
6
6
  license = "MIT"
@@ -16,13 +16,13 @@ pytest = "^8.0.0"
16
16
  python-decouple = "^3.0"
17
17
  tenacity = "^9.0.0"
18
18
  httpx = "^0.27.0"
19
- pytest-aws-fixtures = {version = "^2.0.0", optional = true}
19
+ pytest-aws-fixtures = {version = "^3.0.0", optional = true}
20
20
 
21
21
  [tool.poetry.group.dev.dependencies]
22
22
  prospector = "^1.10.2"
23
23
  black = "^24.0.0"
24
24
  isort = "^5.12.0"
25
- pre-commit = "^3.7.0"
25
+ pre-commit = "^4.0.0"
26
26
 
27
27
  [tool.poetry.extras]
28
28
  aws = ["pytest-aws-fixtures"]
File without changes
File without changes