From 3750c31b480cba7c74617cd16e5dfaba953fdad6 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Wed, 4 Jan 2023 23:39:57 +0500 Subject: [PATCH 1/6] fix: fixing upgrade requirements. --- Makefile | 9 +-- requirements/base.txt | 124 ++++++++++++++++++++++++----------- requirements/constraints.txt | 5 ++ requirements/pip-tools.txt | 18 +++-- requirements/pip.in | 3 + requirements/testing.in | 2 + requirements/testing.txt | 113 +++++++++++++++---------------- 7 files changed, 171 insertions(+), 103 deletions(-) create mode 100644 requirements/pip.in diff --git a/Makefile b/Makefile index 318e7449..41dd1008 100644 --- a/Makefile +++ b/Makefile @@ -13,11 +13,12 @@ test: tox # Define PIP_COMPILE_OPTS=-v to get more information during make upgrade. -PIP_COMPILE = pip-compile --no-emit-trusted-host --rebuild --upgrade $(PIP_COMPILE_OPTS) +PIP_COMPILE = pip-compile --upgrade $(PIP_COMPILE_OPTS) upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade upgrade: pip install -qr requirements/pip-tools.txt - $(PIP_COMPILE) -o requirements/pip-tools.txt requirements/pip-tools.in - $(PIP_COMPILE) -o requirements/base.txt requirements/base.in - $(PIP_COMPILE) -o requirements/testing.txt requirements/testing.in + $(PIP_COMPILE) --allow-unsafe --rebuild --upgrade -o requirements/pip.txt requirements/pip.in + $(PIP_COMPILE) --rebuild --upgrade -o requirements/pip-tools.txt requirements/pip-tools.in + $(PIP_COMPILE) --rebuild --upgrade -o requirements/base.txt requirements/base.in + $(PIP_COMPILE) --rebuild --upgrade -o requirements/testing.txt requirements/testing.in diff --git a/requirements/base.txt b/requirements/base.txt index a50abcc2..cc938c57 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,50 +4,71 @@ # # make upgrade # -atlassian-python-api==3.14.1 +asgiref==3.6.0 + # via django +atlassian-python-api==3.32.2 # via -r requirements/base.in -attrs==21.2.0 - # via jsonlines -authlib==0.15.5 +attrs==22.2.0 + # via + # jsonlines + # zeep +authlib==1.2.0 # via simple-salesforce backoff==1.5.0 # via -r requirements/base.in boto==2.43.0 # via -r requirements/base.in boto3==1.20.22 - # via -r requirements/base.in + # via + # -c requirements/constraints.txt + # -r requirements/base.in botocore==1.23.22 # via + # -c requirements/constraints.txt # boto3 # s3transfer -cachetools==4.2.4 +cachetools==5.2.0 # via google-auth -certifi==2021.10.8 +certifi==2022.12.7 # via # kubernetes # requests -cffi==1.15.0 - # via cryptography -charset-normalizer==2.0.9 +cffi==1.15.1 + # via + # cryptography + # pynacl +charset-normalizer==2.1.1 # via requests -click==8.0.3 +click==8.1.3 # via # -r requirements/base.in # click-log -click-log==0.3.2 + # edx-django-utils +click-log==0.4.0 # via -r requirements/base.in cloudflare==2.1.0 # via -r requirements/base.in -cryptography==36.0.0 +cryptography==39.0.0 # via authlib -decorator==5.1.0 +decorator==5.1.1 # via validators deprecated==1.2.13 # via # atlassian-python-api # pygithub -easydict==1.9 +django==3.2.16 + # via + # -c requirements/constraints.txt + # django-crum + # edx-django-utils +django-crum==0.7.9 + # via edx-django-utils +django-waffle==3.0.0 + # via edx-django-utils +easydict==1.10 # via yagocd +edx-django-utils==5.2.0 + # via edx-rest-api-client edx-opaque-keys==0.4.0 # via -r requirements/base.in edx-rest-api-client==5.5.0 @@ -58,43 +79,53 @@ future==0.16.0 # via # -r requirements/base.in # cloudflare -gitdb==4.0.9 +gitdb==4.0.10 # via gitpython gitpython==3.1.18 # via -r requirements/base.in google-api-python-client==1.7.3 # via -r requirements/base.in -google-auth==2.3.3 +google-auth==2.15.0 # via # google-api-python-client # google-auth-httplib2 # kubernetes google-auth-httplib2==0.1.0 # via google-api-python-client -httplib2==0.20.2 +httplib2==0.21.0 # via # google-api-python-client # google-auth-httplib2 -idna==3.3 +idna==3.4 # via requests +isodate==0.6.1 + # via zeep jenkinsapi==0.3.3 # via -r requirements/base.in jmespath==0.10.0 # via # boto3 # botocore -jsonlines==3.0.0 +jsonlines==3.1.0 # via cloudflare kubernetes==12.0.1 # via -r requirements/base.in -lxml==4.6.4 - # via -r requirements/base.in -oauthlib==3.1.1 +lxml==4.9.2 + # via + # -r requirements/base.in + # zeep +newrelic==8.5.0 + # via edx-django-utils +oauthlib==3.2.2 # via # atlassian-python-api # requests-oauthlib -pbr==5.8.0 +pbr==5.11.0 # via stevedore +platformdirs==2.6.2 + # via zeep +psutil==5.9.4 + # via edx-django-utils pyasn1==0.4.8 # via # pyasn1-modules @@ -105,7 +136,7 @@ pycparser==2.21 # via cffi pygithub==1.44.1 # via -r requirements/base.in -pyjwt==1.7.1 +pyjwt==2.6.0 # via # edx-rest-api-client # pygithub @@ -113,7 +144,9 @@ pymongo==3.5.1 # via # -r requirements/base.in # edx-opaque-keys -pyparsing==3.0.6 +pynacl==1.5.0 + # via edx-django-utils +pyparsing==3.0.9 # via httplib2 python-dateutil==2.8.2 # via @@ -123,38 +156,48 @@ python-dateutil==2.8.2 pytz==2016.10 # via # -r requirements/base.in + # django # jenkinsapi + # zeep pyyaml==5.4 # via # -r requirements/base.in # cloudflare # kubernetes -requests==2.26.0 +requests==2.28.1 # via # -r requirements/base.in # atlassian-python-api # cloudflare + # edx-rest-api-client # jenkinsapi # kubernetes # pygithub + # requests-file # requests-oauthlib + # requests-toolbelt # sailthru-client # simple-salesforce # slumber # yagocd -requests-oauthlib==1.3.0 + # zeep +requests-file==1.5.1 + # via zeep +requests-oauthlib==1.3.1 # via # atlassian-python-api # kubernetes -rsa==4.8 +requests-toolbelt==0.10.1 + # via zeep +rsa==4.9 # via google-auth -s3transfer==0.5.0 +s3transfer==0.5.2 # via boto3 sailthru-client==2.3.5 # via -r requirements/base.in -simple-salesforce==1.11.4 +simple-salesforce==1.12.2 # via -r requirements/base.in -simplejson==3.17.6 +simplejson==3.18.1 # via sailthru-client six==1.16.0 # via @@ -165,30 +208,35 @@ six==1.16.0 # google-api-python-client # google-auth # google-auth-httplib2 + # isodate # kubernetes # pygithub # python-dateutil + # requests-file # stevedore - # validators # yagocd slumber==0.7.1 # via edx-rest-api-client smmap==5.0.0 # via gitdb +sqlparse==0.4.3 + # via django stevedore==1.32.0 - # via edx-opaque-keys + # via + # edx-django-utils + # edx-opaque-keys unicodecsv==0.14.1 # via -r requirements/base.in uritemplate==3.0.1 # via google-api-python-client -urllib3==1.26.7 +urllib3==1.26.13 # via # botocore # kubernetes # requests -validators==0.18.2 +validators==0.20.0 # via -r requirements/base.in -websocket-client==1.2.3 +websocket-client==1.4.2 # via kubernetes wrapt==1.11.2 # via @@ -196,6 +244,8 @@ wrapt==1.11.2 # deprecated yagocd==0.4.4 # via -r requirements/base.in +zeep==4.2.1 + # via simple-salesforce # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 943f9a27..e57d4e58 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -9,3 +9,8 @@ # linking to it here is good. # TODO: Many pinned dependencies should be unpinned and/or moved to this constraints file. + +boto3==1.20.22 +botocore==1.23.22 +responses<0.21.0 +django<4.0 \ No newline at end of file diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 51eb3dc3..498f2eab 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -4,15 +4,21 @@ # # make upgrade # -click==8.0.3 +build==0.9.0 # via pip-tools -pep517==0.12.0 +click==8.1.3 # via pip-tools -pip-tools==6.4.0 +packaging==22.0 + # via build +pep517==0.13.0 + # via build +pip-tools==6.6.2 # via -r requirements/pip-tools.in -tomli==1.2.2 - # via pep517 -wheel==0.37.0 +tomli==2.0.1 + # via + # build + # pep517 +wheel==0.38.4 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.in b/requirements/pip.in new file mode 100644 index 00000000..7015e2e2 --- /dev/null +++ b/requirements/pip.in @@ -0,0 +1,3 @@ +pip +setuptools +wheel diff --git a/requirements/testing.in b/requirements/testing.in index b8b10386..6b10a119 100644 --- a/requirements/testing.in +++ b/requirements/testing.in @@ -1,3 +1,5 @@ +-c constraints.txt + astroid ddt edx_lint diff --git a/requirements/testing.txt b/requirements/testing.txt index c1995990..2a48b019 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -4,52 +4,59 @@ # # make upgrade # -astroid==2.9.0 +astroid==2.12.13 # via # -r requirements/testing.in # pylint # pylint-celery -attrs==21.2.0 +attrs==22.2.0 # via pytest -boto3==1.20.18 - # via moto -botocore==1.23.18 +boto3==1.20.22 + # via + # -c requirements/constraints.txt + # moto +botocore==1.23.22 # via + # -c requirements/constraints.txt # boto3 # moto # s3transfer -certifi==2021.10.8 +certifi==2022.12.7 # via requests -cffi==1.15.0 +cffi==1.15.1 # via cryptography -charset-normalizer==2.0.8 +charset-normalizer==2.1.1 # via requests -click==8.0.3 +click==8.1.3 # via # click-log # code-annotations # edx-lint -click-log==0.3.2 +click-log==0.4.0 # via edx-lint -code-annotations==1.2.0 +code-annotations==1.3.0 # via edx-lint -cryptography==36.0.0 +cryptography==39.0.0 # via moto -ddt==1.4.4 +ddt==1.6.0 # via -r requirements/testing.in -edx-lint==5.2.1 +dill==0.3.6 + # via pylint +edx-lint==5.3.0 # via -r requirements/testing.in +exceptiongroup==1.1.0 + # via pytest execnet==1.9.0 # via pytest-xdist httpretty==1.1.4 # via -r requirements/testing.in -idna==3.3 +idna==3.4 # via requests iniconfig==1.1.1 # via pytest -isort==5.10.1 +isort==5.11.4 # via pylint -jinja2==3.0.3 +jinja2==3.1.2 # via # code-annotations # moto @@ -57,39 +64,38 @@ jmespath==0.10.0 # via # boto3 # botocore -lazy-object-proxy==1.6.0 +lazy-object-proxy==1.8.0 # via astroid -markupsafe==2.0.1 +markupsafe==2.1.1 # via # jinja2 # moto -mccabe==0.6.1 + # werkzeug +mccabe==0.7.0 # via pylint -mock==4.0.3 +mock==5.0.0 # via -r requirements/testing.in -more-itertools==8.12.0 +more-itertools==9.0.0 # via moto moto==2.2.11 # via -r requirements/testing.in -packaging==21.3 +packaging==22.0 # via pytest -pbr==5.8.0 +pbr==5.11.0 # via stevedore -platformdirs==2.4.0 +platformdirs==2.6.2 # via pylint pluggy==1.0.0 # via pytest py==1.11.0 - # via - # pytest - # pytest-forked -pycodestyle==2.8.0 + # via pytest-pycodestyle +pycodestyle==2.10.0 # via # -r requirements/testing.in # pytest-pycodestyle pycparser==2.21 # via cffi -pylint==2.12.1 +pylint==2.15.9 # via # -r requirements/testing.in # edx-lint @@ -99,84 +105,79 @@ pylint==2.12.1 # pytest-pylint pylint-celery==0.3 # via edx-lint -pylint-django==2.4.4 +pylint-django==2.5.3 # via edx-lint -pylint-plugin-utils==0.6 +pylint-plugin-utils==0.7 # via # pylint-celery # pylint-django -pyparsing==3.0.6 - # via packaging -pytest==6.2.5 +pytest==7.2.0 # via # -r requirements/testing.in - # pytest-forked # pytest-pycodestyle # pytest-pylint # pytest-xdist -pytest-forked==1.3.0 - # via pytest-xdist -pytest-pycodestyle==2.2.0 +pytest-pycodestyle==2.3.1 # via -r requirements/testing.in -pytest-pylint==0.18.0 +pytest-pylint==0.19.0 # via -r requirements/testing.in -pytest-xdist==2.4.0 +pytest-xdist==3.1.0 # via -r requirements/testing.in python-dateutil==2.8.2 # via # botocore # moto -python-slugify==5.0.2 +python-slugify==7.0.0 # via code-annotations -pytz==2021.3 +pytz==2022.7 # via moto pyyaml==6.0 # via code-annotations -requests==2.26.0 +requests==2.28.1 # via # moto # requests-mock # responses -requests-mock==1.9.3 +requests-mock==1.10.0 # via -r requirements/testing.in responses==0.20.0 # via + # -c requirements/constraints.txt # -r requirements/testing.in # moto -s3transfer==0.5.0 +s3transfer==0.5.2 # via boto3 six==1.16.0 # via # edx-lint # python-dateutil # requests-mock - # responses -stevedore==3.5.0 +stevedore==4.1.1 # via code-annotations text-unidecode==1.3 # via python-slugify toml==0.10.2 + # via pytest-pylint +tomli==2.0.1 # via # pylint # pytest - # pytest-pylint -typing-extensions==4.0.1 +tomlkit==0.11.6 + # via pylint +typing-extensions==4.4.0 # via # astroid # pylint -urllib3==1.26.7 +urllib3==1.26.13 # via # botocore # requests # responses -werkzeug==2.0.2 +werkzeug==2.2.2 # via moto wrapt==1.11.2 # via # -r requirements/testing.in # astroid -xmltodict==0.12.0 +xmltodict==0.13.0 # via moto - -# The following packages are considered to be unsafe in a requirements file: -# setuptools \ No newline at end of file From d4e8308197dccc0c7e32d22c35f6540549ac88ce Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Wed, 4 Jan 2023 23:52:17 +0500 Subject: [PATCH 2/6] fix: fixing upgrade requirements. --- requirements/base.in | 2 +- requirements/base.txt | 7 ++++--- requirements/pip-tools.txt | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/requirements/base.in b/requirements/base.in index 6294732c..17eaf26c 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -16,7 +16,7 @@ google-api-python-client==1.7.3 jenkinsapi==0.3.3 kubernetes==12.0.1 lxml -PyGithub==1.44.1 +PyGithub pymongo==3.5.1 pytz==2016.10 pyyaml==5.4 diff --git a/requirements/base.txt b/requirements/base.txt index cc938c57..0b10e0ac 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -134,7 +134,7 @@ pyasn1-modules==0.2.8 # via google-auth pycparser==2.21 # via cffi -pygithub==1.44.1 +pygithub==1.57 # via -r requirements/base.in pyjwt==2.6.0 # via @@ -145,7 +145,9 @@ pymongo==3.5.1 # -r requirements/base.in # edx-opaque-keys pynacl==1.5.0 - # via edx-django-utils + # via + # edx-django-utils + # pygithub pyparsing==3.0.9 # via httplib2 python-dateutil==2.8.2 @@ -210,7 +212,6 @@ six==1.16.0 # google-auth-httplib2 # isodate # kubernetes - # pygithub # python-dateutil # requests-file # stevedore diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 498f2eab..69359d41 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -12,7 +12,7 @@ packaging==22.0 # via build pep517==0.13.0 # via build -pip-tools==6.6.2 +pip-tools==6.12.1 # via -r requirements/pip-tools.in tomli==2.0.1 # via From 421677fed7cfa4d18c49ac7dd9589febfb6f1e8a Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Thu, 5 Jan 2023 00:08:47 +0500 Subject: [PATCH 3/6] fix: fixing upgrade requirements. --- requirements/pip.txt | 14 ++++++++++++++ tubular/tests/test_github.py | 5 +++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 requirements/pip.txt diff --git a/requirements/pip.txt b/requirements/pip.txt new file mode 100644 index 00000000..4fad87a5 --- /dev/null +++ b/requirements/pip.txt @@ -0,0 +1,14 @@ +# +# This file is autogenerated by pip-compile with python 3.8 +# To update, run: +# +# make upgrade +# +wheel==0.38.4 + # via -r requirements/pip.in + +# The following packages are considered to be unsafe in a requirements file: +pip==22.3.1 + # via -r requirements/pip.in +setuptools==65.6.3 + # via -r requirements/pip.in diff --git a/tubular/tests/test_github.py b/tubular/tests/test_github.py index 7a735308..7a60c0a0 100644 --- a/tubular/tests/test_github.py +++ b/tubular/tests/test_github.py @@ -129,7 +129,8 @@ def test_get_commits_by_branch_branch_not_found(self): { 'documentation_url': 'https://developer.github.com/v3/repos/#get-branch', 'message': 'Branch not found' - } + }, + headers={} ) self.assertRaises(GithubException, self.api.get_commits_by_branch, 'blah') @@ -497,7 +498,7 @@ def test_message_pull_request(self, new_message, existing_messages, force_messag self.assertEqual(result, expected_result) def test_message_pr_does_not_exist(self): - with patch.object(self.repo_mock, 'get_pull', side_effect=UnknownObjectException(404, '')): + with patch.object(self.repo_mock, 'get_pull', side_effect=UnknownObjectException(404, '', {})): self.assertRaises(InvalidPullRequestError, self.api.message_pull_request, 3, 'test', 'test') def test_message_pr_deployed_stage(self): From 50d928df3c47947c8228d8946b88f020d72b4dfc Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Thu, 5 Jan 2023 00:13:46 +0500 Subject: [PATCH 4/6] fix: fixing upgrade requirements. --- tubular/tests/test_github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubular/tests/test_github.py b/tubular/tests/test_github.py index 7a60c0a0..e944fd9a 100644 --- a/tubular/tests/test_github.py +++ b/tubular/tests/test_github.py @@ -207,7 +207,7 @@ def _setup_create_tag_mocks(self, status_code, msg, return_sha): mock_user.name = 'test_name' self.repo_mock.create_git_tag = Mock() self.repo_mock.create_git_ref = Mock( - side_effect=GithubException(status_code, {'message': msg}) + side_effect=GithubException(status_code, {'message': msg}, {}) ) self.repo_mock.get_git_ref = get_tag_mock = Mock() get_tag_mock.return_value = Mock(object=Mock(sha=return_sha)) From d130fbc1a807393604696f99b3c6b0cb320194ad Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Thu, 5 Jan 2023 00:18:42 +0500 Subject: [PATCH 5/6] fix: fixing upgrade requirements. --- tubular/github_api.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tubular/github_api.py b/tubular/github_api.py index b6dfe20a..05abb691 100644 --- a/tubular/github_api.py +++ b/tubular/github_api.py @@ -370,7 +370,9 @@ def get_commit_combined_statuses(self, commit): elif isinstance(commit, GitCommit): commit = self.github_repo.get_commit(commit.sha) elif not isinstance(commit, Commit): - raise UnknownObjectException(500, 'commit is neither a valid sha nor github.Commit.Commit object.') + raise UnknownObjectException( + 500, 'commit is neither a valid sha nor github.Commit.Commit object.', headers={} + ) return commit.get_combined_status() From a9fcd3e54fceebbae200a6c0c7ed7a212483787e Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Thu, 5 Jan 2023 14:09:34 +0500 Subject: [PATCH 6/6] fix: fixing upgrade requirements. --- Makefile | 10 +++++----- requirements/base.txt | 4 ++-- requirements/constraints.txt | 3 ++- requirements/pip-tools.txt | 4 ++-- requirements/pip.in | 2 ++ requirements/pip.txt | 14 +++++++------- requirements/testing.txt | 6 +++--- 7 files changed, 23 insertions(+), 20 deletions(-) diff --git a/Makefile b/Makefile index 41dd1008..c8922d9e 100644 --- a/Makefile +++ b/Makefile @@ -13,12 +13,12 @@ test: tox # Define PIP_COMPILE_OPTS=-v to get more information during make upgrade. -PIP_COMPILE = pip-compile --upgrade $(PIP_COMPILE_OPTS) +PIP_COMPILE = pip-compile --rebuild --upgrade $(PIP_COMPILE_OPTS) upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade upgrade: pip install -qr requirements/pip-tools.txt - $(PIP_COMPILE) --allow-unsafe --rebuild --upgrade -o requirements/pip.txt requirements/pip.in - $(PIP_COMPILE) --rebuild --upgrade -o requirements/pip-tools.txt requirements/pip-tools.in - $(PIP_COMPILE) --rebuild --upgrade -o requirements/base.txt requirements/base.in - $(PIP_COMPILE) --rebuild --upgrade -o requirements/testing.txt requirements/testing.in + $(PIP_COMPILE) --allow-unsafe -o requirements/pip.txt requirements/pip.in + $(PIP_COMPILE) -o requirements/pip-tools.txt requirements/pip-tools.in + $(PIP_COMPILE) -o requirements/base.txt requirements/base.in + $(PIP_COMPILE) -o requirements/testing.txt requirements/testing.in diff --git a/requirements/base.txt b/requirements/base.txt index 0b10e0ac..be6c19d4 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.8 +# by the following command: # # make upgrade # diff --git a/requirements/constraints.txt b/requirements/constraints.txt index e57d4e58..46f4c06e 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -13,4 +13,5 @@ boto3==1.20.22 botocore==1.23.22 responses<0.21.0 -django<4.0 \ No newline at end of file +django<4.0 +setuptools<60 \ No newline at end of file diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 69359d41..eb36cff0 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.8 +# by the following command: # # make upgrade # diff --git a/requirements/pip.in b/requirements/pip.in index 7015e2e2..39a20d61 100644 --- a/requirements/pip.in +++ b/requirements/pip.in @@ -1,3 +1,5 @@ +-c constraints.txt + pip setuptools wheel diff --git a/requirements/pip.txt b/requirements/pip.txt index 4fad87a5..430e505f 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,14 +1,14 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.8 +# by the following command: # # make upgrade # -wheel==0.38.4 - # via -r requirements/pip.in - -# The following packages are considered to be unsafe in a requirements file: pip==22.3.1 # via -r requirements/pip.in -setuptools==65.6.3 +setuptools==59.8.0 + # via + # -c requirements/constraints.txt + # -r requirements/pip.in +wheel==0.38.4 # via -r requirements/pip.in diff --git a/requirements/testing.txt b/requirements/testing.txt index 2a48b019..4cec5a52 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.8 +# by the following command: # # make upgrade # @@ -64,7 +64,7 @@ jmespath==0.10.0 # via # boto3 # botocore -lazy-object-proxy==1.8.0 +lazy-object-proxy==1.9.0 # via astroid markupsafe==2.1.1 # via