Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 945acce commit 831e593
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,5 +1,5 @@
reportlab==3.6.13
requests==2.31.0
requests==2.32.0
pytz==2021.3
Babel==2.9.1
-e git+https://github.com/sequentech/tally-methods.git@master#egg=tally-methods
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def run(self):
cmdclass={'sdist': SdistI18n},
install_requires=[
'reportlab==3.6.13',
'requests==2.31.0',
'requests==2.32.0',
'Babel==2.9.1',
'pytz==2021.3',
'tally-methods @ git+https://github.com/sequentech/tally-methods.git@master'
Expand Down

0 comments on commit 831e593

Please sign in to comment.