Skip to content

Commit e045297

Browse files
authored
Clean up dependabot test failures (#482)
* Clean up dependabot test failures * Remove python 3.7 test due to EOL
1 parent b1854cc commit e045297

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Python 3
1515
uses: actions/setup-python@v3
1616
with:
17-
python-version: 3.7
17+
python-version: 3.8
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip

.github/workflows/tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121

22-
- name: Run with setup-python 3.7
23-
uses: actions/setup-python@v5
24-
with:
25-
python-version: '3.7'
26-
- name: Setup required modules
27-
run: python -m pip install -r requirements.txt
28-
- name: Run tests
29-
run: python -m unittest discover -s segment
30-
3122
- name: Run with setup-python 3.8
3223
uses: actions/setup-python@v5
3324
with:

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
backoff==2.2.1
2-
cryptography==42.0.7
3-
flake8==3.7.9
2+
cryptography==43.0.1
3+
flake8==7.1.1
44
mock==2.0.0
5+
pylint==3.2.7
56
PyJWT==2.9.0
6-
pylint==2.8.0
77
python-dateutil==2.8.2
8-
requests==2.31.0
8+
requests==2.32.3

0 commit comments

Comments
 (0)