# Release v3.3.2

dependabot/pip/spug_api/paramiko-3.4.0 v3.3.2
vapao 2023-11-29 16:15:27 +08:00
parent a329cf5a90
commit 4666795a28
3 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ channels==2.3.1
channels_redis==2.4.1 channels_redis==2.4.1
paramiko==2.11.0 paramiko==2.11.0
django-redis==4.10.0 django-redis==4.10.0
requests==2.31.0 requests==2.27.1
GitPython==3.1.37 GitPython==3.1.20
python-ldap==3.4.0 python-ldap==3.4.0
openpyxl==3.0.3 openpyxl==3.0.3
user_agents==2.2.0 user_agents==2.2.0

View File

@ -133,7 +133,7 @@ AUTHENTICATION_EXCLUDES = (
re.compile('/apis/.*'), re.compile('/apis/.*'),
) )
SPUG_VERSION = 'v3.3.1' SPUG_VERSION = 'v3.3.2'
# override default config # override default config
try: try:

View File

@ -10,4 +10,4 @@ export * from './functools';
export * from './router'; export * from './router';
export const http = _http; export const http = _http;
export const history = _history; export const history = _history;
export const VERSION = 'v3.3.1'; export const VERSION = 'v3.3.2';