Skip to content

Commit 258fdcc

Browse files
committed
Upgrade test dependencies for code generated clients
1 parent 6e833f5 commit 258fdcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codegen/core/src/main/java/software/amazon/smithy/python/codegen/SmithyPythonDependency.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public final class SmithyPythonDependency {
8787
*/
8888
public static final PythonDependency PYTEST = new PythonDependency(
8989
"pytest",
90-
">=7.2.0,<8.0.0",
90+
">=9.0.1,<10.0.0",
9191
Type.TEST_DEPENDENCY,
9292
false);
9393

@@ -96,7 +96,7 @@ public final class SmithyPythonDependency {
9696
*/
9797
public static final PythonDependency PYTEST_ASYNCIO = new PythonDependency(
9898
"pytest-asyncio",
99-
">=0.20.3,<0.21.0",
99+
">=1.3.0,<1.4.0",
100100
Type.TEST_DEPENDENCY,
101101
false);
102102

0 commit comments

Comments
 (0)