Skip to content

Commit

Permalink
bump astroid
Browse files Browse the repository at this point in the history
  • Loading branch information
lbunzl-r7 committed Jun 19, 2024
1 parent 0ef2e8b commit cfc494c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
astroid==2.15.8
astroid>=3.2.2
flake8
flake8-assertive
flake8-comprehensions
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setuptools.setup(
name='flake8-intsights',
version='0.3.1',
version='0.3.2',
author='Gal Ben David',
author_email='[email protected]',
url='https://github.com/Intsights/flake8-intsights',
Expand All @@ -26,7 +26,7 @@
python_requires='>=3.7',
zip_safe=False,
install_requires=[
'astroid==2.15.8',
'astroid>=3.2.2',
'flake8',
'flake8-assertive',
'flake8-comprehensions',
Expand Down

0 comments on commit cfc494c

Please sign in to comment.