Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pipenv from 2018.11.26 to 2022.1.8 in /packages/injector_provider #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
216 changes: 141 additions & 75 deletions packages/injector_provider/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 33 additions & 28 deletions packages/injector_provider/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,42 @@
################################################################################
# This requirements file has been automatically generated from `Pipfile` with
# `pipenv-to-requirements`
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# This has been done to maintain backward compatibility with tools and services
# that do not support `Pipfile` yet.
# pipenv lock --requirements --dev
#
# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and
# `Pipfile.lock` and then regenerate `requirements*.txt`.
################################################################################

atomicwrites==1.3.0
attrs==19.1.0
certifi==2019.6.16
importlib-metadata==0.19 ; python_version < '3.8'
more-itertools==7.2.0
mypy-extensions==0.4.1
# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
# requirements. To emit only development requirements, pass "--dev-only".

-i https://pypi.org/simple/
atomicwrites==1.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
certifi==2021.10.8
distlib==0.3.4
filelock==3.4.2; python_version >= '3.7'
importlib-metadata==4.10.0; python_version < '3.8'
injector==0.17.0
more-itertools==8.12.0; python_version >= '3.5'
mypy-extensions==0.4.3
mypy==0.720
packaging==19.1
pbr==5.4.2
packaging==21.3; python_version >= '3.6'
pbr==5.8.0; python_version >= '2.6'
pip==21.3.1; python_version >= '3.6'
pipenv-to-requirements==0.8.2
pipenv==2018.11.26
pluggy==0.12.0
py==1.8.0
pycodestyle==2.5.0
pyparsing==2.4.2
pipenv==2022.1.8
platformdirs==2.4.1; python_version >= '3.7'
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pycodestyle==2.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pyparsing==3.0.6; python_version >= '3.6'
pytest-mypy==0.3.3
pytest-pycodestyle==1.4.0
pytest==5.1.0
six==1.12.0
typed-ast==1.4.0
typing-extensions==3.7.4
virtualenv-clone==0.5.3
virtualenv==16.7.3
wcwidth==0.1.7
zipp==0.5.2
setuptools==60.5.0; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
typed-ast==1.4.3
typing-extensions==4.0.1; python_version >= '3.6'
virtualenv-clone==0.5.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
virtualenv==20.13.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
wcwidth==0.2.5
zipp==3.7.0; python_version >= '3.7'
Loading