Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 29 additions & 29 deletions reports/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansicolors==1.1.8
anyio==4.9.0
appnope==0.1.4
argon2-cffi==23.1.0
argon2-cffi==25.1.0
argon2-cffi-bindings==21.2.0
arrow==1.3.0
asttokens==3.0.0
Expand All @@ -11,10 +11,10 @@ babel==2.17.0
beautifulsoup4==4.13.4
bleach==6.2.0
branca==0.8.1
certifi==2025.1.31
certifi==2025.4.26
cffi==1.17.1
charset-normalizer==3.4.1
click==8.1.8
charset-normalizer==3.4.2
click==8.2.1
comm==0.2.2
contourpy==1.3.2
cycler==0.12.1
Expand All @@ -25,59 +25,59 @@ entrypoints==0.4
et_xmlfile==2.0.0
executing==2.2.0
fastjsonschema==2.21.1
folium==0.19.5
fonttools==4.57.0
folium==0.19.7
fonttools==4.58.1
fqdn==1.5.1
h11==0.16.0
httpcore==1.0.9
httpx==0.28.1
idna==3.10
ipykernel==6.29.5
ipython==9.1.0
ipython==9.3.0
ipython_pygments_lexers==1.1.1
ipywidgets==8.1.6
ipywidgets==8.1.7
isoduration==20.11.0
jedi==0.19.2
Jinja2==3.1.6
json5==0.12.0
jsonpointer==3.0.0
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
jsonschema==4.24.0
jsonschema-specifications==2025.4.1
jupyter==1.1.1
jupyter-console==6.6.3
jupyter-events==0.12.0
jupyter-lsp==2.2.5
jupyter_client==8.6.3
jupyter_core==5.7.2
jupyter_server==2.15.0
jupyter_core==5.8.1
jupyter_server==2.16.0
jupyter_server_terminals==0.5.3
jupyterlab==4.4.0
jupyterlab==4.4.3
jupyterlab_pygments==0.3.0
jupyterlab_server==2.27.3
jupyterlab_widgets==3.0.14
jupyterlab_widgets==3.0.15
kiwisolver==1.4.8
MarkupSafe==3.0.2
matplotlib==3.10.1
matplotlib==3.10.3
matplotlib-inline==0.1.7
mistune==3.1.3
nbclient==0.10.2
nbconvert==7.16.6
nbformat==5.10.4
nest-asyncio==1.6.0
notebook==7.4.0
notebook==7.4.3
notebook_shim==0.2.4
numpy==2.2.4
numpy==2.2.6
openpyxl==3.1.5
overrides==7.7.0
packaging==24.2
pandas==2.2.3
packaging==25.0
pandas==2.3.0
pandocfilters==1.5.1
papermill==2.6.0
parso==0.8.4
pexpect==4.9.0
pillow==11.2.1
platformdirs==4.3.7
prometheus_client==0.21.1
platformdirs==4.3.8
prometheus_client==0.22.1
prompt_toolkit==3.0.51
psutil==7.0.0
ptyprocess==0.7.0
Expand All @@ -94,24 +94,24 @@ referencing==0.36.2
requests==2.32.3
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rpds-py==0.24.0
scipy==1.15.2
rpds-py==0.25.1
scipy==1.15.3
seaborn==0.13.2
Send2Trash==1.8.3
setuptools==80.3.1
setuptools==80.9.0
six==1.17.0
sniffio==1.3.1
soupsieve==2.6
soupsieve==2.7
sqlparse==0.5.3
stack-data==0.6.3
tenacity==9.1.2
terminado==0.18.1
tinycss2==1.4.0
tornado==6.5
tornado==6.5.1
tqdm==4.67.1
traitlets==5.14.3
types-python-dateutil==2.9.0.20241206
typing_extensions==4.13.2
types-python-dateutil==2.9.0.20250516
typing_extensions==4.14.0
tzdata==2025.2
uri-template==1.3.0
urllib3==2.4.0
Expand All @@ -120,4 +120,4 @@ webcolors==24.11.1
webencodings==0.5.1
websocket-client==1.8.0
widgetsnbextension==4.0.14
xyzservices==2025.1.0
xyzservices==2025.4.0
7 changes: 7 additions & 0 deletions reports/update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash -f

REPORTS_ROOT=$( cd "$( dirname "$0" )" && pwd )
. $REPORTS_ROOT/venv/bin/activate

pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U
pip freeze > requirements.txt
87 changes: 45 additions & 42 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,53 +1,56 @@
alembic==1.11.2
alembic==1.16.1
async-generator==1.10
attrs==21.4.0
Babel==2.9.1
beautifulsoup4==4.11.1
certifi==2024.7.4
cffi==1.15.0
charset-normalizer==2.0.8
click==8.0.3
attrs==25.3.0
babel==2.17.0
beautifulsoup4==4.13.4
blinker==1.9.0
certifi==2025.4.26
cffi==1.17.1
charset-normalizer==3.4.2
click==8.2.1
colorama==0.4.6
coverage==7.8.0
cryptography==44.0.1
docutils==0.17.1
Flask==2.2.5
coverage==7.8.2
cryptography==45.0.3
docutils==0.21.2
Flask==3.1.1
Flask-Login==0.6.3
Flask-WTF==1.2.1
Flask-WTF==1.2.2
greenlet==3.2.2
h11==0.16.0
idna==3.7
imagesize==1.3.0
itsdangerous==2.0.1
idna==3.10
imagesize==1.4.1
itsdangerous==2.2.0
Jinja2==3.1.6
Mako==1.2.4
MarkupSafe==2.1.2
numpy==2.2.5
outcome==1.1.0
pandas==2.2.3
Mako==1.3.10
MarkupSafe==3.0.2
numpy==2.2.6
outcome==1.3.0.post0
pandas==2.3.0
pdfkit==1.0.0
pgeocode==0.3.0
pycountry==20.7.3
pycparser==2.21
Pygments==2.15.1
pyOpenSSL==21.0.0
python-dateutil==2.8.2
python-dotenv==0.19.2
pytz==2021.3
pgeocode==0.5.0
pycountry==24.6.1
pycparser==2.22
Pygments==2.19.1
pyOpenSSL==25.1.0
PySocks==1.7.1
python-dateutil==2.9.0.post0
python-dotenv==1.1.0
pytz==2025.2
requests==2.32.3
selenium==4.1.0
six==1.16.0
sniffio==1.2.0
snowballstemmer==2.2.0
selenium==4.33.0
six==1.17.0
sniffio==1.3.1
snowballstemmer==3.0.1
sortedcontainers==2.4.0
soupsieve==2.3.2.post1
SQLAlchemy==1.4.27
trio==0.19.0
trio-websocket==0.9.2
typing_extensions==4.0.1
soupsieve==2.7
SQLAlchemy==2.0.41
trio==0.30.0
trio-websocket==0.12.2
typing_extensions==4.13.2
tzdata==2025.2
urllib3==1.26.19
urllib3==2.4.0
urllib3-secure-extra==0.1.0
Werkzeug==3.0.6
wsproto==1.0.0
WTForms==3.0.1
websocket-client==1.8.0
Werkzeug==3.1.3
wsproto==1.2.0
WTForms==3.2.1
7 changes: 7 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash -f

REPORTS_ROOT=$( cd "$( dirname "$0" )" && pwd )
. $REPORTS_ROOT/venv/bin/activate

pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U
pip freeze > requirements.txt
Loading