12 Commits

Author SHA1 Message Date
qdrant-cloud-bot
b7136bd1ba build(deps): bump pyasn1 from 0.6.3 to 0.6.4 in /tests (#9976)
Security release addressing CVE-2026-59884, CVE-2026-59885, and CVE-2026-59886.
Equivalent to #9973 for the dev branch.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 17:42:28 +02:00
qdrant-cloud-bot
3ae11a513c build(deps): bump cryptography from 48.0.0 to 48.0.1 in /tests (#9492)
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.0 to 48.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/48.0.0...48.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 48.0.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-17 10:23:01 +02:00
qdrant-cloud-bot
c958e0a74e build(deps): bump pyjwt from 2.12.1 to 2.13.0 in /tests (#9482)
Ports https://github.com/qdrant/qdrant/pull/9480 to dev.

Bumps pyjwt from 2.12.1 to 2.13.0 (security release).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 10:37:56 +02:00
qdrant-cloud-bot
c8a9d26934 build(deps): bump idna from 3.14 to 3.15 in /tests (#9115)
Port of #9098 to dev branch.

Co-authored-by: Cursor Agent <agent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 15:43:38 +02:00
Arnaud Gourlay
1f99a0b589 Bump integration tests Pytho tests (#9011) 2026-05-12 15:53:02 +02:00
Tim Visée
ecb2fb757f build(deps): bump cryptography from 46.0.5 to 46.0.7 in /tests (#8634)
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.7.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.7)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-09 11:30:42 +02:00
Arnaud Gourlay
3f57eb0345 Bump Python CI test deps (#8582) 2026-04-01 11:43:43 +02:00
qdrant-cloud-bot
623db4c2a5 build(deps): bump cryptography from 46.0.5 to 46.0.6 in /tests (#8569)
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6)

Made-with: Cursor

Co-authored-by: Cursor Agent <agent@cursor.com>
2026-04-01 10:19:32 +02:00
qdrant-cloud-bot
f6acad5086 chore: upgrade test dependencies (#8442)
Run `uv --project tests lock --upgrade` to update all test dependencies
to their latest compatible versions.

Updated packages:
- certifi: 2026.1.4 -> 2026.2.25
- charset-normalizer: 3.4.4 -> 3.4.6
- google-api-core: 2.29.0 -> 2.30.0
- google-auth: 2.48.0 -> 2.49.1
- googleapis-common-protos: 1.72.0 -> 1.73.0
- graphql-core: 3.2.7 -> 3.2.8
- hypothesis: 6.151.6 -> 6.151.9
- numpy: 2.4.2 -> 2.4.3
- pyasn1: 0.6.2 -> 0.6.3
- pyjwt: 2.11.0 -> 2.12.1
- pytest-cases: 3.9.1 -> 3.10.1
- qdrant-client: 1.16.2 -> 1.17.1
- werkzeug: 3.1.5 -> 3.1.6
- yarl: 1.22.0 -> 1.23.0

Removed:
- rsa: 4.9.1 (no longer needed by google-auth)

Made-with: Cursor

Co-authored-by: Cursor Agent <agent@cursor.com>
2026-03-18 11:32:08 +01:00
Arnaud Gourlay
134ffde18f uv dependencies upgrade (#8124) 2026-02-13 12:05:30 +01:00
Arnaud Gourlay
db4aa33e6e Update Python dependencies: urllib3, protobuf, werkzeug, pyasn1 (#8119)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: agourlay <606963+agourlay@users.noreply.github.com>
2026-02-13 08:21:17 +01:00
tellet-q
2ae05890c5 Move test dependencies to tests (#7793)
* Move pyproject and uv.lock to tests folder

* Make tests working-dir agnostic

* Fix test

* Address review
2025-12-17 15:50:28 +01:00