1
1
-i https://pypi.python.org/simple
2
- astroid == 2.14.1 ; python_full_version >= '3.7.2'
2
+ astroid == 2.14.2 ; python_full_version >= '3.7.2'
3
3
autopep8 == 2.0.1
4
4
dill == 0.3.6 ; python_version < '3.11'
5
5
isort == 5.12.0 ; python_full_version >= '3.8.0'
6
6
lazy-object-proxy == 1.9.0 ; python_version >= '3.7'
7
7
mccabe == 0.7.0 ; python_version >= '3.6'
8
- platformdirs == 2.6.2 ; python_version >= '3.7'
8
+ platformdirs == 3.0.0 ; python_version >= '3.7'
9
9
pycodestyle == 2.10.0 ; python_version >= '3.6'
10
- pylint == 2.16.1
10
+ pylint == 2.16.2
11
11
tomli == 2.0.1 ; python_version < '3.11'
12
12
tomlkit == 0.11.6 ; python_version >= '3.6'
13
- typing-extensions == 4.4 .0 ; python_version >= '3.7'
13
+ typing-extensions == 4.5 .0 ; python_version >= '3.7'
14
14
wrapt == 1.14.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
15
15
aiohttp == 3.7.4.post0 ; python_version >= '3.6'
16
16
amqp == 5.1.1 ; python_version >= '3.6'
@@ -31,7 +31,7 @@ defusedxml==0.7.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1,
31
31
deprecated == 1.2.13 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
32
32
diff-match-patch == 20200713 ; python_version >= '2.7'
33
33
discord.py == 1.7.3
34
- django == 4.1.6
34
+ django == 4.1.7
35
35
django-celery-beat == 2.4.0
36
36
django-hashid-field == 3.3.7
37
37
django-import-export == 3.0.2
@@ -40,15 +40,15 @@ et-xmlfile==1.1.0 ; python_version >= '3.6'
40
40
flower == 1.2.0
41
41
gunicorn == 20.1.0
42
42
hashids == 1.3.1 ; python_version >= '2.7'
43
- hiredis == 2.2.1
43
+ hiredis == 2.2.2
44
44
humanize == 4.6.0 ; python_version >= '3.7'
45
45
idna == 3.4 ; python_version >= '3.5'
46
46
kombu == 5.2.4 ; python_version >= '3.7'
47
47
markuppy == 1.14
48
48
multidict == 6.0.4 ; python_version >= '3.7'
49
49
mysqlclient == 2.1.1
50
50
odfpy == 1.4.1
51
- openpyxl == 3.1.0
51
+ openpyxl == 3.1.1
52
52
packaging == 23.0 ; python_version >= '3.7'
53
53
prometheus-client == 0.16.0 ; python_version >= '3.6'
54
54
prompt-toolkit == 3.0.36 ; python_full_version >= '3.6.2'
@@ -58,7 +58,7 @@ pytz==2022.7.1
58
58
pyyaml == 6.0
59
59
redis == 4.1.4
60
60
requests == 2.28.2
61
- setuptools == 67.1.0 ; python_version >= '3.7'
61
+ setuptools == 67.3.2 ; python_version >= '3.7'
62
62
six == 1.16.0
63
63
sqlparse == 0.4.3 ; python_version >= '3.5'
64
64
tablib [html,ods,xls,xlsx,yaml ]== 3.3.0 ; python_version >= '3.7'
0 commit comments