Skip to content

Commit

Permalink
Upgrade packages to fix some security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDAlessandro committed Jun 5, 2024
1 parent 74b1203 commit 1fd0e63
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 36 deletions.
49 changes: 23 additions & 26 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
attrs==23.2.0
# via pytest-mypy
black==24.4.1
black==24.4.2
# via vis (pyproject.toml)
blinker==1.7.0
blinker==1.8.2
# via flask
build==1.2.1
# via pip-tools
certifi==2024.2.2
certifi==2024.6.2
# via requests
cfgv==3.4.0
# via pre-commit
Expand All @@ -23,11 +23,9 @@ click==8.1.7
# black
# flask
# pip-tools
coverage[toml]==7.5.0
# via
# coverage
# pytest-cov
dash==2.16.1
coverage[toml]==7.5.3
# via pytest-cov
dash==2.17.0
# via vis (pyproject.toml)
dash-core-components==2.0.0
# via dash
Expand All @@ -41,7 +39,7 @@ distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.1
# via pytest
filelock==3.13.4
filelock==3.14.0
# via
# pytest-mypy
# virtualenv
Expand All @@ -59,7 +57,7 @@ iniconfig==2.0.0
# via pytest
itsdangerous==2.2.0
# via flask
jinja2==3.1.3
jinja2==3.1.4
# via flask
markupsafe==2.1.5
# via
Expand All @@ -75,7 +73,7 @@ mypy-extensions==1.0.0
# mypy
nest-asyncio==1.6.0
# via dash
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
numpy==1.26.4
# via
Expand All @@ -90,27 +88,27 @@ packaging==24.0
# pytest
pandas==2.2.2
# via vis (pyproject.toml)
pandas-stubs==2.2.1.240316
pandas-stubs==2.2.2.240603
# via vis (pyproject.toml)
pathspec==0.12.1
# via black
pip-tools==7.4.1
# via vis (pyproject.toml)
platformdirs==4.2.1
platformdirs==4.2.2
# via
# black
# virtualenv
plotly==5.21.0
plotly==5.22.0
# via dash
pluggy==1.5.0
# via pytest
pre-commit==3.7.0
pre-commit==3.7.1
# via vis (pyproject.toml)
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.1.1
pytest==8.2.2
# via
# pytest-cov
# pytest-mock
Expand All @@ -130,17 +128,17 @@ pyyaml==6.0.1
# via
# pre-commit
# vis (pyproject.toml)
requests==2.31.0
requests==2.32.3
# via dash
retrying==1.3.4
# via dash
ruff==0.4.1
ruff==0.4.7
# via vis (pyproject.toml)
six==1.16.0
# via
# python-dateutil
# retrying
tenacity==8.2.3
tenacity==8.3.0
# via plotly
tomli==2.0.1
# via
Expand All @@ -149,15 +147,14 @@ tomli==2.0.1
# coverage
# mypy
# pip-tools
# pyproject-hooks
# pytest
types-pytz==2024.1.0.20240417
# via pandas-stubs
types-pyyaml==6.0.12.20240311
# via vis (pyproject.toml)
types-requests==2.31.0.20240406
types-requests==2.32.0.20240602
# via vis (pyproject.toml)
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# black
# dash
Expand All @@ -168,15 +165,15 @@ urllib3==2.2.1
# via
# requests
# types-requests
virtualenv==20.26.0
virtualenv==20.26.2
# via pre-commit
werkzeug==3.0.2
werkzeug==3.0.3
# via
# dash
# flask
wheel==0.43.0
# via pip-tools
zipp==3.18.1
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile
#
blinker==1.7.0
blinker==1.8.2
# via flask
certifi==2024.2.2
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via flask
dash==2.16.1
dash==2.17.0
# via vis (pyproject.toml)
dash-core-components==2.0.0
# via dash
Expand All @@ -32,7 +32,7 @@ importlib-metadata==7.1.0
# via dash
itsdangerous==2.2.0
# via flask
jinja2==3.1.3
jinja2==3.1.4
# via flask
markupsafe==2.1.5
# via
Expand All @@ -48,35 +48,35 @@ packaging==24.0
# plotly
pandas==2.2.2
# via vis (pyproject.toml)
plotly==5.21.0
plotly==5.22.0
# via dash
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
pyyaml==6.0.1
# via vis (pyproject.toml)
requests==2.31.0
requests==2.32.3
# via dash
retrying==1.3.4
# via dash
six==1.16.0
# via
# python-dateutil
# retrying
tenacity==8.2.3
tenacity==8.3.0
# via plotly
typing-extensions==4.11.0
typing-extensions==4.12.1
# via dash
tzdata==2024.1
# via pandas
urllib3==2.2.1
# via requests
werkzeug==3.0.2
werkzeug==3.0.3
# via
# dash
# flask
zipp==3.18.1
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 1fd0e63

Please sign in to comment.