Skip to content

Commit

Permalink
requests security update
Browse files Browse the repository at this point in the history
  • Loading branch information
aquatix committed May 23, 2023
1 parent ca71fa6 commit f3dff35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-dev.in
#
astroid==2.15.4
astroid==2.15.5
# via pylint
beautifulsoup4==4.12.2
# via bs4
Expand Down Expand Up @@ -44,13 +44,13 @@ mccabe==0.7.0
# via pylint
peewee==3.16.2
# via -r requirements.in
platformdirs==3.5.0
platformdirs==3.5.1
# via pylint
pylint==2.17.4
# via -r requirements-dev.in
python-dateutil==2.8.2
# via feedgen
requests==2.30.0
requests==2.31.0
# via -r requirements.in
six==1.16.0
# via python-dateutil
Expand All @@ -60,7 +60,7 @@ tomli==2.0.1
# via pylint
tomlkit==0.11.8
# via pylint
typing-extensions==4.5.0
typing-extensions==4.6.0
# via astroid
urllib3==2.0.2
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ peewee==3.16.2
# via -r requirements.in
python-dateutil==2.8.2
# via feedgen
requests==2.30.0
requests==2.31.0
# via -r requirements.in
six==1.16.0
# via python-dateutil
Expand Down

0 comments on commit f3dff35

Please sign in to comment.