Skip to content

Commit

Permalink
certifi security update and more
Browse files Browse the repository at this point in the history
  • Loading branch information
aquatix committed Jul 7, 2024
1 parent a35fbff commit 76e4924
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ blinker==1.8.2
# via flask
bs4==0.0.2
# via -r requirements.in
certifi==2024.2.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -36,23 +36,23 @@ markupsafe==2.1.5
# werkzeug
mccabe==0.7.0
# via pylint
peewee==3.17.5
peewee==3.17.6
# via -r requirements.in
platformdirs==4.2.2
# via pylint
pylint==3.2.2
pylint==3.2.5
# via -r requirements-dev.in
python-dateutil==2.9.0.post0
# via feedgen
requests==2.32.2
requests==2.32.3
# via -r requirements.in
six==1.16.0
# via python-dateutil
soupsieve==2.5
# via beautifulsoup4
tomlkit==0.12.5
# via pylint
urllib3==2.2.1
urllib3==2.2.2
# via requests
werkzeug==3.0.3
# via flask
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ blinker==1.8.2
# via flask
bs4==0.0.2
# via -r requirements.in
certifi==2024.2.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -28,17 +28,17 @@ markupsafe==2.1.5
# via
# jinja2
# werkzeug
peewee==3.17.5
peewee==3.17.6
# via -r requirements.in
python-dateutil==2.9.0.post0
# via feedgen
requests==2.32.2
requests==2.32.3
# via -r requirements.in
six==1.16.0
# via python-dateutil
soupsieve==2.5
# via beautifulsoup4
urllib3==2.2.1
urllib3==2.2.2
# via requests
werkzeug==3.0.3
# via flask

0 comments on commit 76e4924

Please sign in to comment.