We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a65a24 commit b6c957dCopy full SHA for b6c957d
python/requirements-dev.txt
@@ -6,7 +6,7 @@ packaging
6
pexpect
7
pip-tools
8
pyOpenSSL
9
-pytest==6.2.5
+pytest==8.0.2
10
pytest-cov
11
pytest-rerunfailures
12
retry
python/requirements.txt
@@ -36,7 +36,11 @@ markupsafe==3.0.2
36
# via
37
# jinja2
38
# werkzeug
39
-orjson==3.10.15
+oauthlib==3.2.2
40
+ # via
41
+ # kubernetes
42
+ # requests-oauthlib
43
+orjson==3.11.5
44
# via -r requirements.in
45
packaging==24.2
46
# via gunicorn
python/tests/unit/test_fetch.py
@@ -442,7 +442,7 @@ def test_count(self):
442
443
444
class TestDependencyManager:
445
- def setup(self):
+ def setup_method(self):
446
self.deps = DependencyManager(
447
[
448
SecretDependency(),
0 commit comments