Skip to content

Commit 0e5e7ec

Browse files
authored
Merge pull request #41 from zkoppert/dependabot/pip/python-dotenv-1.0.0
Bump python-dotenv from 0.21.1 to 1.0.0
2 parents 25a9f0d + 59d1ffb commit 0e5e7ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.7, 3.8, 3.9]
18+
python-version: [3.9, 3.11]
1919

2020
steps:
2121
- uses: actions/checkout@v2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github3.py==3.2.0
2-
python-dotenv==0.21.1
2+
python-dotenv==1.0.0
33
repo-activity-score==0.0.4

0 commit comments

Comments
 (0)