File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ watchdog==2.1.7
17
17
argh==0.26.2
18
18
19
19
# run tests
20
- tox==3.24.5
20
+ tox==3.25.0
21
21
22
22
# AWS utilities to use against MinIO
23
- awscli==1.22.87
23
+ awscli==1.22.97
24
24
25
25
# Used together with structlog to have nicer logs locally
26
- rich==12.1 .0
26
+ rich==12.2 .0
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ sphinx-notfound-page==0.8
20
20
sphinx-autobuild==2021.3.14
21
21
22
22
# Linting
23
- rstcheck==3.3.1
23
+ rstcheck==5.0.0
24
24
25
25
# Markdown
26
26
myst_parser==0.17.2
Original file line number Diff line number Diff line change 1
1
# Base packages
2
2
3
3
pip==22.0.4
4
- virtualenv==20.14.0
4
+ virtualenv==20.14.1
5
5
6
- django==3.2.12 # pyup: <3.3
6
+ django==3.2.13 # pyup: <3.3
7
7
django-extensions==3.1.5
8
8
django-polymorphic==3.1.0
9
9
django-autoslug==1.9.8
@@ -17,7 +17,7 @@ Sphinx==4.5.0
17
17
# Filtering for the REST API
18
18
django-filter==21.1
19
19
20
- drf-flex-fields==0.9.7
20
+ drf-flex-fields==0.9.8
21
21
drf-extensions==0.7.1
22
22
23
23
django-vanilla-views==3.0.0
@@ -38,7 +38,7 @@ Pygments==2.11.2
38
38
# django-redis-cache 2.1.3 depends on redis<4.0
39
39
redis==3.5.3 # pyup: ignore
40
40
41
- celery==5.2.5
41
+ celery==5.2.6
42
42
43
43
# When upgrading to 0.43.0 we should double check the ``base.html`` change
44
44
# described in the changelog. In previous versions, the allauth app included a
@@ -63,13 +63,13 @@ pyquery==1.4.3
63
63
# NOTE: this dep can be removed in python 3.7 in favor of ``date.fromisoformat``
64
64
python-dateutil==2.8.2
65
65
66
- orjson==3.6.7
66
+ orjson==3.6.8
67
67
68
68
# Utils
69
69
django-gravatar2==1.4.4
70
70
pytz==2022.1
71
71
django-kombu==0.9.4
72
- stripe==2.70 .0
72
+ stripe==2.72 .0
73
73
regex==2022.3.15
74
74
markdown==3.3.6
75
75
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pytest-custom-exit-code==0.3.0
8
8
pytest-django==4.5.2
9
9
pytest-cov==3.0.0
10
10
11
- Mercurial==6.1
11
+ Mercurial==6.1.1
12
12
13
13
yamale==2.2.0 # pyup: <3.0
14
14
pytest-mock==3.7.0
You can’t perform that action at this time.
0 commit comments