Skip to content

Commit

Permalink
requests security update and more
Browse files Browse the repository at this point in the history
  • Loading branch information
aquatix committed May 26, 2024
1 parent fad7dc5 commit a35fbff
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
18 changes: 12 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements-dev.in
astroid==3.1.0
astroid==3.2.2
# via pylint
beautifulsoup4==4.12.3
# via bs4
blinker==1.8.2
# via flask
bs4==0.0.2
# via -r requirements.in
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
Expand All @@ -16,7 +17,9 @@ click==8.1.7
dill==0.3.8
# via pylint
feedgen==1.0.0
# via -r requirements.in
flask==3.0.3
# via -r requirements.in
idna==3.7
# via requests
isort==5.13.2
Expand All @@ -25,21 +28,24 @@ itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
lxml==5.2.1
lxml==5.2.2
# via feedgen
markupsafe==2.1.5
# via
# jinja2
# werkzeug
mccabe==0.7.0
# via pylint
peewee==3.17.3
platformdirs==4.2.1
peewee==3.17.5
# via -r requirements.in
platformdirs==4.2.2
# via pylint
pylint==3.1.0
pylint==3.2.2
# via -r requirements-dev.in
python-dateutil==2.9.0.post0
# via feedgen
requests==2.31.0
requests==2.32.2
# via -r requirements.in
six==1.16.0
# via python-dateutil
soupsieve==2.5
Expand Down
11 changes: 8 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,35 @@ beautifulsoup4==4.12.3
blinker==1.8.2
# via flask
bs4==0.0.2
# via -r requirements.in
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via flask
feedgen==1.0.0
# via -r requirements.in
flask==3.0.3
# via -r requirements.in
idna==3.7
# via requests
itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
lxml==5.2.1
lxml==5.2.2
# via feedgen
markupsafe==2.1.5
# via
# jinja2
# werkzeug
peewee==3.17.3
peewee==3.17.5
# via -r requirements.in
python-dateutil==2.9.0.post0
# via feedgen
requests==2.31.0
requests==2.32.2
# via -r requirements.in
six==1.16.0
# via python-dateutil
soupsieve==2.5
Expand Down

0 comments on commit a35fbff

Please sign in to comment.