Skip to content

Commit f04b5a6

Browse files
renovate-botdaniel-sancheparthea
authored
chore(deps): update all dependencies (#519)
* chore(deps): update all dependencies * pin pytest for python 3.7 --------- Co-authored-by: Daniel Sanche <[email protected]> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent ad50e36 commit f04b5a6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
backoff===1.11.1; python_version < "3.7"
22
backoff==2.2.1; python_version >= "3.7"
3-
pytest==7.4.4
4-
flaky==3.7.0
3+
pytest===7.4.3; python_version == '3.7'
4+
pytest==8.3.2; python_version >= '3.8'
5+
flaky==3.8.1
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
pytest==7.4.4
1+
pytest===7.4.3; python_version == '3.7'
2+
pytest==8.3.2; python_version >= '3.8'

0 commit comments

Comments
 (0)