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

Commit a3623b4

Browse files
authored
Merge pull request #54 from riskmethods/dependabot/pip/bitarray-2.8.5
Bump bitarray from 2.8.4 to 2.8.5
2 parents b046dab + d821ad7 commit a3623b4

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)