Skip to content

Commit 819889d

Browse files
committed
Update dependencies to latest versions
1 parent 6bfecc2 commit 819889d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[pytest]
22
testpaths = tests
3+
# legacy google-api-python-client holds deprecated version of httplib2. Which cause deprecation warning: DeprecationWarning: 'setName' deprecated - use 'set_name'
34
filterwarnings =
45
ignore:.*'setName' deprecated:DeprecationWarning
56
DJANGO_SETTINGS_MODULE = webui.settings

requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ django-bootstrap5==24.3
1212
django-filter==25.1
1313
django-tables2==2.7.5
1414
google-api-python-client==2.174.0
15-
httplib2==0.31.0
1615
influxdb-client==1.49.0
1716
msrest==0.7.1
18-
openqa_client==4.3.0
17+
openqa_client==4.3.1
1918
protobuf==6.31.1
2019
python-dateutil==2.9.0.post0
21-
requests==2.32.4
20+
requests==2.32.5
2221
texttable==1.7.0
23-
urllib3==2.5.0
24-
uwsgi==2.0.30
22+
urllib3==2.3.0
23+
uwsgi==2.0.31

0 commit comments

Comments
 (0)