8000 Bumped pytest (#2000) · Raiffs-bits/botbuilder-python@40a4f60 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40a4f60

Browse files
tracyboehrerTracy Boehrer
and
Tracy Boehrer
authored
Bumped pytest (microsoft#2000)
* Bump dependencies * Bumped pytest --------- Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
1 parent 1a42100 commit 40a4f60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libraries/botbuilder-ai/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ botbuilder-schema==4.15.0
33
botbuilder-core==4.15.0
44
requests==2.31.0
55
aiounittest==1.3.0
6-
azure-cognitiveservices-language-luis==0.7.0
6+
azure-cognitiveservices-language-luis==0.2.0

libraries/botbuilder-applicationinsights/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
]
1313
TESTS_REQUIRES = [
1414
"aiounittest==1.3.0",
15-
"django==3.2.17", # For samples
15+
"django==3.2.19", # For samples
1616
"djangorestframework==3.10.3", # For samples
1717
"flask==2.2.5", # For samples
1818
]

libraries/botbuilder-testing/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"botbuilder-core==4.15.0",
1010
"botbuilder-dialogs==4.15.0",
1111
"botbuilder-azure==4.15.0",
12-
"pytest~=6.2.3",
12+
"pytest~=7.3.1",
1313
]
1414

1515
TESTS_REQUIRES = ["aiounittest==1.3.0"]

0 commit comments

Comments
 (0)
0