Skip to content

Commit

Permalink
Bump dataclasses from 0.4 to 0.6
Browse files Browse the repository at this point in the history
Bumps [dataclasses](https://github.com/ericvsmith/dataclasses) from 0.4 to 0.6.
- [Release notes](https://github.com/ericvsmith/dataclasses/releases)
- [Commits](ericvsmith/dataclasses@0.4...0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Nov 18, 2018
1 parent 93c932c commit 2f44adc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bredon/requirements.txt
@@ -1,4 +1,4 @@
dataclasses==0.4
dataclasses==0.6
tabulate==0.8.2
click==7.0
gym==0.10.8
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
dataclasses==0.4
dataclasses==0.6
tabulate==0.8.2
click==7.0
gym==0.10.8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@
url="https://github.com/Innoviox/bredon",
packages=setuptools.find_packages(),
license="GNU General Public License v3.0",
install_requires=['dataclasses==0.4',
install_requires=['dataclasses==0.6',
'tabulate==0.8.2',
'click==7.0',
'gym==0.10.8',
Expand Down

0 comments on commit 2f44adc

Please sign in to comment.