Skip to content

Commit

Permalink
Bump reportlab from 3.3.0 to 3.5.55 (#72)
Browse files Browse the repository at this point in the history
Bumps [reportlab](http://www.reportlab.com/) from 3.3.0 to 3.5.55.

---
updated-dependencies:
- dependency-name: reportlab
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2021
1 parent 1b989e3 commit 54a6ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
reportlab==3.3.0
reportlab==3.5.55
requests==2.20.0
pytz==2021.3
Babel==2.9.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run(self):
setup_requires=['Babel'],
cmdclass={'sdist': SdistI18n},
install_requires=[
'reportlab==3.3.0',
'reportlab==3.5.55',
'requests==2.20.0',
'Babel==2.9.1',
'pytz==2021.3',
Expand Down

0 comments on commit 54a6ce3

Please sign in to comment.