Skip to content

Commit

Permalink
Release 5.8.1
Browse files Browse the repository at this point in the history
#### Changelog:
* Chore(deps): Upgrade backend dependencies.
* Chore(deps): Upgrade frontend dependencies.
  • Loading branch information
onegreyonewhite committed Oct 3, 2023
1 parent 7524b32 commit b9b1631
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sphinxcontrib-httpdomain~=1.8.1
sphinxcontrib-websupport~=1.2.4
sphinxcontrib-mermaid~=0.7.1
sphinx-autodoc-typehints~=1.23.0
sphinx-rtd-theme~=1.2.2
sphinx-rtd-theme~=1.3.0
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Packages needed for test
coverage~=7.3.1
coverage~=7.3.2
fakeldap==0.6.1
tblib~=1.7.0
beautifulsoup4~=4.12.2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pyyaml~=6.0.1
# web server
uvicorn~=0.23.2
pyuwsgi==2.0.22
fastapi~=0.103.1
fastapi~=0.103.2
aiofiles==23.2.1

# Notifications
Expand All @@ -29,4 +29,4 @@ django-htmlmin~=0.11.0
pyotp~=2.9.0

# Storage
django-storages[libcloud]==1.14.0
django-storages[libcloud]==1.14.1
2 changes: 1 addition & 1 deletion vstutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pylint: disable=django-not-available
__version__: str = '5.8.0'
__version__: str = '5.8.1'

0 comments on commit b9b1631

Please sign in to comment.