Skip to content

Commit

Permalink
build(setuptools): bump version to the 68.0.0 for setuptools
Browse files Browse the repository at this point in the history
This commit bumps the version of the setuptools to 68.0.0.

closes #49
  • Loading branch information
sufyankhanrao committed Jan 29, 2024
1 parent 58612d7 commit 870bc1a
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 870bc1a

Please sign in to comment.