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

Commit d821ad7

Browse files
Bump bitarray from 2.8.4 to 2.8.5
Bumps [bitarray](https://github.com/ilanschnell/bitarray) from 2.8.4 to 2.8.5. - [Changelog](https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst) - [Commits](ilanschnell/bitarray@2.8.4...2.8.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 b046dab commit d821ad7

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.26.2
22
scipy==1.11.4
3-
bitarray==2.8.4
3+
bitarray==2.8.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.26.2",
2121
"scipy==1.11.4",
22-
"bitarray==2.8.4",
22+
"bitarray==2.8.5",
2323
"future==0.18.3",
2424
],
2525
setup_requires=setup_requires,

0 commit comments

Comments
 (0)