Skip to content

Commit

Permalink
chore(deps): update all dependencies (#519)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* pin pytest for python 3.7

---------

Co-authored-by: Daniel Sanche <sanche@google.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people committed Aug 14, 2024
1 parent ad50e36 commit f04b5a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
backoff===1.11.1; python_version < "3.7"
backoff==2.2.1; python_version >= "3.7"
pytest==7.4.4
flaky==3.7.0
pytest===7.4.3; python_version == '3.7'
pytest==8.3.2; python_version >= '3.8'
flaky==3.8.1
3 changes: 2 additions & 1 deletion samples/snippets/schedule-export/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest==7.4.4
pytest===7.4.3; python_version == '3.7'
pytest==8.3.2; python_version >= '3.8'

0 comments on commit f04b5a6

Please sign in to comment.