Skip to content

Commit

Permalink
Merge pull request #41 from datagalaxy-lab/dependabot/pip/python-pack…
Browse files Browse the repository at this point in the history
…ages-61ff8068fc

Bump the python-packages group across 1 directory with 9 updates
  • Loading branch information
drscholly authored Jun 17, 2024
2 parents 884004c + e94f040 commit ddf467c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
flake8==3.9.2
pytest==6.2.5
twine==3.4.2
build==0.5.1
wheel==0.38.1
requests==2.31.0
pytest-mock==3.6.1
PyJWT==2.4.0
pyinstaller==5.13.1
flake8==7.1.0
pytest==8.2.2
twine==5.1.0
build==1.2.1
wheel==0.43.0
requests==2.32.3
pytest-mock==3.14.0
PyJWT==2.8.0
pyinstaller==6.8.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
author_email='[email protected]',
python_requires='>=3.9',
packages=find_packages(),
install_requires=['requests==2.31.0', 'PyJWT==2.4.0']
install_requires=['requests==2.32.3', 'PyJWT==2.8.0']
)

0 comments on commit ddf467c

Please sign in to comment.