Skip to content

Commit

Permalink
Chore(package): Bump version and dependencies before release.
Browse files Browse the repository at this point in the history
  • Loading branch information
onegreyonewhite committed Aug 7, 2024
1 parent 4bfe734 commit 8b30954
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vstconsulting/vstutils",
"version": "5.10.0b14",
"version": "5.10.0",
"type": "module",
"author": "VST Consulting",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# PyMySQL>=0.9.2,<=0.9.3; python_version<'3.0'
# mysql-connector-python==8.0.15; python_version>'3.4'
# Advanced cache support
redis[hiredis]~=5.0.7
redis[hiredis]~=5.0.8
tarantool~=1.2.0
pywebpush~=2.0.0
2 changes: 1 addition & 1 deletion requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-rrequirements.txt
-rrequirements-doc.txt
-rrequirements-rpc.txt
django~=5.0.6
django~=5.0.8
httpx>=0.27.0
typing-extensions
sphinx-intl~=2.2.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.5.4
coverage~=7.6.1
fakeldap~=0.6.6
tblib==3.0.0
beautifulsoup4~=4.12.3
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ django-environ~=0.11.2
# REST API packages
djangorestframework~=3.15.2
drf-yasg==1.21.7
django-filter==24.2
django-filter==24.3
drf_orjson_renderer==1.7.1
ormsgpack~=1.5.0
pyyaml~=6.0.1
pyyaml~=6.0.2

# web server
uvicorn~=0.30.1
uvicorn~=0.30.5
pyuwsgi==2.0.23.post0
# Restore it if some problems with pyuwsgi
# uwsgi==2.0.23
fastapi-slim~=0.111.0
fastapi-slim~=0.112.0
aiofiles~=24.1.0
asgiref>=3.8.1

Expand All @@ -34,4 +34,4 @@ django-htmlmin~=0.11.0
pyotp~=2.9.0

# Storage
django-storages[libcloud]==1.14.3
django-storages[libcloud]==1.14.4
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
r'vstutils/static/spa/.*\.css$'
],
install_requires=[
"django~=" + (os.environ.get('DJANGO_DEP', "") or "5.0.6"),
"django~=" + (os.environ.get('DJANGO_DEP', "") or "5.0.8"),
]
+ requirements,
extras_require={
Expand All @@ -57,7 +57,7 @@
'doc': load_requirements('requirements-doc.txt'),
'prod': load_requirements('requirements-prod.txt'),
'stubs': load_requirements('requirements-stubs.txt'),
'pil': ['Pillow~=10.3.0'],
'pil': ['Pillow~=10.4.0'],
'boto3': [
i.replace('libcloud', 'libcloud,s3')
for i in requirements
Expand Down
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.10.0rc2'
__version__: str = '5.10.0'

0 comments on commit 8b30954

Please sign in to comment.