Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 554752f

Browse files
Bump bitarray from 2.7.4 to 2.7.5
Bumps [bitarray](https://github.com/ilanschnell/bitarray) from 2.7.4 to 2.7.5. - [Changelog](https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst) - [Commits](ilanschnell/bitarray@2.7.4...2.7.5) --- updated-dependencies: - dependency-name: bitarray dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2a99a17 commit 554752f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy==1.24.3
22
scipy==1.10.1
3-
bitarray==2.7.4
3+
bitarray==2.7.5
44
future==0.18.3
55
mockredispy==2.9.3
66
mongomock==4.1.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
install_requires=[
2020
"numpy==1.24.3",
2121
"scipy==1.10.1",
22-
"bitarray==2.7.4",
22+
"bitarray==2.7.5",
2323
"future==0.18.3",
2424
],
2525
setup_requires=setup_requires,

0 commit comments

Comments
 (0)