Skip to content

Commit

Permalink
Bumped version and updated dependencies
Browse files Browse the repository at this point in the history
Pinned versions and updated dependencies

Bump psutil from 5.5.1 to 5.6.6

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.5.1 to 5.6.6.
- [Release notes](https://github.com/giampaolo/psutil/releases)
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.5.1...release-5.6.6)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
Brikwerk committed Jan 2, 2021
1 parent b55bd1d commit 0fe9aca
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
8 changes: 3 additions & 5 deletions nxbt/web/static/js/socket.io.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nxbt/web/static/js/socket.io.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nxbt/web/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<header class="top-bar">
<div class="top-bar-wrapper">
<div>
<h1>NXBT</h1><div class="mono">v0.1.2</div>
<h1>NXBT</h1><div class="mono">v0.1.3</div>
</div>
<div id="status-indicator" class="hidden surface-lighter">
<div id="status-indicator-light" class="indicator-yellow"></div>
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = nxbt
version = 0.1.2
version = 0.1.3
author = Reece Walsh
author-email = [email protected]
project_urls =
Expand Down
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
include_package_data=True,
long_description_content_type="text/markdown",
install_requires=[
"dbus-python>=1.2.16",
"Flask>=1.1.2",
"Flask-SocketIO>=4.3.0",
"eventlet>=0.25.2",
"blessed>=1.17.9",
"pynput>=1.6.8",
"psutil>=5.5.1",
"dbus-python==1.2.16",
"Flask==1.1.2",
"Flask-SocketIO==5.0.1",
"eventlet==0.27.0",
"blessed==1.17.10",
"pynput==1.7.1",
"psutil==5.6.6",
],
extra_require={
"dev": [
Expand Down

0 comments on commit 0fe9aca

Please sign in to comment.