Skip to content

Commit

Permalink
chore: Update dependencies with pip-upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay-Lysenko committed Aug 27, 2023
1 parent e018632 commit cfc045f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-c constraints.txt
pretty-midi==0.2.9
PyYAML==6.0
sinethesizer==0.6.0
pretty-midi==0.2.10
PyYAML==6.0.1
sinethesizer==0.6.1
44 changes: 22 additions & 22 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
attrs==20.3.0
certifi==2020.12.5
chardet==4.0.0
codecov==2.1.12
coverage==6.2
idna==2.10
iniconfig==1.1.1
mido==1.2.9
numpy==1.21.4
packaging==20.9
pluggy==0.13.1
pretty-midi==0.2.9
py==1.10.0
pyparsing==2.4.7
pytest==6.2.5
pytest-cov==3.0.0
PyYAML==6.0
requests==2.25.1
scipy==1.7.3
sinethesizer==0.6.0
six==1.15.0
attrs==23.1.0
certifi==2023.7.22
chardet==5.2.0
codecov==2.1.13
coverage==7.3.0
idna==3.4
iniconfig==2.0.0
mido==1.3.0
numpy==1.25.2
packaging==23.1
pluggy==1.3.0
pretty-midi==0.2.10
py==1.11.0
pyparsing==3.1.1
pytest==7.4.0
pytest-cov==4.1.0
PyYAML==6.0.1
requests==2.31.0
scipy==1.11.2
sinethesizer==0.6.1
six==1.16.0
toml==0.10.2
urllib3==1.26.4
urllib3==2.0.4
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r base.txt
codecov==2.1.12
coverage==6.2
pytest==6.2.5
pytest-cov==3.0.0
codecov==2.1.13
coverage==7.3.0
pytest==7.4.0
pytest-cov==4.1.0

0 comments on commit cfc045f

Please sign in to comment.