Skip to content

pyup: Scheduled weekly dependency update for week 08 #7941

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 7 commits into from
Feb 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ django-redis-cache==2.1.3 # pyup: ignore
pillow==8.1.0

# local debugging tools
watchdog==2.0.0
watchdog==2.0.1
datadiff==2.0.0
ipdb==0.13.4
pdbpp==0.10.2

# jedi 0.18 is incompatible with ipython
# https://github.com/ipython/ipython/issues/12740
jedi>0.17,<0.18
jedi==0.18.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hrm... seems we didn't ignore this. @stsewd did you test if the problem with ipython disappeared? We may need to pin it back, otherwise.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opps, thought this was <=18.0, I don't use ipython, so not sure about this problem, but also I think shell_plus depends on ipython.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, shell_plus uses it. We need to revert this change for now and add the # pyup: ignore until it gets fixed upstream.


# watchdog dependency
argh==0.26.2

# run tests
tox==3.21.4
tox==3.22.0
8 changes: 4 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pip==21.0.1
virtualenv==20.4.2

django==2.2.18 # pyup: <2.3
django==2.2.19 # pyup: <2.3
django-extensions==3.1.1
django_polymorphic==3.0.0
django-autoslug==1.9.8
Expand Down Expand Up @@ -62,16 +62,16 @@ django-gravatar2==1.4.4
pytz==2021.1
Unipath==1.1
django-kombu==0.9.4
stripe==2.55.2
stripe==2.56.0
regex==2020.11.13

# 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

django-formtools==2.2
django-crispy-forms==1.11.0
django-crispy-forms==1.11.1

docker==4.4.1
docker==4.4.3

django-textclassifier==1.0
# django-textclassifier doesn't have pinned versions
Expand Down