Skip to content

Commit

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

Bump the python-packages group with 3 updates
  • Loading branch information
drscholly authored Dec 2, 2024
2 parents 8dd424b + cd14606 commit 79cb0b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
flake8==7.1.1
pytest==8.3.3
twine==5.1.1
pytest==8.3.4
twine==6.0.1
build==1.2.2.post1
wheel==0.45.1
requests==2.32.3
pytest-mock==3.14.0
PyJWT==2.10.0
PyJWT==2.10.1
pyinstaller==6.11.1
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.32.3', 'PyJWT==2.10.0']
install_requires=['requests==2.32.3', 'PyJWT==2.10.1']
)

0 comments on commit 79cb0b8

Please sign in to comment.