Skip to content

Commit c2b8663

Browse files
authored
task/update dev requirements (#61)
1 parent 330cee0 commit c2b8663

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
- name: Install Packages
17-
run: pip install -r requirements.txt
17+
run: pip install -r requirements_dev.txt
1818

1919
- name: Test
2020
env:

requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ charset-normalizer==2.0.6
55
enum34==1.1.10
66
idna==3.2
77
iniconfig==1.1.1
8-
jsonpickle==0.9.6
8+
jsonpickle==1.4
99
lxml==4.6.5
1010
msgpack==1.0.2
1111
packaging==21.0
1212
pluggy==1.0.0
1313
py==1.10.0
1414
pyparsing==2.4.7
1515
pytest==6.2.5
16-
python-dateutil==2.8.2
16+
python-dateutil==2.8.1
1717
requests==2.27.1
1818
six==1.16.0
1919
toml==0.10.2

0 commit comments

Comments
 (0)