Skip to content

Commit

Permalink
dependabot PRs
Browse files Browse the repository at this point in the history
build(deps): bump boto3 from 1.16.4 to 1.16.9 in /mpcontribs-api

Bumps [boto3](https://github.com/boto/boto3) from 1.16.4 to 1.16.9.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.16.4...1.16.9)

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump dateparser from 0.7.6 to 1.0.0 in /mpcontribs-api

Bumps [dateparser](https://github.com/scrapinghub/dateparser) from 0.7.6 to 1.0.0.
- [Release notes](https://github.com/scrapinghub/dateparser/releases)
- [Changelog](https://github.com/scrapinghub/dateparser/blob/master/HISTORY.rst)
- [Commits](scrapinghub/dateparser@v0.7.6...v1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump more-itertools from 8.5.0 to 8.6.0 in /mpcontribs-api

Bumps [more-itertools](https://github.com/more-itertools/more-itertools) from 8.5.0 to 8.6.0.
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@8.5.0...v8.6.0)

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump bravado[fido] in /mpcontribs-client

Bumps [bravado[fido]](https://github.com/Yelp/bravado) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/Yelp/bravado/releases)
- [Changelog](https://github.com/Yelp/bravado/blob/master/CHANGELOG.rst)
- [Commits](Yelp/bravado@v11.0.1...v11.0.2)

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump cryptography from 3.2 to 3.2.1 in /mpcontribs-client

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 3.2.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.2...3.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump ipython from 7.18.1 to 7.19.0 in /mpcontribs-client

Bumps [ipython](https://github.com/ipython/ipython) from 7.18.1 to 7.19.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.18.1...7.19.0)

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump pandas from 1.1.3 to 1.1.4 in /mpcontribs-client

Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/master/RELEASE.md)
- [Commits](pandas-dev/pandas@v1.1.3...v1.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump django from 3.1.2 to 3.1.3 in /mpcontribs-portal

Bumps [django](https://github.com/django/django) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@3.1.2...3.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tschaume committed Nov 2, 2020
1 parent 487d8cd commit b7314b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions mpcontribs-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apispec==4.0.0
asn1crypto==1.4.0
blinker==1.4
boltons==20.2.1
boto3==1.16.4
boto3==1.16.9
cherrypicker @ git+https://github.com/big-o/cherrypicker.git#egg=cherrypicker
css-html-js-minify==2.5.5
dateparser==0.7.6
dateparser==1.0.0
dnspython==2.0.0
fastnumbers==3.0.0
fdict==0.8.1
Expand All @@ -20,7 +20,7 @@ gunicorn[gevent]==20.0.4
json2html==1.3.0
marshmallow-mongoengine @ git+https://github.com/tschaume/marshmallow-mongoengine@mpcontribs#egg=marshmallow_mongoengine-0.30.0
mimerender @ git+https://github.com/tschaume/mimerender@mpcontribs#egg=mimerender-0.6.1
more-itertools==8.5.0
more-itertools==8.6.0
nbformat==5.0.8
notebook @ git+https://github.com/jupyter/notebook@6.1.0rc1#egg=notebook-6.1.0rc1
pint==0.16.1
Expand Down
8 changes: 4 additions & 4 deletions mpcontribs-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
boltons==20.2.1
bravado[fido]==11.0.1
cryptography==3.2
bravado[fido]==11.0.2
cryptography==3.2.1
fido[tls]==4.2.2
ipython==7.18.1
ipython==7.19.0
json2html==1.3.0
pandas==1.1.3
pandas==1.1.4
plotly==4.12.0
pyIsEmail==1.3.2
pymatgen==2020.10.20
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boltons==20.2.1
Django==3.1.2
Django==3.1.3
django-extensions==3.0.9
django-settings-file==2.2.0
django-webpack4-loader==0.0.5
Expand Down

0 comments on commit b7314b3

Please sign in to comment.