Skip to content

Commit

Permalink
upgrades dependencies to latest version (#8)
Browse files Browse the repository at this point in the history
* upgrades dependencies to latest version

* fix bokeh script version
  • Loading branch information
isaric authored Nov 28, 2023
1 parent 21d5274 commit ecad9ee
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
weather-env
.env
__pycache__
.idea
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
blinker==1.6.2
bokeh==3.2.1
certifi==2023.5.7
charset-normalizer==3.2.0
click==8.1.6
contourpy==1.1.0
Flask==2.3.2
idna==3.4
blinker==1.7.0
bokeh==3.3.1
certifi==2023.11.17
charset-normalizer==3.3.2
click==8.1.7
contourpy==1.2.0
Flask==3.0.0
idna==3.6
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.3
numpy==1.25.1
packaging==23.1
pandas==2.0.3
Pillow==10.0.0
numpy==1.26.2
packaging==23.2
pandas==2.1.3
Pillow==10.1.0
python-dateutil==2.8.2
pytz==2023.3
pytz==2023.3.post1
PyYAML==6.0.1
requests==2.31.0
six==1.16.0
tornado==6.3.2
tornado==6.3.3
tzdata==2023.3
urllib3==2.0.4
Werkzeug==2.3.6
xyzservices==2023.7.0
urllib3==2.1.0
Werkzeug==3.0.1
xyzservices==2023.10.1
2 changes: 1 addition & 1 deletion templates/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Weather Report</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bokeh/3.2.1/bokeh.min.js" crossorigin="anonymous"
<script src="https://cdnjs.cloudflare.com/ajax/libs/bokeh/3.3.1/bokeh.min.js" crossorigin="anonymous"
referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="css/style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
Expand Down

0 comments on commit ecad9ee

Please sign in to comment.