Skip to content

Commit

Permalink
build($pipenv): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Mar 16, 2023
1 parent 9957e23 commit cd5d01b
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ python-stdnum = "==1.18"
# Retrying library for Python. https://pypi.org/project/tenacity/
tenacity = "==8.2.2"
# Python plotting package. https://pypi.org/project/matplotlib/
matplotlib = "==3.7.0"
matplotlib = "==3.7.1"

[dev-packages]
# Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of
Expand Down Expand Up @@ -70,10 +70,10 @@ pytest-cov = "==4.0.0"
# Plugin for generating HTML reports for pytest results. https://github.com/pytest-dev/pytest-html/
pytest-html = "==3.2.0"
# pytest xdist plugin for distributed testing and loop-on-failing modes. https://github.com/pytest-dev/pytest-xdist/
pytest-xdist = "==3.2.0"
pytest-xdist = "==3.2.1"
# Call stack profiler for Python. Shows you why your code is slow! https://github.com/joerick/pyinstrument
pyinstrument = "==4.4.0"
# Pytest plugin for analyzing resource usage during test sessions. https://github.com/CFMTech/pytest-monitor
pytest-monitor = "==1.6.5"
# PyInstaller bundles a Python application and all its dependencies into a single package. https://github.com/pyinstaller/pyinstaller
pyinstaller = "==5.8.0"
pyinstaller = "==5.9.0"
154 changes: 77 additions & 77 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd5d01b

Please sign in to comment.