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 26, 2023
1 parent f3dff35 commit a422582
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile requirements-dev.in
#
astroid==2.15.5
astroid==2.15.6
# via pylint
beautifulsoup4==4.12.2
# via bs4
blinker==1.6.2
# via flask
bs4==0.0.1
# via -r requirements.in
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.6
# via flask
dill==0.3.6
dill==0.3.7
# via pylint
feedgen==0.9.0
# via -r requirements.in
Expand All @@ -34,19 +34,19 @@ jinja2==3.1.2
# via flask
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.2
lxml==4.9.3
# via feedgen
markupsafe==2.1.2
markupsafe==2.1.3
# via
# jinja2
# werkzeug
mccabe==0.7.0
# via pylint
peewee==3.16.2
# via -r requirements.in
platformdirs==3.5.1
platformdirs==3.9.1
# via pylint
pylint==2.17.4
pylint==2.17.5
# via -r requirements-dev.in
python-dateutil==2.8.2
# via feedgen
Expand All @@ -60,11 +60,11 @@ tomli==2.0.1
# via pylint
tomlkit==0.11.8
# via pylint
typing-extensions==4.6.0
typing-extensions==4.7.1
# via astroid
urllib3==2.0.2
urllib3==2.0.4
# via requests
werkzeug==2.3.4
werkzeug==2.3.6
# via flask
wrapt==1.15.0
# via astroid
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ blinker==1.6.2
# via flask
bs4==0.0.1
# via -r requirements.in
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.6
# via flask
feedgen==0.9.0
# via -r requirements.in
Expand All @@ -26,9 +26,9 @@ itsdangerous==2.1.2
# via flask
jinja2==3.1.2
# via flask
lxml==4.9.2
lxml==4.9.3
# via feedgen
markupsafe==2.1.2
markupsafe==2.1.3
# via
# jinja2
# werkzeug
Expand All @@ -42,7 +42,7 @@ six==1.16.0
# via python-dateutil
soupsieve==2.4.1
# via beautifulsoup4
urllib3==2.0.2
urllib3==2.0.4
# via requests
werkzeug==2.3.4
werkzeug==2.3.6
# via flask

0 comments on commit a422582

Please sign in to comment.