Skip to content

Commit

Permalink
Bump Flask to 3.0.2 and dotenv to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki committed Feb 7, 2024
1 parent e2a16fa commit ca557d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
slack_bolt==1.18.1
python_dotenv==1.0.0
python_dotenv==1.0.1
gunicorn==21.2.0
flask==3.0.0
flask==3.0.2
requests==2.31.0
pyjwt==2.8.0
gql==3.5.0
Expand Down
6 changes: 3 additions & 3 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
slack_bolt==1.18.1
python_dotenv==1.0.0
python_dotenv==1.0.1
gunicorn==21.2.0
flask==3.0.0
flask==3.0.2
requests==2.31.0
pyjwt==2.8.0
pytest==7.4.4
pytest==8.0.0
pytest-cov==4.1.0
pytest-dotenv==0.5.2
gql==3.5.0
Expand Down

0 comments on commit ca557d3

Please sign in to comment.