Skip to content

Commit fb9e90d

Browse files
Merge pull request #2 from vectornguyen76/develop
UPDATE requirements
2 parents 3046aa7 + 6a84e93 commit fb9e90d

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: hello-world
2+
on: push
3+
jobs:
4+
my-job:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: my-step
8+
run: echo "Hello World with Github Actions"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: hello-world
2+
on: push
3+
jobs:
4+
my-job:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: my-step
8+
run: echo "Hello World with Github Actions"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ distlib==0.3.6
1313
entrypoints==0.4
1414
executing==1.2.0
1515
filelock==3.12.2
16-
Flask==2.2.3
16+
Flask==2.2.5
1717
Flask-Cors==3.0.10
1818
Flask-JWT-Extended==4.4.4
1919
Flask-Migrate==4.0.4
@@ -25,7 +25,7 @@ greenlet==2.0.2
2525
gunicorn==20.1.0
2626
importlib-metadata==6.7.0
2727
ipykernel==6.19.2
28-
ipython==8.7.0
28+
ipython==8.10
2929
itsdangerous==2.1.2
3030
jedi==0.18.2
3131
Jinja2==3.1.2
@@ -56,7 +56,7 @@ pyzmq==24.0.1
5656
six==1.16.0
5757
SQLAlchemy==2.0.7
5858
stack-data==0.6.2
59-
tornado==6.2
59+
tornado==6.3.2
6060
traitlets==5.7.1
6161
typing_extensions==4.5.0
6262
virtualenv==20.23.1

0 commit comments

Comments
 (0)