Skip to content

Commit e6b6e9d

Browse files
committed
Bump minor packages
1 parent 5680a32 commit e6b6e9d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/requirements/base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ mock == 3.0.5
6464
coverage == 4.5.4
6565

6666
# Pytest (optional testrunner)
67-
pytest == 5.2.1
67+
pytest == 5.2.2
6868
pytest-django == 3.6.0
6969
pytest-cov == 2.8.1
7070
pytest-sugar == 0.9.2

src/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pyparsing==2.4.2 # via packaging
6767
pytest-cov==2.8.1
6868
pytest-django==3.6.0
6969
pytest-sugar==0.9.2
70-
pytest==5.2.1
70+
pytest==5.2.2
7171
python-akismet==0.4.1
7272
python-memcached==1.59
7373
pytz==2019.3

src/requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ django-debug-toolbar == 2.0
99
django-extensions == 2.2.5
1010

1111
# Documentation
12-
Sphinx == 2.2.0
12+
Sphinx == 2.2.1
1313
sphinx-rtd-theme == 0.4.3
1414

1515
# Profiling
@@ -19,5 +19,5 @@ yet-another-django-profiler == 1.1.0
1919

2020
# Debugging
2121
django-debugtools == 1.7.4
22-
ipython == 7.8.0
22+
ipython == 7.9.0
2323
ptpython == 2.0.6

0 commit comments

Comments
 (0)