Skip to content

Commit d5ded78

Browse files
committed
Review feedback
1 parent 5b5a65b commit d5ded78

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test:
66

77
lint:
88
pylint --rcfile=.pylintrc --reports=y --exit-zero customerio/analytics
9-
flake8 --max-complexity=10 --statistics customerio/analytics || true
9+
flake8 --max-complexity=10 --statistics --exit-zero customerio/analytics
1010

1111
clean:
1212
rm -rf .venv

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'''
1717

1818
install_requires = [
19-
"requests>=2.32.2",
19+
"requests>=2.32.4",
2020
"monotonic~=1.6",
2121
"backoff~=2.2",
2222
"python-dateutil~=2.8"

0 commit comments

Comments
 (0)