Skip to content

pyup: Scheduled weekly dependency update for week 50 #8757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Dec 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
0837a7a
Update django_polymorphic from 3.0.0 to 3.1.0
pyup-bot Dec 13, 2021
364c3af
Update djangorestframework from 3.12.4 to 3.13.0
pyup-bot Dec 13, 2021
a10a521
Update sphinx from 4.3.0 to 4.3.1
pyup-bot Dec 13, 2021
0989856
Update sphinx from 4.3.0 to 4.3.1
pyup-bot Dec 13, 2021
73dd69e
Update redis from 3.5.3 to 4.0.2
pyup-bot Dec 13, 2021
e4fc267
Update kombu from 5.1.0 to 5.2.2
pyup-bot Dec 13, 2021
5431bac
Update celery from 5.1.2 to 5.2.1
pyup-bot Dec 13, 2021
ed26187
Update elasticsearch from 7.15.2 to 7.16.0
pyup-bot Dec 13, 2021
08ad8d0
Update selectolax from 0.3.5 to 0.3.6
pyup-bot Dec 13, 2021
983f535
Update orjson from 3.6.4 to 3.6.5
pyup-bot Dec 13, 2021
0da62f9
Update stripe from 2.62.0 to 2.63.0
pyup-bot Dec 13, 2021
d1c3764
Update markdown from 3.3.4 to 3.3.6
pyup-bot Dec 13, 2021
9e20449
Update django-taggit from 1.5.1 to 2.0.0
pyup-bot Dec 13, 2021
e9ed27d
Update packaging from 21.2 to 21.3
pyup-bot Dec 13, 2021
1c3d9e8
Update django-debug-toolbar from 3.2.2 to 3.2.3
pyup-bot Dec 13, 2021
22f11e1
Update structlog from 21.3.0 to 21.4.0
pyup-bot Dec 13, 2021
f7f314f
Update awscli from 1.22.5 to 1.22.23
pyup-bot Dec 13, 2021
25b70fa
Update rich from 10.14.0 to 10.16.0
pyup-bot Dec 13, 2021
9c3f65a
Update myst_parser from 0.15.2 to 0.16.0
pyup-bot Dec 13, 2021
aa3d182
Update pytest-django from 4.4.0 to 4.5.2
pyup-bot Dec 13, 2021
017f7c4
Update pytest-xdist from 2.4.0 to 2.5.0
pyup-bot Dec 13, 2021
c768748
Update mercurial from 5.9.3 to 6.0
pyup-bot Dec 13, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ argh==0.26.2
tox==3.24.4

# AWS utilities to use against MinIO
awscli==1.22.5
awscli==1.22.23

# Used together with structlog to have nicer logs locally
rich==10.14.0
rich==10.16.0
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Packages required to build docs, independent of application dependencies

Sphinx==4.3.0
Sphinx==4.3.1
Pygments==2.10.0

sphinx_rtd_theme==1.0.0
Expand All @@ -23,4 +23,4 @@ sphinx-autobuild==2021.3.14
rstcheck==3.3.1

# Markdown
myst_parser==0.15.2
myst_parser==0.16.0
30 changes: 15 additions & 15 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ virtualenv==20.10.0

django==2.2.25 # pyup: <2.3
django-extensions==3.1.5
django_polymorphic==3.0.0
django_polymorphic==3.1.0
django-autoslug==1.9.8
django-simple-history==3.0.0

djangorestframework==3.12.4
djangorestframework==3.13.0

# For intersphinx during builds
Sphinx==4.3.0
Sphinx==4.3.1

# Filtering for the REST API
django-filter==21.1
Expand All @@ -31,9 +31,9 @@ pyyaml==5.4.1 # pyup: ignore
Pygments==2.10.0

# Basic tools
redis==3.5.3
kombu==5.1.0
celery==5.1.2
redis==4.0.2
kombu==5.2.2
celery==5.2.1

# When upgrading to 0.43.0 we should double check the ``base.html`` change
# described in the changelog. In previous versions, the allauth app included a
Expand All @@ -48,27 +48,27 @@ requests-oauthlib==1.3.0
GitPython==3.1.18 # pyup: ignore

# Search
elasticsearch==7.15.2 # pyup: <8.0.0
elasticsearch==7.16.0 # pyup: <8.0.0
elasticsearch-dsl==7.4.0 # pyup: <8.0
django-elasticsearch-dsl==7.2.1 # pyup: <8.0
selectolax==0.3.5
selectolax==0.3.6

# embed
pyquery==1.4.3

# NOTE: this dep can be removed in python 3.7 in favor of ``date.fromisoformat``
python-dateutil==2.8.2

orjson==3.6.4
orjson==3.6.5

# Utils
django-gravatar2==1.4.4
pytz==2021.3
Unipath==1.1
django-kombu==0.9.4
stripe==2.62.0
stripe==2.63.0
regex==2021.11.10
markdown==3.3.4
markdown==3.3.6

# unicode-slugify==0.1.5 is not released on PyPI yet
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
Expand All @@ -87,11 +87,11 @@ textblob==0.17.1
django-annoying==0.10.6
django-messages-extends==0.6.2
djangorestframework-jsonp==1.0.2
django-taggit==1.5.1
django-taggit==2.0.0
dj-pagination==2.5.0

# Version comparison stuff
packaging==21.2
packaging==21.3

# django-cors-middleware==1.5.0 fails with
# AttributeError: 'dict' object has no attribute 'has_header'
Expand All @@ -115,12 +115,12 @@ git+https://github.com/jschneier/django-storages@d0f027c98a877f75615cfc42b4d51c0


# Required only in development and linting
django-debug-toolbar==3.2.2
django-debug-toolbar==3.2.3

# For enabling content-security-policy
django-csp==3.7
# For setting the permissions-policy security header
django-permissions-policy==4.5.0

django-structlog==2.2.0
structlog==21.3.0
structlog==21.4.0
6 changes: 3 additions & 3 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
django-dynamic-fixture==3.1.2
pytest==6.2.5
pytest-custom-exit-code==0.3.0
pytest-django==4.4.0
pytest-xdist==2.4.0
pytest-django==4.5.2
pytest-xdist==2.5.0
pytest-cov==3.0.0
apipkg==2.1.0
execnet==1.9.0

Mercurial==5.9.3
Mercurial==6.0

yamale==2.2.0 # pyup: <3.0
pytest-mock==3.6.1
Expand Down