Skip to content

Commit 98555df

Browse files
Update numpy requirement from ~=1.21.2 to ~=1.22.0 (#56)
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](numpy/numpy@v1.21.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7aeabfb commit 98555df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiohttp>=3.7.4.post0,<3.9
22
cachetools~=5.0.0
33
gmqtt~=0.6.11
4-
numpy~=1.21.2
4+
numpy~=1.22.0
55
Pillow~=9.0.0

0 commit comments

Comments
 (0)