Skip to content

Commit 08fde0f

Browse files
Bump numpy from 1.18.2 to 1.21.0 in /FastAPISQLModel/app
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] <[email protected]>
1 parent 21aabb1 commit 08fde0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: FastAPISQLModel/app/dev_requirements.txt

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fastapi
22
uvicorn
33
gunicorn
44
pandas==1.0.3
5-
numpy==1.18.2
5+
numpy==1.21.0
66
psycopg2==2.8.5
77
sqlalchemy==1.4.23
88
jwt==1.0.0

Diff for: FastAPISQLModel/app/requirements.txt

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pandas==1.0.3
2-
numpy==1.18.2
2+
numpy==1.21.0
33
psycopg2==2.8.5
44
sqlalchemy==1.4.23
55
jwt==1.0.0

0 commit comments

Comments
 (0)