diff --git a/ordersystem-client/requirements.txt b/ordersystem-client/requirements.txt index ba227ea..694571e 100644 --- a/ordersystem-client/requirements.txt +++ b/ordersystem-client/requirements.txt @@ -1,2 +1,2 @@ requests==2.30.0 -setuptools==67.7.2 \ No newline at end of file +setuptools==68.1.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index ba227ea..694571e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests==2.30.0 -setuptools==67.7.2 \ No newline at end of file +setuptools==68.1.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 57d5f33..cf779c7 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,6 @@ long_description_content_type='text/markdown', install_requires=[ 'requests==2.30.0', - 'setuptools==67.7.2', + 'setuptools==68.1.0', ], )