Skip to content

Commit

Permalink
Bump numpy from 1.18.2 to 1.21.0 in /FastAPISQLAlchamy/app
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.21.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.18.2...v1.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2022
1 parent 21aabb1 commit fc07367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FastAPISQLAlchamy/app/dev_requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fastapi
uvicorn
gunicorn
pandas==1.0.3
numpy==1.18.2
numpy==1.21.0
psycopg2==2.8.5
sqlalchemy==1.3.17
jwt==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion FastAPISQLAlchamy/app/requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandas==1.0.3
numpy==1.18.2
numpy==1.21.0
psycopg2==2.8.5
sqlalchemy==1.3.17
jwt==1.0.0
Expand Down

0 comments on commit fc07367

Please sign in to comment.