Skip to content

Commit 1b8a6eb

Browse files
authored
Merge pull request #1295 from JHLeeeMe/dependabot/pip/requests-2.32.2
Bump requests from 2.31.0 to 2.32.2
2 parents 7676162 + 98b2b90 commit 1b8a6eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-with-flake8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
strategy:
1818
matrix:
19-
python-version: ['3.7', '3.8', '3.9', '3.10']
19+
python-version: ['3.9', '3.10', '3.11']
2020

2121
steps:
2222
- uses: actions/checkout@v3

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ idna==3.7
77
PyGithub==1.51
88
PyJWT==2.6.0
99
pytz==2020.1
10-
requests==2.31.0
10+
requests==2.32.2
1111
selenium==3.141.0
1212
soupsieve==2.3.2.post1
1313
urllib3==1.26.19

0 commit comments

Comments
 (0)