Skip to content

Commit

Permalink
chore(deps): bump numpy 1.22.1 and PyJWT to 2.4.0 (#20287)
Browse files Browse the repository at this point in the history
* setting numpy 1.22.1 and PyJWT to 2.4.0

* requirements.txt

Co-authored-by: Arash <arash.afghahi@gmail.com>
  • Loading branch information
sadpandajoe and AAfghahi committed Jun 7, 2022
1 parent 27c3ef1 commit b650a1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,9 @@ multidict==5.1.0
# via
# aiohttp
# yarl
numpy==1.21.1
numpy==1.22.1
# via
# apache-superset
# pandas
# pyarrow
packaging==21.3
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def get_git_sha() -> str:
"isodate",
"markdown>=3.0",
"msgpack>=1.0.0, <1.1",
"numpy==1.22.1",
"pandas>=1.3.0, <1.4",
"parsedatetime",
"pgsanity",
Expand All @@ -103,7 +104,7 @@ def get_git_sha() -> str:
"python-geohash",
"pyarrow>=5.0.0, <6.0",
"pyyaml>=5.4",
"PyJWT>=2.0.0, <2.3.0",
"PyJWT>=2.0.0, <2.4.0",
"redis",
"selenium>=3.141.0",
"simplejson>=3.15.0",
Expand Down

0 comments on commit b650a1d

Please sign in to comment.