File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ansicolors == 1.1.8
22anyio == 4.9.0
33appnope == 0.1.4
4- argon2-cffi == 23 .1.0
4+ argon2-cffi == 25 .1.0
55argon2-cffi-bindings == 21.2.0
66arrow == 1.3.0
77asttokens == 3.0.0
@@ -11,10 +11,10 @@ babel==2.17.0
1111beautifulsoup4 == 4.13.4
1212bleach == 6.2.0
1313branca == 0.8.1
14- certifi == 2025.1.31
14+ certifi == 2025.4.26
1515cffi == 1.17.1
16- charset-normalizer == 3.4.1
17- click == 8.1.8
16+ charset-normalizer == 3.4.2
17+ click == 8.2.1
1818comm == 0.2.2
1919contourpy == 1.3.2
2020cycler == 0.12.1
@@ -25,59 +25,59 @@ entrypoints==0.4
2525et_xmlfile == 2.0.0
2626executing == 2.2.0
2727fastjsonschema == 2.21.1
28- folium == 0.19.5
29- fonttools == 4.57.0
28+ folium == 0.19.7
29+ fonttools == 4.58.1
3030fqdn == 1.5.1
3131h11 == 0.16.0
3232httpcore == 1.0.9
3333httpx == 0.28.1
3434idna == 3.10
3535ipykernel == 6.29.5
36- ipython == 9.1 .0
36+ ipython == 9.3 .0
3737ipython_pygments_lexers == 1.1.1
38- ipywidgets == 8.1.6
38+ ipywidgets == 8.1.7
3939isoduration == 20.11.0
4040jedi == 0.19.2
4141Jinja2 == 3.1.6
4242json5 == 0.12.0
4343jsonpointer == 3.0.0
44- jsonschema == 4.23 .0
45- jsonschema-specifications == 2024.10 .1
44+ jsonschema == 4.24 .0
45+ jsonschema-specifications == 2025.4 .1
4646jupyter == 1.1.1
4747jupyter-console == 6.6.3
4848jupyter-events == 0.12.0
4949jupyter-lsp == 2.2.5
5050jupyter_client == 8.6.3
51- jupyter_core == 5.7.2
52- jupyter_server == 2.15 .0
51+ jupyter_core == 5.8.1
52+ jupyter_server == 2.16 .0
5353jupyter_server_terminals == 0.5.3
54- jupyterlab == 4.4.0
54+ jupyterlab == 4.4.3
5555jupyterlab_pygments == 0.3.0
5656jupyterlab_server == 2.27.3
57- jupyterlab_widgets == 3.0.14
57+ jupyterlab_widgets == 3.0.15
5858kiwisolver == 1.4.8
5959MarkupSafe == 3.0.2
60- matplotlib == 3.10.1
60+ matplotlib == 3.10.3
6161matplotlib-inline == 0.1.7
6262mistune == 3.1.3
6363nbclient == 0.10.2
6464nbconvert == 7.16.6
6565nbformat == 5.10.4
6666nest-asyncio == 1.6.0
67- notebook == 7.4.0
67+ notebook == 7.4.3
6868notebook_shim == 0.2.4
69- numpy == 2.2.4
69+ numpy == 2.2.6
7070openpyxl == 3.1.5
7171overrides == 7.7.0
72- packaging == 24.2
73- pandas == 2.2.3
72+ packaging == 25.0
73+ pandas == 2.3.0
7474pandocfilters == 1.5.1
7575papermill == 2.6.0
7676parso == 0.8.4
7777pexpect == 4.9.0
7878pillow == 11.2.1
79- platformdirs == 4.3.7
80- prometheus_client == 0.21 .1
79+ platformdirs == 4.3.8
80+ prometheus_client == 0.22 .1
8181prompt_toolkit == 3.0.51
8282psutil == 7.0.0
8383ptyprocess == 0.7.0
@@ -94,24 +94,24 @@ referencing==0.36.2
9494requests == 2.32.3
9595rfc3339-validator == 0.1.4
9696rfc3986-validator == 0.1.1
97- rpds-py == 0.24.0
98- scipy == 1.15.2
97+ rpds-py == 0.25.1
98+ scipy == 1.15.3
9999seaborn == 0.13.2
100100Send2Trash == 1.8.3
101- setuptools == 80.3.1
101+ setuptools == 80.9.0
102102six == 1.17.0
103103sniffio == 1.3.1
104- soupsieve == 2.6
104+ soupsieve == 2.7
105105sqlparse == 0.5.3
106106stack-data == 0.6.3
107107tenacity == 9.1.2
108108terminado == 0.18.1
109109tinycss2 == 1.4.0
110- tornado == 6.5
110+ tornado == 6.5.1
111111tqdm == 4.67.1
112112traitlets == 5.14.3
113- types-python-dateutil == 2.9.0.20241206
114- typing_extensions == 4.13.2
113+ types-python-dateutil == 2.9.0.20250516
114+ typing_extensions == 4.14.0
115115tzdata == 2025.2
116116uri-template == 1.3.0
117117urllib3 == 2.4.0
@@ -120,4 +120,4 @@ webcolors==24.11.1
120120webencodings == 0.5.1
121121websocket-client == 1.8.0
122122widgetsnbextension == 4.0.14
123- xyzservices == 2025.1 .0
123+ xyzservices == 2025.4 .0
Original file line number Diff line number Diff line change 1+ #! /bin/bash -f
2+
3+ REPORTS_ROOT=$( cd " $( dirname " $0 " ) " && pwd )
4+ . $REPORTS_ROOT /venv/bin/activate
5+
6+ pip freeze --local | grep -v ' ^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U
7+ pip freeze > requirements.txt
Original file line number Diff line number Diff line change 1- alembic == 1.11.2
1+ alembic == 1.16.1
22async-generator == 1.10
3- attrs == 21.4.0
4- Babel == 2.9.1
5- beautifulsoup4 == 4.11.1
6- certifi == 2024.7.4
7- cffi == 1.15.0
8- charset-normalizer == 2.0.8
9- click == 8.0.3
3+ attrs == 25.3.0
4+ babel == 2.17.0
5+ beautifulsoup4 == 4.13.4
6+ blinker == 1.9.0
7+ certifi == 2025.4.26
8+ cffi == 1.17.1
9+ charset-normalizer == 3.4.2
10+ click == 8.2.1
1011colorama == 0.4.6
11- coverage == 7.8.0
12- cryptography == 44 .0.1
13- docutils == 0.17.1
14- Flask == 2.2.5
12+ coverage == 7.8.2
13+ cryptography == 45 .0.3
14+ docutils == 0.21.2
15+ Flask == 3.1.1
1516Flask-Login == 0.6.3
16- Flask-WTF == 1.2.1
17+ Flask-WTF == 1.2.2
1718greenlet == 3.2.2
1819h11 == 0.16.0
19- idna == 3.7
20- imagesize == 1.3.0
21- itsdangerous == 2.0.1
20+ idna == 3.10
21+ imagesize == 1.4.1
22+ itsdangerous == 2.2.0
2223Jinja2 == 3.1.6
23- Mako == 1.2.4
24- MarkupSafe == 2.1 .2
25- numpy == 2.2.5
26- outcome == 1.1.0
27- pandas == 2.2.3
24+ Mako == 1.3.10
25+ MarkupSafe == 3.0 .2
26+ numpy == 2.2.6
27+ outcome == 1.3.0.post0
28+ pandas == 2.3.0
2829pdfkit == 1.0.0
29- pgeocode == 0.3.0
30- pycountry == 20.7.3
31- pycparser == 2.21
32- Pygments == 2.15.1
33- pyOpenSSL == 21.0.0
34- python-dateutil == 2.8.2
35- python-dotenv == 0.19.2
36- pytz == 2021.3
30+ pgeocode == 0.5.0
31+ pycountry == 24.6.1
32+ pycparser == 2.22
33+ Pygments == 2.19.1
34+ pyOpenSSL == 25.1.0
35+ PySocks == 1.7.1
36+ python-dateutil == 2.9.0.post0
37+ python-dotenv == 1.1.0
38+ pytz == 2025.2
3739requests == 2.32.3
38- selenium == 4.1 .0
39- six == 1.16 .0
40- sniffio == 1.2.0
41- snowballstemmer == 2.2.0
40+ selenium == 4.33 .0
41+ six == 1.17 .0
42+ sniffio == 1.3.1
43+ snowballstemmer == 3.0.1
4244sortedcontainers == 2.4.0
43- soupsieve == 2.3.2.post1
44- SQLAlchemy == 1.4.27
45- trio == 0.19 .0
46- trio-websocket == 0.9 .2
47- typing_extensions == 4.0.1
45+ soupsieve == 2.7
46+ SQLAlchemy == 2.0.41
47+ trio == 0.30 .0
48+ trio-websocket == 0.12 .2
49+ typing_extensions == 4.13.2
4850tzdata == 2025.2
49- urllib3 == 1.26.19
51+ urllib3 == 2.4.0
5052urllib3-secure-extra == 0.1.0
51- Werkzeug == 3.0.6
52- wsproto == 1.0.0
53- WTForms == 3.0.1
53+ websocket-client == 1.8.0
54+ Werkzeug == 3.1.3
55+ wsproto == 1.2.0
56+ WTForms == 3.2.1
Original file line number Diff line number Diff line change 1+ #! /bin/bash -f
2+
3+ REPORTS_ROOT=$( cd " $( dirname " $0 " ) " && pwd )
4+ . $REPORTS_ROOT /venv/bin/activate
5+
6+ pip freeze --local | grep -v ' ^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U
7+ pip freeze > requirements.txt
You can’t perform that action at this time.
0 commit comments