Skip to content

Commit

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

Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.4.
- [Release notes](https://github.com/psycopg/psycopg2/releases)
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)

---
updated-dependencies:
- dependency-name: psycopg2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

build(deps): bump ddtrace in /mpcontribs-kernel-gateway

Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/DataDog/dd-trace-py/releases)
- [Changelog](https://github.com/DataDog/dd-trace-py/blob/1.x/CHANGELOG.md)
- [Commits](DataDog/dd-trace-py@v1.5.0...v1.5.2)

---
updated-dependencies:
- dependency-name: ddtrace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

build(deps): bump jupyter-client in /mpcontribs-kernel-gateway

Bumps [jupyter-client](https://github.com/jupyter/jupyter_client) from 7.3.5 to 7.4.2.
- [Release notes](https://github.com/jupyter/jupyter_client/releases)
- [Changelog](https://github.com/jupyter/jupyter_client/blob/v7.4.2/CHANGELOG.md)
- [Commits](jupyter/jupyter_client@v7.3.5...v7.4.2)

---
updated-dependencies:
- dependency-name: jupyter-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

build(deps): bump boto3 from 1.24.85 to 1.24.91 in /mpcontribs-portal

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

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

build(deps): bump ddtrace from 1.5.0 to 1.5.2 in /mpcontribs-portal

Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/DataDog/dd-trace-py/releases)
- [Changelog](https://github.com/DataDog/dd-trace-py/blob/1.x/CHANGELOG.md)
- [Commits](DataDog/dd-trace-py@v1.5.0...v1.5.2)

---
updated-dependencies:
- dependency-name: ddtrace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tschaume committed Oct 21, 2022
1 parent aacc4bf commit ec869f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mpcontribs-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ more-itertools==8.14.0
nbformat==5.7.0
notebook==6.5.1
pint==0.19.2
psycopg2==2.9.3
psycopg2==2.9.4
pymatgen==2022.9.21
pyopenssl==22.1.0
python-snappy==0.6.1
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-kernel-gateway/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blinker==1.5
ddtrace==1.5.0
ddtrace==1.5.2
ipywidgets==8.0.2
jupyter-client==7.3.5
jupyter-client==7.4.2
jupyter-kernel-gateway==2.5.1
kaleido==0.2.1
mpcontribs-client==4.4.7
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-portal/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boltons==21.0.0
boto3==1.24.85
ddtrace==1.5.0
boto3==1.24.91
ddtrace==1.5.2
Django>=3.2,<4.0
django-extensions==3.2.1
django-settings-file==2.10.0
Expand Down

0 comments on commit ec869f1

Please sign in to comment.