pytest-clerk 4.1.1__tar.gz → 4.1.2__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: pytest-clerk
3
- Version: 4.1.1
3
+ Version: 4.1.2
4
4
  Summary: A set of pytest fixtures to help with integration testing with Clerk.
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -10,7 +10,7 @@ Requires-Python: >=3.10,<4.0
10
10
  Classifier: Framework :: Pytest
11
11
  Provides-Extra: aws
12
12
  Requires-Dist: httpx (>=0.28.0,<1.0.0)
13
- Requires-Dist: limits (>=4.0.1,<5.0.0)
13
+ Requires-Dist: limits (>=4.0.1,<5.7.0)
14
14
  Requires-Dist: pytest (>=8.0.0,<10.0.0)
15
15
  Requires-Dist: pytest-aws-fixtures (>=3.0.0,<4.0) ; extra == "aws"
16
16
  Requires-Dist: python-decouple (>=3.0,<4.0)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pytest-clerk"
3
- version = "4.1.1"
3
+ version = "4.1.2"
4
4
  description = "A set of pytest fixtures to help with integration testing with Clerk."
5
5
  license = "MIT"
6
6
  readme = "README.md"
@@ -18,7 +18,7 @@ pytest = ">=8.0.0,<10.0.0"
18
18
  python-decouple = ">=3.0,<4.0"
19
19
  tenacity = ">=9.0.0,<10.0.0"
20
20
  httpx = ">=0.28.0,<1.0.0"
21
- limits = ">=4.0.1,<5.0.0"
21
+ limits = ">=4.0.1,<5.7.0"
22
22
  pytest-aws-fixtures = { version = ">=3.0.0,<4.0", optional = true }
23
23
 
24
24
  [tool.poetry.extras]
File without changes
File without changes