Skip to content

Commit 9d0a117

Browse files
committed
update requeirements to fix versions
1 parent b92c905 commit 9d0a117

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

back_end.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
db.create_tables_if_not_exists()
2222
with db:
2323
db.add_some_data_if_does_not_exist()
24-
app.run(host="127.0.0.1", port=50000, debug="True")
24+
app.run(host="127.0.0.1", port=50000, debug=True)

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mock==4.0.3
2-
flask==1.1.2
2+
flask==3.0.2
33
sqlalchemy==1.4.35
44
faker==13.3.4
5-
pytest==7.11.1
5+
pytest==8.0.2

0 commit comments

Comments
 (0)