Skip to content

Commit 12644d7

Browse files
Upgrading dependencies 2020 08 12 (#662)
* Bump lodash from 4.17.15 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump jsonschema from 2.6.0 to 3.2.0 Bumps [jsonschema](https://github.com/Julian/jsonschema) from 2.6.0 to 3.2.0. - [Release notes](https://github.com/Julian/jsonschema/releases) - [Changelog](https://github.com/Julian/jsonschema/blob/master/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v2.6.0...v3.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump flake8 from 3.5.0 to 3.8.3 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.5.0 to 3.8.3. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.5.0...3.8.3) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump django-widget-tweaks from 1.4.1 to 1.4.8 Bumps [django-widget-tweaks](https://github.com/jazzband/django-widget-tweaks) from 1.4.1 to 1.4.8. - [Release notes](https://github.com/jazzband/django-widget-tweaks/releases) - [Changelog](https://github.com/jazzband/django-widget-tweaks/blob/master/CHANGES.rst) - [Commits](jazzband/django-widget-tweaks@1.4.1...1.4.8) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump boto from 2.48.0 to 2.49.0 Bumps [boto](https://github.com/boto/boto) from 2.48.0 to 2.49.0. - [Release notes](https://github.com/boto/boto/releases) - [Commits](boto/boto@2.48.0...2.49.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump django-jsonview from 1.1.0 to 2.0.0 Bumps [django-jsonview](https://github.com/jsocol/django-jsonview) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/jsocol/django-jsonview/releases) - [Changelog](https://github.com/jsocol/django-jsonview/blob/main/CHANGELOG) - [Commits](jsocol/django-jsonview@v1.1.0...v2.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump django-phonenumber-field from 2.0.0 to 4.0.0 Bumps [django-phonenumber-field](https://github.com/stefanfoulis/django-phonenumber-field) from 2.0.0 to 4.0.0. - [Release notes](https://github.com/stefanfoulis/django-phonenumber-field/releases) - [Changelog](https://github.com/stefanfoulis/django-phonenumber-field/blob/master/CHANGELOG.rst) - [Commits](stefanfoulis/django-phonenumber-field@2.0.0...4.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump django-filter from 2.2.0 to 2.3.0 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/master/CHANGES.rst) - [Commits](carltongibson/django-filter@2.2.0...2.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump sphinx from 1.6.3 to 3.1.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 1.6.3 to 3.1.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](sphinx-doc/sphinx@v1.6.3...v3.1.2) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump yargs from 15.4.0 to 15.4.1 Bumps [yargs](https://github.com/yargs/yargs) from 15.4.0 to 15.4.1. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> * Revert "Bump flake8 from 3.5.0 to 3.8.3" This reverts commit c7c4273. * Bump django-related-admin from 0.5.0 to 1.0.1 Bumps [django-related-admin](https://github.com/PetrDlouhy/django-related-admin) from 0.5.0 to 1.0.1. - [Release notes](https://github.com/PetrDlouhy/django-related-admin/releases) - [Commits](https://github.com/PetrDlouhy/django-related-admin/commits/v1.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]> * Syncing django-ajax-selects with version in docker-images repo Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 270932a commit 12644d7

File tree

3 files changed

+16
-48
lines changed

3 files changed

+16
-48
lines changed

docs-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Packages needed to build docs on https://readthedocs.org
22
Django==2.2.13
3-
Sphinx==1.6.3
3+
Sphinx==3.1.2
44
sphinx-autobuild==0.7.1
55
sphinxcontrib-httpdomain==1.5.0

requirements.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Django==2.2.13
22
jsonfield==2.0.2
3-
django-jsonview==1.1.0
3+
django-jsonview==2.0.0
44
requests==2.22.0
55
factory_boy==2.10.0
66
coverage==4.5.1
77
psycopg2==2.7.4
88
django-registration-redux==2.5
99
djrill==2.1.0
1010
ipython==6.2.1
11-
boto==2.48.0
11+
boto==2.49.0
1212
moto==0.4.31
1313
flake8==3.5.0
1414
djangorestframework==3.11.0
@@ -23,15 +23,15 @@ python-dateutil==2.6.1
2323
django-hijack==2.1.6
2424
django-hijack-admin==2.1.6
2525
django-money==0.12.3
26-
django-filter==2.2.0
27-
django-widget-tweaks==1.4.1
26+
django-filter==2.3.0
27+
django-widget-tweaks==1.4.8
2828
django-bitfield==2.0.1
29-
django-phonenumber-field==2.0.0
29+
django-phonenumber-field==4.0.0
3030
django-nose==1.4.6
3131
django-annoying==0.10.3
3232
django-gulp==2.5.1
33-
django-related-admin==0.5.0
34-
django-ajax-selects==1.9.0
33+
django-related-admin==1.0.1
34+
django-ajax-selects==1.9.1
3535
django-kronos==1.0
3636
httpsig==1.2.0
3737
markdown2==2.3.6
@@ -40,7 +40,7 @@ phonenumbers==8.9.0
4040
isort==4.2.15
4141
beanstalk-dispatch==0.0.5
4242
jsl==0.2.4
43-
jsonschema==2.6.0
43+
jsonschema==3.2.0
4444

4545
# Journalism Workflow requirements
4646
Pillow==7.0.0

yarn.lock

+7-39
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26-
"@babel/runtime-corejs3@^7.8.3":
27-
version "7.10.4"
28-
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.10.4.tgz#f29fc1990307c4c57b10dbd6ce667b27159d9e0d"
29-
integrity sha512-BFlgP2SoLO9HJX9WBwN67gHWMBhDX/eDz64Jajd6mR/UAUzqrNMm99d4qHnVaKscAElZoFiPv+JpR/Siud5lXw==
30-
dependencies:
31-
core-js-pure "^3.0.0"
32-
regenerator-runtime "^0.13.4"
33-
3426
"@babel/types@^7.2.0":
3527
version "7.10.4"
3628
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
@@ -1910,11 +1902,6 @@ copy-descriptor@^0.1.0:
19101902
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
19111903
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
19121904

1913-
core-js-pure@^3.0.0:
1914-
version "3.6.5"
1915-
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.6.5.tgz#c79e75f5e38dbc85a662d91eea52b8256d53b813"
1916-
integrity sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA==
1917-
19181905
core-js@^1.0.0:
19191906
version "1.2.7"
19201907
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
@@ -2163,13 +2150,6 @@ decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2, decamelize@^1.2.0:
21632150
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
21642151
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
21652152

2166-
decamelize@^3.2.0:
2167-
version "3.2.0"
2168-
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-3.2.0.tgz#84b8e8f4f8c579f938e35e2cc7024907e0090851"
2169-
integrity sha512-4TgkVUsmmu7oCSyGBm5FvfMoACuoh9EOidm7V5/J2X2djAwwt57qb3F2KMP2ITqODTCSwb+YRV+0Zqrv18k/hw==
2170-
dependencies:
2171-
xregexp "^4.2.4"
2172-
21732153
decode-uri-component@^0.2.0:
21742154
version "0.2.0"
21752155
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
@@ -4906,9 +4886,9 @@ lodash@^3.10.0, lodash@^3.5.0, lodash@^3.7.0, lodash@^3.9.3, lodash@~3.10.0:
49064886
integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=
49074887

49084888
lodash@^4.0.0, lodash@^4.12.0, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.3.0, lodash@~4.17.10, lodash@~4.17.11:
4909-
version "4.17.15"
4910-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
4911-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
4889+
version "4.17.19"
4890+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
4891+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
49124892

49134893
lodash@~1.0.1:
49144894
version "1.0.2"
@@ -6551,11 +6531,6 @@ regenerator-runtime@^0.11.0:
65516531
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
65526532
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
65536533

6554-
regenerator-runtime@^0.13.4:
6555-
version "0.13.5"
6556-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
6557-
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==
6558-
65596534
regenerator-transform@^0.10.0:
65606535
version "0.10.1"
65616536
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd"
@@ -8184,13 +8159,6 @@ xmlbuilder@^3.1.0:
81848159
dependencies:
81858160
lodash "^3.5.0"
81868161

8187-
xregexp@^4.2.4:
8188-
version "4.3.0"
8189-
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.3.0.tgz#7e92e73d9174a99a59743f67a4ce879a04b5ae50"
8190-
integrity sha512-7jXDIFXh5yJ/orPn4SXjuVrWWoi4Cr8jfV1eHv9CixKSbU+jY4mxfrBwAuDvupPNKpMUY+FeIqsVw/JLT9+B8g==
8191-
dependencies:
8192-
"@babel/runtime-corejs3" "^7.8.3"
8193-
81948162
"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@~4.0.1:
81958163
version "4.0.2"
81968164
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
@@ -8259,12 +8227,12 @@ yargs@^13.3.2:
82598227
yargs-parser "^13.1.2"
82608228

82618229
yargs@^15.3.1:
8262-
version "15.4.0"
8263-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.0.tgz#53949fb768309bac1843de9b17b80051e9805ec2"
8264-
integrity sha512-D3fRFnZwLWp8jVAAhPZBsmeIHY8tTsb8ItV9KaAaopmC6wde2u6Yw29JBIZHXw14kgkRnYmDgmQU4FVMDlIsWw==
8230+
version "15.4.1"
8231+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
8232+
integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
82658233
dependencies:
82668234
cliui "^6.0.0"
8267-
decamelize "^3.2.0"
8235+
decamelize "^1.2.0"
82688236
find-up "^4.1.0"
82698237
get-caller-file "^2.0.1"
82708238
require-directory "^2.1.1"

0 commit comments

Comments
 (0)