Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/tqdm-4.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Feb 1, 2021
2 parents 3dcdab4 + e7424b0 commit 9146057
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
channels:
- conda-forge
dependencies:
- defusedxml >=0.5.0
- defusedxml >=0.6.0
- coveralls
- coverage
- codacy-coverage
- pandas >=0.24.2
- pyyaml >=5.1.2
- jinja2 >=2.10.1
- pyyaml >=5.4.1
- jinja2 >=2.11.2
- paramiko >=2.4.2
- tqdm >=4.56.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@

keywords='pysqa',
packages=find_packages(exclude=["*tests*"]),
install_requires=['defusedxml==0.5.0',
'jinja2==2.10.1',
install_requires=['defusedxml==0.6.0',
'jinja2==2.11.2',
'pandas==0.24.2',
'paramiko==2.4.2',
'pyyaml==5.1.2',
'pyyaml==5.4.1',
'tqdm==4.56.0'],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit 9146057

Please sign in to comment.