diff --git a/spug_api/requirements.txt b/spug_api/requirements.txt index 6a0873ec..20c765ac 100644 --- a/spug_api/requirements.txt +++ b/spug_api/requirements.txt @@ -5,8 +5,8 @@ channels==2.3.1 channels_redis==2.4.1 paramiko==2.11.0 django-redis==4.10.0 -requests==2.31.0 -GitPython==3.1.37 +requests==2.27.1 +GitPython==3.1.20 python-ldap==3.4.0 openpyxl==3.0.3 user_agents==2.2.0 \ No newline at end of file diff --git a/spug_api/spug/settings.py b/spug_api/spug/settings.py index 9a70d2f9..6bcc05b5 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -133,7 +133,7 @@ re.compile('/apis/.*'), ) -SPUG_VERSION = 'v3.3.1' +SPUG_VERSION = 'v3.3.2' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index 0227d0eb..e01d6c72 100644 --- a/spug_web/src/libs/index.js +++ b/spug_web/src/libs/index.js @@ -10,4 +10,4 @@ export * from './functools'; export * from './router'; export const http = _http; export const history = _history; -export const VERSION = 'v3.3.1'; +export const VERSION = 'v3.3.2';