Skip to content

Commit 25893c8

Browse files
chore(deps): update dependency pytest to v9
1 parent 36db67d commit 25893c8

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

hooks/openfeature-hooks-opentelemetry/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dev = [
3030
"coverage[toml]>=7.10.0,<8.0.0",
3131
"mypy>=1.18.0,<2.0.0",
3232
"poethepoet>=0.37.0",
33-
"pytest>=8.4.0,<9.0.0",
33+
"pytest>=9.0.2,<9.1.0",
3434
]
3535

3636
[tool.uv.build-backend]

providers/openfeature-provider-aws-ssm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dev = [
3636
"coverage[toml]>=7.10.0,<8.0.0",
3737
"mypy>=1.18.0,<2.0.0",
3838
"poethepoet>=0.37.0",
39-
"pytest>=8.4.0,<9.0.0",
39+
"pytest>=9.0.2,<9.1.0",
4040
"pytest-asyncio>=0.23.0",
4141
"moto[ssm]>=5.0.0,<6.0.0",
4242
]

providers/openfeature-provider-env-var/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dev = [
2828
"coverage[toml]>=7.10.0,<8.0.0",
2929
"mypy>=1.18.0,<2.0.0",
3030
"poethepoet>=0.37.0",
31-
"pytest>=8.4.0,<9.0.0",
31+
"pytest>=9.0.2,<9.1.0",
3232
]
3333

3434
[tool.uv.build-backend]

providers/openfeature-provider-flagd/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dev = [
3838
"grpcio-health-checking>=1.74.0,<2.0.0",
3939
"mypy>=1.18.0,<2.0.0",
4040
"poethepoet>=0.37.0",
41-
"pytest>=8.4.0,<9.0.0",
41+
"pytest>=9.0.2,<9.1.0",
4242
"pytest-bdd>=8.1.0,<9.0.0",
4343
"testcontainers>=4.12.0,<5.0.0",
4444
"types-grpcio>=1.0.0,<2.0.0",

providers/openfeature-provider-flipt/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dev = [
2929
"coverage[toml]>=7.10.0,<8.0.0",
3030
"mypy>=1.18.0,<2.0.0",
3131
"poethepoet>=0.37.0",
32-
"pytest>=8.4.0,<9.0.0",
32+
"pytest>=9.0.2,<9.1.0",
3333
"requests-mock>=1.12.0,<2.0.0",
3434
"types-requests>=2.31.0,<3.0.0", # NOTE: types-requests>=2.32.0 has dependency conflicts with boto3/moto on Python 3.9
3535
]

providers/openfeature-provider-ofrep/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dev = [
3030
"coverage[toml]>=7.10.0,<8.0.0",
3131
"mypy>=1.18.0,<2.0.0",
3232
"poethepoet>=0.37.0",
33-
"pytest>=8.4.0,<9.0.0",
33+
"pytest>=9.0.2,<9.1.0",
3434
"requests-mock>=1.12.0,<2.0.0",
3535
"types-requests>=2.31.0,<3.0.0", # NOTE: types-requests>=2.32.0 has dependency conflicts with boto3/moto on Python 3.9
3636
]

providers/openfeature-provider-unleash/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dev = [
2929
"coverage[toml]>=7.10.0,<8.0.0",
3030
"mypy>=1.18.0,<2.0.0",
3131
"poethepoet>=0.37.0",
32-
"pytest>=8.4.0,<9.0.0",
32+
"pytest>=9.0.2,<9.1.0",
3333
"pytest-asyncio>=0.23.0",
3434
"psycopg2-binary>=2.9.0,<3.0.0",
3535
"testcontainers>=4.12.0,<5.0.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
dev = [
1919
"coverage[toml]>=7.10.0,<8.0.0",
2020
"mypy>=1.18.0,<2.0.0",
21-
"pytest>=8.4.0,<9.0.0",
21+
"pytest>=9.0.2,<9.1.0",
2222
]
2323

2424
[tool.uv]

0 commit comments

Comments
 (0)