Skip to content

Commit 8707612

Browse files
authored
Bump PyYaml to 5.3.1 and replace pycrypto 2.6.1 with pycryptodome 3.9.8 (#379)
1 parent 9a371e8 commit 8707612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ commands:
220220
command: virtualenv env
221221
- run:
222222
name: install tox
223-
command: pip install --user pygithub pyyaml>=5.3.1,<5.4
223+
command: pip install --user pygithub pyyaml==5.3.1
224224
- run:
225225
name: upgrade setuptools
226226
command: pip install --upgrade setuptools

0 commit comments

Comments
 (0)