We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a329cf5 commit 4666795Copy full SHA for 4666795
spug_api/requirements.txt
@@ -5,8 +5,8 @@ channels==2.3.1
5
channels_redis==2.4.1
6
paramiko==2.11.0
7
django-redis==4.10.0
8
-requests==2.31.0
9
-GitPython==3.1.37
+requests==2.27.1
+GitPython==3.1.20
10
python-ldap==3.4.0
11
openpyxl==3.0.3
12
user_agents==2.2.0
spug_api/spug/settings.py
@@ -133,7 +133,7 @@
133
re.compile('/apis/.*'),
134
)
135
136
-SPUG_VERSION = 'v3.3.1'
+SPUG_VERSION = 'v3.3.2'
137
138
# override default config
139
try:
spug_web/src/libs/index.js
@@ -10,4 +10,4 @@ export * from './functools';
export * from './router';
export const http = _http;
export const history = _history;
13
-export const VERSION = 'v3.3.1';
+export const VERSION = 'v3.3.2';
0 commit comments