File tree 5 files changed +15
-15
lines changed
5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ gunicorn==20.1.0
7
7
django-redis-cache==3.0.0
8
8
9
9
#For resizing images
10
- pillow==9.0.0
10
+ pillow==9.0.1
11
11
12
12
structlog-sentry==1.4.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ psycopg2-binary==2.9.2 # pyup: ignore
9
9
django-redis-cache==3.0.0
10
10
11
11
# For resizing images
12
- pillow==9.0.0
12
+ pillow==9.0.1
13
13
14
14
# Local debugging tools
15
15
watchdog==2.1.6
@@ -20,7 +20,7 @@ argh==0.26.2
20
20
tox==3.24.5
21
21
22
22
# AWS utilities to use against MinIO
23
- awscli==1.22.41
23
+ awscli==1.22.54
24
24
25
25
# Used together with structlog to have nicer logs locally
26
- rich==11.0 .0
26
+ rich==11.2 .0
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ sphinx-autobuild==2021.3.14
23
23
rstcheck==3.3.1
24
24
25
25
# Markdown
26
- myst_parser==0.16.1
26
+ myst_parser==0.17.0
Original file line number Diff line number Diff line change 1
1
# Base packages
2
2
3
- pip==21.3.1
4
- virtualenv==20.13.0
3
+ pip==22.0.3
4
+ virtualenv==20.13.1
5
5
6
- django==3.2.11 # pyup: <3.3
6
+ django==3.2.12 # pyup: <3.3
7
7
django-extensions==3.1.5
8
8
django-polymorphic==3.1.0
9
9
django-autoslug==1.9.8
@@ -49,13 +49,13 @@ celery==5.1.2 # pyup: ignore
49
49
# ``account/base.html`` -- you will need to check your templates and likely
50
50
# override ``account/base.html`` within your project.
51
51
django-allauth==0.42.0 # pyup: ignore
52
- requests-oauthlib==1.3.0
52
+ requests-oauthlib==1.3.1
53
53
54
54
# GitPython >3.1.18 drops support for python 3.6.
55
55
GitPython==3.1.18 # pyup: ignore
56
56
57
57
# Search
58
- elasticsearch==7.16.3 # pyup: <8.0.0
58
+ elasticsearch==7.17.0 # pyup: <8.0.0
59
59
elasticsearch-dsl==7.4.0 # pyup: <8.0
60
60
django-elasticsearch-dsl==7.2.2 # pyup: <8.0
61
61
selectolax==0.3.6
@@ -66,7 +66,7 @@ pyquery==1.4.3
66
66
# NOTE: this dep can be removed in python 3.7 in favor of ``date.fromisoformat``
67
67
python-dateutil==2.8.2
68
68
69
- orjson==3.6.6
69
+ orjson==3.6.7
70
70
71
71
# Utils
72
72
django-gravatar2==1.4.4
@@ -80,7 +80,7 @@ markdown==3.3.6
80
80
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
81
81
82
82
django-formtools==2.3
83
- django-crispy-forms==1.13 .0
83
+ django-crispy-forms==1.14 .0
84
84
85
85
docker==5.0.3
86
86
Original file line number Diff line number Diff line change 3
3
-r pip.txt
4
4
5
5
django-dynamic-fixture==3.1.2
6
- pytest==6.2.5
6
+ pytest==7.0.1
7
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.0.1
11
+ Mercurial==6.0.2
12
12
13
13
yamale==2.2.0 # pyup: <3.0
14
- pytest-mock==3.6.1
14
+ pytest-mock==3.7.0
15
15
16
16
requests-mock==1.9.3
You can’t perform that action at this time.
0 commit comments