Skip to content

Commit

Permalink
build(setuptools): bump version to 68.0.0 for setuptools (#50)
Browse files Browse the repository at this point in the history
bumps the version of the setuptools dependency to 68.0.0.
  • Loading branch information
sufyankhanrao committed Jan 29, 2024
1 parent 9343356 commit 7f5b3e3
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
Expand Up @@ -3,5 +3,5 @@ python-dateutil~=2.8.1
enum34~=1.1, >=1.1.10
apimatic-core-interfaces~=0.1.0
requests~=2.31
setuptools~=67.6.0
setuptools>=68.0.0
jsonpointer~=2.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'python-dateutil~=2.8.1',
'requests~=2.31',
'enum34~=1.1, >=1.1.10',
'setuptools~=66.0.0',
'setuptools>=68.0.0',
'jsonpointer~=2.3'
],
tests_require=[
Expand Down

0 comments on commit 7f5b3e3

Please sign in to comment.