From 4b564eceeb2f2d814607c4d7595b88ffada4d4c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 22:51:22 +0000 Subject: [PATCH] Bump ipython from 7.14.0 to 8.10.0 in /requirements Bumps [ipython](https://github.com/ipython/ipython) from 7.14.0 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.14.0...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 200 +++++++++++++++++++++++++++++++------------ 1 file changed, 146 insertions(+), 54 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index c2fd615943d76..ed879b7692a25 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,60 +4,152 @@ # # pip-compile requirements/dev.in # -appdirs==1.4.4 # via black -appnope==0.1.0 # via ipython -asgiref==3.2.7 # via django -attrs==19.3.0 # via black, flake8-bugbear -backcall==0.1.0 # via ipython -black==19.10b0 # via -r requirements/dev.in -click==7.1.1 # via black, pip-tools -decorator==4.4.2 # via ipython, traitlets -django-debug-toolbar==2.2 # via -r requirements/dev.in -django-stubs==1.5.0 # via -r requirements/dev.in, djangorestframework-stubs -django==3.0.6 # via django-debug-toolbar, django-stubs -djangorestframework-stubs==1.1.0 # via -r requirements/dev.in -entrypoints==0.3 # via flake8 -flake8-bugbear==20.1.4 # via -r requirements/dev.in -flake8-colors==0.1.6 # via -r requirements/dev.in -flake8-commas==2.0.0 # via -r requirements/dev.in -flake8-comprehensions==3.2.2 # via -r requirements/dev.in -flake8-import-order==0.18.1 # via -r requirements/dev.in -flake8-logging-format==0.6.0 # via -r requirements/dev.in -flake8-print==3.1.4 # via -r requirements/dev.in -flake8==3.7.9 # via -r requirements/dev.in, flake8-bugbear, flake8-colors, flake8-commas, flake8-comprehensions, flake8-print -freezegun==0.3.15 # via -r requirements/dev.in -importlib-metadata==1.6.0 # via flake8-comprehensions -ipdb==0.13.2 # via -r requirements/dev.in -ipython-genutils==0.2.0 # via traitlets -ipython==7.14.0 # via ipdb -jedi==0.17.0 # via ipython -mccabe==0.6.1 # via flake8 -mypy-extensions==0.4.3 # via -r requirements/dev.in, mypy -mypy==0.770 # via -r requirements/dev.in, django-stubs, djangorestframework-stubs -packaging==20.4 # via -r requirements/dev.in -parso==0.7.0 # via jedi -pathspec==0.8.0 # via black -pexpect==4.8.0 # via ipython -pickleshare==0.7.5 # via ipython -pip-tools==5.0.0 # via -r requirements/dev.in -prompt-toolkit==3.0.5 # via ipython -ptyprocess==0.6.0 # via pexpect -pycodestyle==2.5.0 # via flake8, flake8-import-order, flake8-print -pyflakes==2.1.1 # via flake8 -pygments==2.6.1 # via ipython -pyparsing==2.4.7 # via packaging -python-dateutil==2.8.1 # via freezegun -pytz==2020.1 # via django -regex==2020.6.8 # via black -six==1.14.0 # via flake8-print, freezegun, packaging, pip-tools, python-dateutil, traitlets -sqlparse==0.3.1 # via django, django-debug-toolbar -tblib==1.6.0 # via -r requirements/dev.in -toml==0.10.1 # via black -traitlets==4.3.3 # via ipython -typed-ast==1.4.1 # via black, mypy -typing-extensions==3.7.4.2 # via django-stubs, djangorestframework-stubs, mypy -wcwidth==0.1.9 # via prompt-toolkit -zipp==3.1.0 # via importlib-metadata +appdirs==1.4.4 + # via black +asgiref==3.2.7 + # via django +asttokens==2.2.1 + # via stack-data +attrs==19.3.0 + # via + # black + # flake8-bugbear +backcall==0.1.0 + # via ipython +black==19.10b0 + # via -r dev.in +click==7.1.1 + # via + # black + # pip-tools +decorator==4.4.2 + # via ipython +django==3.0.6 + # via + # django-debug-toolbar + # django-stubs +django-debug-toolbar==2.2 + # via -r dev.in +django-stubs==1.5.0 + # via + # -r dev.in + # djangorestframework-stubs +djangorestframework-stubs==1.1.0 + # via -r dev.in +entrypoints==0.3 + # via flake8 +executing==1.2.0 + # via stack-data +flake8==3.7.9 + # via + # -r dev.in + # flake8-bugbear + # flake8-colors + # flake8-commas + # flake8-comprehensions + # flake8-print +flake8-bugbear==20.1.4 + # via -r dev.in +flake8-colors==0.1.6 + # via -r dev.in +flake8-commas==2.0.0 + # via -r dev.in +flake8-comprehensions==3.2.2 + # via -r dev.in +flake8-import-order==0.18.1 + # via -r dev.in +flake8-logging-format==0.6.0 + # via -r dev.in +flake8-print==3.1.4 + # via -r dev.in +freezegun==0.3.15 + # via -r dev.in +ipdb==0.13.2 + # via -r dev.in +ipython==8.10.0 + # via ipdb +jedi==0.17.0 + # via ipython +matplotlib-inline==0.1.6 + # via ipython +mccabe==0.6.1 + # via flake8 +mypy==0.770 + # via + # -r dev.in + # django-stubs + # djangorestframework-stubs +mypy-extensions==0.4.3 + # via + # -r dev.in + # mypy +packaging==20.4 + # via -r dev.in +parso==0.7.0 + # via jedi +pathspec==0.8.0 + # via black +pexpect==4.8.0 + # via ipython +pickleshare==0.7.5 + # via ipython +pip-tools==5.0.0 + # via -r dev.in +prompt-toolkit==3.0.36 + # via ipython +ptyprocess==0.6.0 + # via pexpect +pure-eval==0.2.2 + # via stack-data +pycodestyle==2.5.0 + # via + # flake8 + # flake8-import-order + # flake8-print +pyflakes==2.1.1 + # via flake8 +pygments==2.6.1 + # via ipython +pyparsing==2.4.7 + # via packaging +python-dateutil==2.8.1 + # via freezegun +pytz==2020.1 + # via django +regex==2020.6.8 + # via black +six==1.14.0 + # via + # flake8-print + # freezegun + # packaging + # pip-tools + # python-dateutil +sqlparse==0.3.1 + # via + # django + # django-debug-toolbar +stack-data==0.6.2 + # via ipython +tblib==1.6.0 + # via -r dev.in +toml==0.10.1 + # via black +traitlets==5.9.0 + # via + # ipython + # matplotlib-inline +typed-ast==1.4.1 + # via + # black + # mypy +typing-extensions==3.7.4.2 + # via + # django-stubs + # djangorestframework-stubs + # mypy +wcwidth==0.1.9 + # via prompt-toolkit # The following packages are considered to be unsafe in a requirements file: # pip