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

Commit 87fe8ca

Browse files
authored
Merge pull request #28 from riskmethods/dependabot/pip/bitarray-2.7.5
Bump bitarray from 2.7.4 to 2.7.5
2 parents 7a3b67b + 554752f commit 87fe8ca

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)