Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hammerhead committed Dec 22, 2022
1 parent 604269d commit 0d419f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
python_requires=">=3.9",
install_requires=["apache-airflow==2.4.3"],
extras_require={
"develop": ["pylint==2.15.7", "black==22.10.0"],
"develop": ["pylint==2.15.9", "black==22.12.0"],
"testing": ["pytest==7.2.0"],
},
)

0 comments on commit 0d419f8

Please sign in to comment.