Skip to content

Commit 0ba05f1

Browse files
chore(deps): bump pytest from 8.2.0 to 9.0.3 in /src/test/python in the pip group across 1 directory (#53)
* chore(deps): bump pytest Bumps the pip group with 1 update in the /src/test/python directory: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 8.2.0 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> * ci: Remove py3.9 test.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anush <mail@anush.sh>
1 parent 02cd44f commit 0ba05f1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version:
17-
- '3.9'
1817
- '3.10'
1918
- '3.11'
2019
- '3.12'

src/test/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pyspark==3.5.1
2-
pytest==8.2.0
2+
pytest==9.0.3
33
qdrant-client==1.13.3
44
testcontainers==4.4.0

0 commit comments

Comments
 (0)