Skip to content

Commit

Permalink
Bump numpy from 1.17.2 to 1.22.0 in /mooclet_engine
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](numpy/numpy@v1.17.2...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 22, 2022
1 parent 4f99f50 commit 21d9844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mooclet_engine/requirements_base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==1.11
requests==2.22.0
numpy==1.15.0
numpy==1.22.0
djangorestframework==3.8.2
django-cors-middleware==1.3.1
django-filter==1.1
Expand Down
2 changes: 1 addition & 1 deletion mooclet_engine/requirements_local_updated.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jsonschema==2.6.0
kombu==4.6.5
MarkupSafe==1.1.1
more-itertools==7.2.0
numpy==1.17.2
numpy==1.22.0
openapi-spec-validator==0.2.8
pandas==0.25.1
psycopg2-binary==2.8.3
Expand Down

0 comments on commit 21d9844

Please sign in to comment.