Skip to content

Commit b6c957d

Browse files
cluckett-aristadethi
authored andcommitted
python: Update requirements for compatible versions with 3.11 (#459)
* python: Update requirements for compatible versions with 3.14 * python/tests: setup -> setup_method * pytest 8.0.0 -> 8.0.2 * Update python/requirements-dev.txt * Update python/requirements.txt
1 parent 3a65a24 commit b6c957d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

python/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packaging
66
pexpect
77
pip-tools
88
pyOpenSSL
9-
pytest==6.2.5
9+
pytest==8.0.2
1010
pytest-cov
1111
pytest-rerunfailures
1212
retry

python/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ markupsafe==3.0.2
3636
# via
3737
# jinja2
3838
# werkzeug
39-
orjson==3.10.15
39+
oauthlib==3.2.2
40+
# via
41+
# kubernetes
42+
# requests-oauthlib
43+
orjson==3.11.5
4044
# via -r requirements.in
4145
packaging==24.2
4246
# via gunicorn

python/tests/unit/test_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def test_count(self):
442442

443443

444444
class TestDependencyManager:
445-
def setup(self):
445+
def setup_method(self):
446446
self.deps = DependencyManager(
447447
[
448448
SecretDependency(),

0 commit comments

Comments
 (0)