Skip to content

Commit 72951c1

Browse files
committed
Update dependency versions
1 parent ba18829 commit 72951c1

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
flask
2-
psutil
1+
flask==3.1.0
2+
psutil==7.0.0

static/bootstrap.min.css

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/jquery-3.6.0.min.js

-2
This file was deleted.

static/jquery-3.7.1.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link href="/static/bootstrap.min.css" rel="stylesheet">
8-
<script src="/static/jquery-3.6.0.min.js"></script>
8+
<script src="/static/jquery-3.7.1.min.js"></script>
99
</head>
1010
<body class="bg-light">
1111
<header>
@@ -58,4 +58,4 @@
5858
clearInterval(interval)
5959
});
6060
</script>
61-
</html>
61+
</html>

0 commit comments

Comments
 (0)