Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hammerhead committed Jun 18, 2024
1 parent 8ddee92 commit 8bacf73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
install_requires=["apache-airflow==2.9.2"],
extras_require={
"develop": [
"pylint==3.2.2",
"pylint==3.2.3",
"black==24.4.2",
],
"testing": [
"pytest==8.2.1",
"pytest==8.2.2",
],
},
)

0 comments on commit 8bacf73

Please sign in to comment.