Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update pytest from 4.0.1 to 4.0.2
setuptools>=17.1 pytest-cov==2.6.0 pytest==4.0.1 flake8==3.6.0
setuptools>=17.1 pytest-cov==2.6.0 pytest==4.0.2 flake8==3.6.0
Update pytest from 4.4.1 to 5.3.5
-r requirements.txt -e . pytest==4.4.1 mock==2.0.0
-r requirements.txt -e . pytest==5.3.5 mock==2.0.0
Update django-debug-toolbar from 1.6 to 1.8
# Local development dependencies go here -r base.txt coverage==4.2 django-coverage-plugin==1.3.1 Sphinx==1.4.8 django-extensions==1.7.4 Werkzeug==0.11.11 django-test-plus==1.0.16 factory_boy==2.7.0 # django-debug-toolbar that works with Django 1.5+ django-debug-toolbar==1.6 # improved REPL ipdb==0.10.1 # pytest! pyt...
# Local development dependencies go here -r base.txt coverage==4.2 django-coverage-plugin==1.3.1 Sphinx==1.4.8 django-extensions==1.7.4 Werkzeug==0.11.11 django-test-plus==1.0.16 factory_boy==2.7.0 # django-debug-toolbar that works with Django 1.5+ django-debug-toolbar==1.8 # improved REPL ipdb==0.10.1 # pytest! pyt...
Update pillow from 5.4.1 to 6.0.0
-r pip.txt # http://initd.org/psycopg/docs/install.html#binary-install-from-pypi psycopg2==2.7.7 --no-binary psycopg2 gunicorn==19.9.0 django-redis-cache==2.0.0 #For resizing images pillow==5.4.1
-r pip.txt # http://initd.org/psycopg/docs/install.html#binary-install-from-pypi psycopg2==2.7.7 --no-binary psycopg2 gunicorn==19.9.0 django-redis-cache==2.0.0 #For resizing images pillow==6.0.0
Use static Google Test libs.
# Google test if(BUILD_TESTS AND NOT TARGET gmock) if(WIN32) set(gtest_force_shared_crt ON) endif() set(BUILD_GTEST ON) add_subdirectory(googletest) endif() # docopt.cpp if(BUILD_APPS AND HAVE_DOCOPT) add_subdirectory(docopt.cpp) endif()
# Google test if(BUILD_TESTS AND NOT TARGET gmock) if(WIN32) set(gtest_force_shared_crt OFF) endif() set(BUILD_GTEST ON) add_subdirectory(googletest) endif() # docopt.cpp if(BUILD_APPS AND HAVE_DOCOPT) add_subdirectory(docopt.cpp) endif()
Fix CMake for adding GTest/
set(KWSYS_NAMESPACE adios2sys) set(KWSYS_USE_DynamicLoader ON) set(KWSYS_BUILD_SHARED OFF) if(NOT ADIOS_BUILD_SHARED_LIBS) set(KWSYS_INSTALL_EXPORT_NAME adios2) set(KWSYS_INSTALL_LIB_DIR ${CMAKE_INSTALL_LIBDIR}) endif() add_subdirectory(adios2sys) # Add the include usage requirements for KWSys target_include_dire...
set(BUILD_GTEST ON) set(BUILD_GMOCK OFF) add_subdirectory(googletest)
Update whitenoise from 5.1.0 to 5.2.0
-e git+https://github.com/dubirajara/django-tagulous.git@master#egg=django_tagulous-django3.0 -e git+https://github.com/perceptiveminds/django-registration#egg=django-registration-django3.0 -e git+https://github.com/dubirajara/django-recaptcha.git@develop#egg=django-recaptcha-django3.0 dj-config-url==0.1.1 dj-database-...
-e git+https://github.com/dubirajara/django-tagulous.git@master#egg=django_tagulous-django3.0 -e git+https://github.com/perceptiveminds/django-registration#egg=django-registration-django3.0 -e git+https://github.com/dubirajara/django-recaptcha.git@develop#egg=django-recaptcha-django3.0 dj-config-url==0.1.1 dj-database-...
Revert to matplotlib 1.3 since 1.4 installs are currently broken
matplotlib>=1.0 numpy>=1. scipy>=0.12 PySide>=1.2 six>=1.3 scikit-image>=0.10 scikit-learn>=0.12
matplotlib==1.3 numpy>=1. scipy>=0.12 PySide>=1.2 six>=1.3 scikit-image>=0.10 scikit-learn>=0.12
Update certifi from 2022.6.15 to 2022.9.24
gunicorn==20.1.0 backports-abc==0.5 bkcharts==0.2 bokeh==3.0.0 certifi==2022.6.15 chardet==5.0.0 click==8.1.3 Flask==2.2.2 idna==3.3 itsdangerous==2.1.2 Jinja2>=2.10.1 MarkupSafe==2.1.1 numpy==1.23.2 python-dateutil==2.8.2 pyyaml>=4.2b1 requests>=2.20.0 singledispatch==3.7.0 six==1.16.0 tornado==6.2 ...
gunicorn==20.1.0 backports-abc==0.5 bkcharts==0.2 bokeh==3.0.0 certifi==2022.9.24 chardet==5.0.0 click==8.1.3 Flask==2.2.2 idna==3.3 itsdangerous==2.1.2 Jinja2>=2.10.1 MarkupSafe==2.1.1 numpy==1.23.2 python-dateutil==2.8.2 pyyaml>=4.2b1 requests>=2.20.0 singledispatch==3.7.0 six==1.16.0 tornado==6.2 ...
Use awscli version with get-caller-identity
awscli>=1.10.16 yamllint>=1.0.0 PyGithub>=1.26.0
awscli>=1.10.38 yamllint>=1.0.0 PyGithub>=1.26.0
Add codecov for Travis' sake
# Invoke implicitly required by self/pip install -e . # Invocations for common project tasks invocations>=0.16,<2.0 # Spec for test organization/etc spec==1.3.1 nose==1.3.0 six==1.6.1 # Mock for test mocking mock==1.0.1 # Linting! flake8==2.4.0 # Coverage! coverage==3.7.1 # Documentation tools sphinx>=1.4,<1.5 alabaste...
# Invoke implicitly required by self/pip install -e . # Invocations for common project tasks invocations>=0.16,<2.0 # Spec for test organization/etc spec==1.3.1 nose==1.3.0 six==1.6.1 # Mock for test mocking mock==1.0.1 # Linting! flake8==2.4.0 # Coverage! coverage==3.7.1 codecov==1.6.3 # Documentation tools sphinx>=1....
Update dependency packaging to v21.2
cachetools==4.2.4 certifi==2021.10.8 chardet==4.0.0 coverage==6.0.2 google-api-core==2.2.1 google-api-python-client==2.28.0 google-auth==2.3.2 google-auth-httplib2==0.1.0 google-auth-oauthlib==0.4.6 googleapis-common-protos==1.53.0 httplib2==0.20.1 idna==3.3 oauth2client==4.1.3 oauthlib==3.1.1 packaging==21.0 protobuf=...
cachetools==4.2.4 certifi==2021.10.8 chardet==4.0.0 coverage==6.0.2 google-api-core==2.2.1 google-api-python-client==2.28.0 google-auth==2.3.2 google-auth-httplib2==0.1.0 google-auth-oauthlib==0.4.6 googleapis-common-protos==1.53.0 httplib2==0.20.1 idna==3.3 oauth2client==4.1.3 oauthlib==3.1.1 packaging==21.2 protobuf=...
Update Mongo Explorer to 2.0.0 (10)
Disabled:No license Categories:Office License:Unknown Web Site: Source Code:https://github.com/grennis/MongoExplorer Issue Tracker:https://github.com/grennis/mongoexplorer/issues Auto Name:Mongo Explorer Summary:Browse MongoDB databases Description: Mongo database client UI for Android! Featuring: * Connect to MongoD...
Categories:Office License:Unknown Web Site: Source Code:https://github.com/grennis/MongoExplorer Issue Tracker:https://github.com/grennis/mongoexplorer/issues Auto Name:Mongo Explorer Summary:Browse MongoDB databases Description: Mongo database client UI for Android! Featuring: * Connect to MongoDB databases (MongoHQ...
Update mypy from 0.710 to 0.711
autoflake==1.3 check-manifest==0.39 codecov==2.0.15 # Upload coverage data doc8==0.8.0 dodgy==0.1.9 # Look for uploaded secrets dulwich==0.19.11 flake8-commas==2.0.0 # Require silicon valley commas flake8-quotes==2.0.1 # Require single quotes flake8==3.7.7 # Lint isort==4.3.20 # Lint imports mypy==0.710 # Type ch...
autoflake==1.3 check-manifest==0.39 codecov==2.0.15 # Upload coverage data doc8==0.8.0 dodgy==0.1.9 # Look for uploaded secrets dulwich==0.19.11 flake8-commas==2.0.0 # Require silicon valley commas flake8-quotes==2.0.1 # Require single quotes flake8==3.7.7 # Lint isort==4.3.20 # Lint imports mypy==0.711 # Type ch...
Update OpenLP to 2.0 (6)
Categories:Multimedia,Reading License:GPLv2 Web Site:https://openlp.org/ Source Code:https://code.launchpad.net/~openlp-core/openlp/android2 Issue Tracker:https://bugs.launchpad.net/openlp Donate:https://openlp.org/donate Auto Name:OpenLP Summary:Worship Presentation Software for your Church Description: OpenLP is an ...
Categories:Multimedia,Reading License:GPLv2 Web Site:https://openlp.org/ Source Code:https://code.launchpad.net/~openlp-core/openlp/android2 Issue Tracker:https://bugs.launchpad.net/openlp Donate:https://openlp.org/donate Auto Name:OpenLP Summary:Worship Presentation Software for your Church Description: OpenLP is an ...
Update invoke from 1.4.1 to 1.5.0
# install all base requirements -r requirements.txt python_http_client==3.3.1 invoke==1.4.1 twine==3.2.0 # Tests pytest==6.1.2 pytest-cov==2.10.1 codecov==2.1.10 python-coveralls==2.9.3 coveralls==2.2.0 mock==4.0.2 # Version update PyGithub==1.54 bumpversion==0.6.0
# install all base requirements -r requirements.txt python_http_client==3.3.1 invoke==1.5.0 twine==3.2.0 # Tests pytest==6.1.2 pytest-cov==2.10.1 codecov==2.1.10 python-coveralls==2.9.3 coveralls==2.2.0 mock==4.0.2 # Version update PyGithub==1.54 bumpversion==0.6.0
Update pytest from 3.0.5 to 3.0.6
ipdb==0.10.1 coverage==4.3.4 pytest==3.0.5 pytest-cov==2.4.0 pep8==1.7.0 pyflakes==1.5.0 aiohttp==1.2.0 pytest-aiohttp==0.1.3 pytest-sugar==0.8.0 -e .
ipdb==0.10.1 coverage==4.3.4 pytest==3.0.6 pytest-cov==2.4.0 pep8==1.7.0 pyflakes==1.5.0 aiohttp==1.2.0 pytest-aiohttp==0.1.3 pytest-sugar==0.8.0 -e .
Add flake8 to dev dependencies.
-r requirements.txt mock nose sure==1.2.24 coverage freezegun flask boto3>=1.4.4 botocore>=1.4.28 six
-r requirements.txt mock nose sure==1.2.24 coverage flake8 freezegun flask boto3>=1.4.4 botocore>=1.4.28 six
Fix for Canny Edge example
add_example( CannyEdgeDetectionImageFilter ) compare_to_baseline( CannyEdgeDetectionImageFilter Output) add_example( SobelEdgeDetectionImageFilter ) compare_to_baseline( SobelEdgeDetectionImageFilter Output) add_example( LaplacianRecursiveGaussianImageFilter ) compare_to_baseline( LaplacianRecursiveGaussianImageFilte...
add_example( DetectEdgesWithCannyFilter ) compare_to_baseline( DetectEdgesWithCannyFilter Output) add_example( SobelEdgeDetectionImageFilter ) compare_to_baseline( SobelEdgeDetectionImageFilter Output) add_example( LaplacianRecursiveGaussianImageFilter ) compare_to_baseline( LaplacianRecursiveGaussianImageFilter Outp...
Use qt4 or qt5 in qtsparkle
cmake_minimum_required(VERSION 2.6) include_directories(${CMAKE_CURRENT_BINARY_DIR}) set(SOURCES appcast.cpp common.cpp compareversions.cpp followredirects.cpp uicontroller.cpp updatechecker.cpp updatedialog.cpp updater.cpp ) set(MOC_SOURCES followredirects.h uicontroller.h updatechecker.h up...
cmake_minimum_required(VERSION 2.6) include_directories(${CMAKE_CURRENT_BINARY_DIR}) set(SOURCES appcast.cpp common.cpp compareversions.cpp followredirects.cpp uicontroller.cpp updatechecker.cpp updatedialog.cpp updater.cpp ) set(MOC_SOURCES followredirects.h uicontroller.h updatechecker.h up...
Update 'mypy' from '0.511' to '0.521'.
# adbwp/requirements/dev.txt # # Requirements for using developing package. -r base.txt bumpversion==0.5.3 isort==4.2.15 mypy==0.511 pydocstyle==2.0.0 pylint==1.6.3 safety==1.5.1
# adbwp/requirements/dev.txt # # Requirements for using developing package. -r base.txt bumpversion==0.5.3 isort==4.2.15 mypy==0.521 pydocstyle==2.0.0 pylint==1.6.3 safety==1.5.1
Update pytest from 3.8.2 to 4.0.0
pip==10.0.1 bumpversion==0.5.3 wheel==0.31.1 watchdog==0.9.0 flake8==3.6.0 tox==3.1.2 coverage==4.5.1 Sphinx==1.8.2 cryptography==2.3.1 PyYAML==3.12 pytest==3.8.2 pytest-runner==4.2 vcrpy==1.13.0 twine==1.12.1
pip==10.0.1 bumpversion==0.5.3 wheel==0.31.1 watchdog==0.9.0 flake8==3.6.0 tox==3.1.2 coverage==4.5.1 Sphinx==1.8.2 cryptography==2.3.1 PyYAML==3.12 pytest==4.0.0 pytest-runner==4.2 vcrpy==1.13.0 twine==1.12.1
Update tox from 3.9.0 to 3.10.0
-r requirements.txt -e . black==19.3b0; python_version > '3' bump2version==0.5.10 coverage==4.5.3 coveralls==1.7.0 flake8==3.7.7 mock==3.0.5 pre-commit==1.16.1 pytest==4.5.0 pytest-cov==2.7.1 responses==0.10.6 Sphinx==1.8.5 # pyup: <2 testfixtures==6.8.2 tox==3.9.0 twine==1.13.0 watchdog==0.9.0 wheel==0.33.1
-r requirements.txt -e . black==19.3b0; python_version > '3' bump2version==0.5.10 coverage==4.5.3 coveralls==1.7.0 flake8==3.7.7 mock==3.0.5 pre-commit==1.16.1 pytest==4.5.0 pytest-cov==2.7.1 responses==0.10.6 Sphinx==1.8.5 # pyup: <2 testfixtures==6.8.2 tox==3.10.0 twine==1.13.0 watchdog==0.9.0 wheel==0.33.1
Update coverage from 4.5.2 to 4.5.3
aiohttp-jinja2==1.1.0 aiohttp-security==0.4.0 aiohttp-session==2.7.0 aiohttp==3.5.4 aiomysql==0.0.20 aiopg==0.16.0 coverage==4.5.2 docker==3.7.0 flake8==3.7.7 ipdb==0.11 motor==2.0.0 pytest-cov==2.6.1 pytest-sugar==0.9.2 pytest==4.3.1 python-dateutil==2.8.0 sqlalchemy==1.2.18 trafaret==1.2.0 pymysql==0.9.3 -r requireme...
aiohttp-jinja2==1.1.0 aiohttp-security==0.4.0 aiohttp-session==2.7.0 aiohttp==3.5.4 aiomysql==0.0.20 aiopg==0.16.0 coverage==4.5.3 docker==3.7.0 flake8==3.7.7 ipdb==0.11 motor==2.0.0 pytest-cov==2.6.1 pytest-sugar==0.9.2 pytest==4.3.1 python-dateutil==2.8.0 sqlalchemy==1.2.18 trafaret==1.2.0 pymysql==0.9.3 -r requireme...
Update tox from 2.7.0 to 2.8.0
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.4.1 tox==2.7.0 Sphinx==1.6.3 coverage==4.4.1 cryptography==2.0.3 PyYAML==3.12
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.4.1 tox==2.8.0 Sphinx==1.6.3 coverage==4.4.1 cryptography==2.0.3 PyYAML==3.12
Update sphinx from 1.7.8 to 1.7.9
pip==18.0 bumpversion==0.5.3 wheel==0.31.1 watchdog==0.9.0 flake8==3.5.0 tox==3.2.1 coverage==4.5.1 Sphinx==1.7.8 cryptography==2.3.1 PyYAML==4.2b4 pytest==3.7.4 pyaudio==0.2.11
pip==18.0 bumpversion==0.5.3 wheel==0.31.1 watchdog==0.9.0 flake8==3.5.0 tox==3.2.1 coverage==4.5.1 Sphinx==1.7.9 cryptography==2.3.1 PyYAML==4.2b4 pytest==3.7.4 pyaudio==0.2.11
Update cryptography from 1.8.1 to 1.8.2
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 Sphinx==1.6.1 tox==2.7.0 coverage==4.4.1 cryptography==1.8.1 PyYAML==3.12 pytest==3.1.0
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 Sphinx==1.6.1 tox==2.7.0 coverage==4.4.1 cryptography==1.8.2 PyYAML==3.12 pytest==3.1.0
Update cryptography from 1.8.2 to 1.9
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.2 cryptography==1.8.2 PyYAML==3.12 pytest==3.1.0
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.6.2 cryptography==1.9 PyYAML==3.12 pytest==3.1.0
Update tox from 3.5.2 to 3.5.3
pip==18.1 bumpversion==0.5.3 wheel==0.32.2 watchdog==0.9.0 flake8==3.6.0 tox==3.5.2 coverage==4.5.1 Sphinx==1.8.1 cryptography==2.3.1 PyYAML==4.2b4 pytest==3.9.2 pyaudio==0.2.11
pip==18.1 bumpversion==0.5.3 wheel==0.32.2 watchdog==0.9.0 flake8==3.6.0 tox==3.5.3 coverage==4.5.1 Sphinx==1.8.1 cryptography==2.3.1 PyYAML==4.2b4 pytest==3.9.2 pyaudio==0.2.11
Update CV of Money Manager Ex to 2016.05.03 (839)
Disabled:Non-free dependencies, have never been able to build a version Categories:Money License:GPLv2 Web Site:http://www.codelathe.com/mmex Source Code:https://github.com/moneymanagerex/android-money-manager-ex Issue Tracker:https://github.com/moneymanagerex/android-money-manager-ex/issues Auto Name:Money Manager Ex...
Disabled:Non-free dependencies, have never been able to build a version Categories:Money License:GPLv2 Web Site:http://www.codelathe.com/mmex Source Code:https://github.com/moneymanagerex/android-money-manager-ex Issue Tracker:https://github.com/moneymanagerex/android-money-manager-ex/issues Auto Name:Money Manager Ex...
Mark parameter as optional in parameter list
{{alias}}( str[, reviver] ) Attempts to parse a string as JSON. Function behavior differs from `JSON.parse()` as follows: - throws a `TypeError` if provided any value which is not a string. - throws a `TypeError` if provided a `reviver` argument which is not a function. - returns, rather th...
{{alias}}( str[, reviver] ) Attempts to parse a string as JSON. Function behavior differs from `JSON.parse()` as follows: - throws a `TypeError` if provided any value which is not a string. - throws a `TypeError` if provided a `reviver` argument which is not a function. - returns, rather th...
Add a test dependency on cxx-headers
set(PROFILE_LIT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}) set(PROFILE_LIT_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}) set(PROFILE_TESTSUITES) set(PROFILE_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS}) if(NOT COMPILER_RT_STANDALONE_BUILD) list(APPEND PROFILE_TEST_DEPS profile llvm-profdata llvm-cov) endif() set(PROFILE_TEST...
set(PROFILE_LIT_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}) set(PROFILE_LIT_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}) set(PROFILE_TESTSUITES) set(PROFILE_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS}) if(NOT COMPILER_RT_STANDALONE_BUILD) list(APPEND PROFILE_TEST_DEPS cxx-headers profile llvm-profdata llvm-cov) endif() set(...
Fix Step5 tutorial compile error
cmake_minimum_required(VERSION 2.8.5 FATAL_ERROR) if(POLICY CMP0025) cmake_policy(SET CMP0025 NEW) # CMake 3.0 endif() if(POLICY CMP0053) cmake_policy(SET CMP0053 NEW) # CMake 3.1 endif() PROJECT (Step5) find_package(VTK REQUIRED) vtk_module_config(VTK( vtkCommonCore vtkFiltersSources vtkInteractionStyle ...
cmake_minimum_required(VERSION 2.8.5 FATAL_ERROR) if(POLICY CMP0025) cmake_policy(SET CMP0025 NEW) # CMake 3.0 endif() if(POLICY CMP0053) cmake_policy(SET CMP0053 NEW) # CMake 3.1 endif() PROJECT (Step5) find_package(VTK REQUIRED) vtk_module_config(VTK vtkCommonCore vtkFiltersSources vtkInteractionStyle v...
Add utility tests library; refactored test library names
INCLUDE_DIRECTORIES(${${PROJECT_NAME}_INCLUDE_DIR}) LIST(APPEND DIRS powerset ) FOREACH( D ${DIRS} ) ADD_SUBDIRECTORY( ${D} ) ENDFOREACH( D ) ADD_EXECUTABLE(test_main test_main.cpp) TARGET_LINK_LIBRARIES( test_main ${COMMON_LIBRARIES} powerset ${PROJECT_NAME}_utility)
INCLUDE_DIRECTORIES(${${PROJECT_NAME}_INCLUDE_DIR}) LIST(APPEND DIRS powerset ) LIST(APPEND DIRS utility ) FOREACH( D ${DIRS} ) ADD_SUBDIRECTORY( ${D} ) ENDFOREACH( D ) ADD_EXECUTABLE(test_main test_main.cpp) TARGET_LINK_LIBRARIES( test_main ${COMMON_LIBRARIES} ${PROJECT_NAME}_powerset_test ${PROJECT_NAME}_utili...
Update SQLAlchemy to latest version
alembic==0.9.2 boto==2.47.0 certifi==2017.4.17 chardet==3.0.4 configparser==3.5.0 cornice==2.4.0 hawkauthlib==0.1.1 hupper==1.0 idna==2.5 konfig==1.1 Mako==1.0.6 MarkupSafe==1.0 mozsvc==0.10 Paste==2.0.3 PasteDeploy==1.5.2 PyBrowserID==0.14.0 PyFxA==0.6.0 PyMySQL==0.7.11 pymysql-sa==1.0 pyramid==1.8.4 python-dateutil==...
alembic==1.0.9 asn1crypto==0.24.0 boto==2.49.0 certifi==2019.3.9 cffi==1.12.2 chardet==3.0.4 configparser==3.7.4 cornice==3.5.1 cryptography==2.6.1 enum34==1.1.6 hawkauthlib==2.0.0 hupper==1.6.1 idna==2.8 ipaddress==1.0.22 konfig==1.1 Mako==1.0.9 MarkupSafe==1.1.1 mozsvc==0.10 Paste==3.0.8 PasteDeploy==2.0.1 plaster==1...
Upgrade dependency python-dateutil to ==2.7.2
arrow==0.12.1 beautifulsoup4==4.6.0 blessed==1.14.2 certifi==2018.1.18 chardet==3.0.4 Django==2.0.3 django-picklefield==1.0.0 django-q==0.9.4 fake-useragent==0.1.10 future==0.16.0 idna==2.6 psycopg2-binary==2.7.4 python-dateutil==2.7.1 pytz==2018.3 raven==6.6.0 requests==2.18.4 six==1.11.0 urllib3==1.22 uWSGI==2.0.17 w...
arrow==0.12.1 beautifulsoup4==4.6.0 blessed==1.14.2 certifi==2018.1.18 chardet==3.0.4 Django==2.0.3 django-picklefield==1.0.0 django-q==0.9.4 fake-useragent==0.1.10 future==0.16.0 idna==2.6 psycopg2-binary==2.7.4 python-dateutil==2.7.2 pytz==2018.3 raven==6.6.0 requests==2.18.4 six==1.11.0 urllib3==1.22 uWSGI==2.0.17 w...
Update uvloop from 0.10.1 to 0.10.2
aioamqp==0.11.0 aiobotocore==0.9.2 aiodns==1.1.1 aiohttp==3.3.2 async-timeout==3.0.0 attrs==18.1.0 botocore==1.10.12 cchardet==2.1.1 chardet==3.0.4 codecov==2.0.15 colorama==0.3.9 coverage==4.5.1 docutils==0.14 execnet==1.5.0 jmespath==0.9.3 multidict==4.3.1 mypy==0.610 packaging==17.1 protobuf==3.6.0 pycares==2.3.0 py...
aioamqp==0.11.0 aiobotocore==0.9.2 aiodns==1.1.1 aiohttp==3.3.2 async-timeout==3.0.0 attrs==18.1.0 botocore==1.10.12 cchardet==2.1.1 chardet==3.0.4 codecov==2.0.15 colorama==0.3.9 coverage==4.5.1 docutils==0.14 execnet==1.5.0 jmespath==0.9.3 multidict==4.3.1 mypy==0.610 packaging==17.1 protobuf==3.6.0 pycares==2.3.0 py...
Update pytest from 3.4.2 to 3.5.0
docker==3.1.3 molecule==1.25.0 pytest==3.4.2 python-vagrant==0.5.15 tox==2.9.1 testinfra==1.11.1
docker==3.1.3 molecule==1.25.0 pytest==3.5.0 python-vagrant==0.5.15 tox==2.9.1 testinfra==1.11.1
Update boto3 from 1.7.44 to 1.7.47
APScheduler==3.5.1 cached-property==1.4.3 boto3==1.7.44 click==6.7 Flask-Sockets==0.2.1 Flask==1.0.2 flask-crossdomain==0.1 future==0.16.0 gevent==1.3.4 greenlet==0.4.13 gunicorn==19.8.1 localconfig==1.1.1 pexpect==4.6.0 psycopg2-binary==2.7.5 psutil==5.4.6 redis==2.10.6 requests==2.19.1 rq==0.11.0 selenium==3.12.0 six...
APScheduler==3.5.1 cached-property==1.4.3 boto3==1.7.47 click==6.7 Flask-Sockets==0.2.1 Flask==1.0.2 flask-crossdomain==0.1 future==0.16.0 gevent==1.3.4 greenlet==0.4.13 gunicorn==19.8.1 localconfig==1.1.1 pexpect==4.6.0 psycopg2-binary==2.7.5 psutil==5.4.6 redis==2.10.6 requests==2.19.1 rq==0.11.0 selenium==3.12.0 six...
Update pyyaml from 5.1.2 to 5.3
requests==2.22.0 urllib3==1.25.8 patool==1.12 # configs pyyaml==5.1.2 # Logs daiquiri==1.6.0 # Find media name guessit==3.1.0 # Emails sendgrid==6.1.0
requests==2.22.0 urllib3==1.25.8 patool==1.12 # configs pyyaml==5.3 # Logs daiquiri==1.6.0 # Find media name guessit==3.1.0 # Emails sendgrid==6.1.0
Fix for mac address update in ARP
-e git+https://github.com/f5devcentral/f5-ctlr-agent.git@5cb53a0fafc0262bf48e66211842e4d821fb81db#egg=f5-ctlr-agent -e git+https://github.com/f5devcentral/f5-cccl.git@d8da31b9090042c8f84abdaf8e0ac5f83e30a16a#egg=f5-cccl
-e git+https://github.com/f5devcentral/f5-ctlr-agent.git@5cb53a0fafc0262bf48e66211842e4d821fb81db#egg=f5-ctlr-agent -e git+https://github.com/f5devcentral/f5-cccl.git@50b59e38b8e53402edf8b39c0d64c08681e087d5#egg=f5-cccl
Upgrade dependency psycopg2 to ==2.7.2
appdirs==1.4.3 autopep8==1.3.2 certifi==2017.4.17 chardet==3.0.4 contextlib2==0.5.5 Django==1.11.3 django-appconf==1.0.2 django-cacheops==3.2.1 django-cors-headers==2.1.0 django-silk==1.0.0 django-taggit==0.22.1 django-taggit-serializer==0.1.5 djangorestframework==3.6.3 djangorestframework-jwt==1.11.0 freezegun==0.3.9 ...
appdirs==1.4.3 autopep8==1.3.2 certifi==2017.4.17 chardet==3.0.4 contextlib2==0.5.5 Django==1.11.3 django-appconf==1.0.2 django-cacheops==3.2.1 django-cors-headers==2.1.0 django-silk==1.0.0 django-taggit==0.22.1 django-taggit-serializer==0.1.5 djangorestframework==3.6.3 djangorestframework-jwt==1.11.0 freezegun==0.3.9 ...
Bump packages so GitHub stops nagging me
future==0.16.0 Pillow==5.2.0 pyglet==1.3.2
Pillow==7.1.1 pyglet==1.5.3
Bump afdko from 3.4.0 to 3.7.1
afdko==3.4.0 appdirs==1.4.4 attrs==19.3.0 black==21.8b0 booleanOperations==0.9.0 Brotli==1.0.9 click==7.1.2 cu2qu==1.6.7 defcon==0.6.0 fontMath==0.6.0 fontParts==0.9.2 fontPens==0.2.4 fonttools==4.11.0 fs==2.4.11 lxml==4.6.3 MutatorMath==3.0.1 pathspec>=0.9.0 Pillow==8.3.2 psautohint==2.0.1 pyclipper==1.2.1 pytz==2020....
afdko==3.7.1 appdirs==1.4.4 attrs==19.3.0 black==21.8b0 booleanOperations==0.9.0 Brotli==1.0.9 click==7.1.2 cu2qu==1.6.7 defcon==0.6.0 fontMath==0.6.0 fontParts==0.9.2 fontPens==0.2.4 fonttools==4.11.0 fs==2.4.11 lxml==4.6.3 MutatorMath==3.0.1 pathspec>=0.9.0 Pillow==8.3.2 psautohint==2.0.1 pyclipper==1.2.1 pytz==2020....
Update testinfra from 1.9.1 to 1.10.0
docker==2.6.1 molecule==1.25.0 pytest==3.2.5 python-vagrant==0.5.15 testinfra==1.9.1 tox==2.9.1
docker==2.6.1 molecule==1.25.0 pytest==3.2.5 python-vagrant==0.5.15 testinfra==1.10.0 tox==2.9.1
Update tornado from 6.0.1 to 6.0.2
Flask_Mako==0.4 requests==2.21.0 tornado==6.0.1 Flask==1.0.2 wsgi_request_logger==0.4.6
Flask_Mako==0.4 requests==2.21.0 tornado==6.0.2 Flask==1.0.2 wsgi_request_logger==0.4.6
Upgrade requests and urllib3 to address CVE
asn1crypto==0.24.0 Authlib==0.10 certifi==2019.3.9 cffi==1.12.2 chardet==3.0.4 Click==7.0 cryptography==2.6.1 Flask==1.0.2 gunicorn==19.9.0 idna==2.8 itsdangerous==1.1.0 Jinja2==2.10 MarkupSafe==1.1.1 psycopg2==2.7.7 pycparser==2.19 python-dotenv==0.10.1 requests==2.21.0 six==1.12.0 urllib3==1.24.1 Werkzeug==0.15.1
asn1crypto==0.24.0 Authlib==0.10 certifi==2019.3.9 cffi==1.12.2 chardet==3.0.4 Click==7.0 cryptography==2.6.1 Flask==1.0.2 gunicorn==19.9.0 idna==2.8 itsdangerous==1.1.0 Jinja2==2.10 MarkupSafe==1.1.1 psycopg2==2.7.7 pycparser==2.19 python-dotenv==0.10.1 requests==2.22.0 six==1.12.0 urllib3==1.25.3 Werkzeug==0.15.1
Update Pillow to v8.3.2 (from v8.3.1)
bbcode==1.1.0 blinker==1.4 click==8.0.1 flask==2.0.1 flask-babel==2.0.0 flask-sqlalchemy==2.5.1 hiredis==2.0.0 itsdangerous==2.0.1 jinja2==3.0.1 markupsafe==2.0.1 marrow.mailer==4.0.3 marrow.util==1.2.3 marshmallow==3.13.0 pendulum==2.1.2 pillow==8.3.1 psycopg2-binary==2.9.1 python-dateutil==2.8.2 pytzdata==2020.1 redi...
bbcode==1.1.0 blinker==1.4 click==8.0.1 flask==2.0.1 flask-babel==2.0.0 flask-sqlalchemy==2.5.1 hiredis==2.0.0 itsdangerous==2.0.1 jinja2==3.0.1 markupsafe==2.0.1 marrow.mailer==4.0.3 marrow.util==1.2.3 marshmallow==3.13.0 pendulum==2.1.2 pillow==8.3.2 psycopg2-binary==2.9.1 python-dateutil==2.8.2 pytzdata==2020.1 redi...
Update pytest from 3.0.6 to 3.0.7
coverage==4.3.4 docker-py==1.10.6 docutils==0.13.1 ipdb==0.10.2 ipython==5.3.0 flake8==3.3.0 wheel==0.29.0 setuptools==34.3.0 -e .[sa] sphinx==1.5.3 tox==2.6.0 pytest==3.0.6 pytest-cov==2.4.0 pytest-sugar==0.8.0 pytest-timeout==1.2.0 sphinxcontrib-asyncio==0.2.0 sqlalchemy==1.1.5 psycopg2==2.6.2
coverage==4.3.4 docker-py==1.10.6 docutils==0.13.1 ipdb==0.10.2 ipython==5.3.0 flake8==3.3.0 wheel==0.29.0 setuptools==34.3.0 -e .[sa] sphinx==1.5.3 tox==2.6.0 pytest==3.0.7 pytest-cov==2.4.0 pytest-sugar==0.8.0 pytest-timeout==1.2.0 sphinxcontrib-asyncio==0.2.0 sqlalchemy==1.1.5 psycopg2==2.6.2
Update requests from 2.18.4 to 2.19.1
# basis requests==2.18.4 envparse==0.2.0 # json validation (inspector) jsonschema==2.6.0 # testing pytest==3.6.1 betamax==0.8.1 # documentation Sphinx==1.7.5 nbsphinx==0.3.3 # data science jupyter==1.0.0 matplotlib==2.2.2 # integration tox==3.0.0 # code style flake8==3.5.0 pydocstyle==2.1.1 mypy==0.610; python_ve...
# basis requests==2.19.1 envparse==0.2.0 # json validation (inspector) jsonschema==2.6.0 # testing pytest==3.6.1 betamax==0.8.1 # documentation Sphinx==1.7.5 nbsphinx==0.3.3 # data science jupyter==1.0.0 matplotlib==2.2.2 # integration tox==3.0.0 # code style flake8==3.5.0 pydocstyle==2.1.1 mypy==0.610; python_ve...
Update alembic from 0.9.6 to 0.9.7
alembic==0.9.6 antiorm==1.2.1 appdirs==1.4.3 chardet==3.0.4 codeclimate-test-reporter==0.2.3 coverage==4.4.2 dataset==1.0.5 db==0.1.1 db-sqlite3==0.0.1 ddt==1.1.1 Mako==1.0.7 MarkupSafe==1.0 normality==0.5.7 packaging==16.8 psycopg2==2.7.3.2 pygraphviz==1.3.1 pyparsing==2.2.0 python-editor==1.0.3 PyYAML==3.12 requests=...
alembic==0.9.7 antiorm==1.2.1 appdirs==1.4.3 chardet==3.0.4 codeclimate-test-reporter==0.2.3 coverage==4.4.2 dataset==1.0.5 db==0.1.1 db-sqlite3==0.0.1 ddt==1.1.1 Mako==1.0.7 MarkupSafe==1.0 normality==0.5.7 packaging==16.8 psycopg2==2.7.3.2 pygraphviz==1.3.1 pyparsing==2.2.0 python-editor==1.0.3 PyYAML==3.12 requests=...
Update pyxdameraulevenshtein from 1.7.0 to 1.7.1
beautifulsoup4==4.11.1 bcrypt==3.2.2 croniter==1.3.5 Cython==0.29.32 feedparser==6.0.10 furl==2.1.3 google-api-python-client==2.55.0 isodate==0.6.1 jq==1.2.2 jsonpath-ng==1.5.3 lxml==4.9.1 Pillow==9.2.0 parsedatetime==2.6 psutil==5.9.1 pyhedrals==0.2.0 pymediawiki==0.7.1 pyre2==0.3.6 python-dateutil==2.8.2 pytimeparse=...
beautifulsoup4==4.11.1 bcrypt==3.2.2 croniter==1.3.5 Cython==0.29.32 feedparser==6.0.10 furl==2.1.3 google-api-python-client==2.55.0 isodate==0.6.1 jq==1.2.2 jsonpath-ng==1.5.3 lxml==4.9.1 Pillow==9.2.0 parsedatetime==2.6 psutil==5.9.1 pyhedrals==0.2.0 pymediawiki==0.7.1 pyre2==0.3.6 python-dateutil==2.8.2 pytimeparse=...
Add django-taggit & force celery<4
Django<1.11 django-allauth django-autocomplete-light>=2.0,<3.0 django-crispy-forms django-extensions django-el-pagination django-filter celery[redis] Pillow vobject pygments # database layer MySQL-python # workaround python-dateutil issue (python 2.x / python 3) python-dateutil
Django<1.11 django-allauth django-autocomplete-light>=2.0,<3.0 django-crispy-forms django-extensions django-el-pagination django-filter django-taggit celery[redis]<4.0 Pillow vobject pygments # database layer MySQL-python # workaround python-dateutil issue (python 2.x / python 3) python-dateutil
Remove Babel as a runtime requirement
# The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. pbr!=2.1.0,>=2.0.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD PrettyTable<0.8,>=0.7.1 # BSD keystoneauth1>=3.1.0 ...
# The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. pbr!=2.1.0,>=2.0.0 # Apache-2.0 PrettyTable<0.8,>=0.7.1 # BSD keystoneauth1>=3.1.0 # Apache-2.0 requests>=2.14...
Update pytest from 3.2.0 to 3.2.1
docker==2.5.0 molecule==1.25.0 pytest==3.2.0 python-vagrant==0.5.15 testinfra==1.6.5 tox==2.7.0
docker==2.5.0 molecule==1.25.0 pytest==3.2.1 python-vagrant==0.5.15 testinfra==1.6.5 tox==2.7.0
Update singledispatch from 3.4.0.3 to 3.6.2
gunicorn==20.1.0 backports-abc==0.5 bkcharts==0.2 bokeh==2.3.2 certifi==2021.5.30 chardet==4.0.0 click==8.0.1 Flask==2.0.1 idna==3.2 itsdangerous==2.0.1 Jinja2>=2.10.1 MarkupSafe==2.0.1 numpy==1.20.3 python-dateutil==2.8.1 pyyaml>=4.2b1 requests>=2.20.0 singledispatch==3.4.0.3 six==1.15.0 tornado==6.1...
gunicorn==20.1.0 backports-abc==0.5 bkcharts==0.2 bokeh==2.3.2 certifi==2021.5.30 chardet==4.0.0 click==8.0.1 Flask==2.0.1 idna==3.2 itsdangerous==2.0.1 Jinja2>=2.10.1 MarkupSafe==2.0.1 numpy==1.20.3 python-dateutil==2.8.1 pyyaml>=4.2b1 requests>=2.20.0 singledispatch==3.6.2 six==1.15.0 tornado==6.1 ...
Update social-auth-app-django from 3.0.0 to 3.1.0
-e git://github.com/dubirajara/django-tagulous#egg=django_tagulous dj-config-url==0.1.1 dj-database-url==0.5.0 django-crispy-forms==1.7.2 django-recaptcha==1.4.0 django-registration-redux==2.5 Django==2.1.2 djangorestframework==3.9.0 gunicorn==19.9.0 psycopg2-binary==2.7.5 python-decouple==3.1 social-auth-app-django==3...
-e git://github.com/dubirajara/django-tagulous#egg=django_tagulous dj-config-url==0.1.1 dj-database-url==0.5.0 django-crispy-forms==1.7.2 django-recaptcha==1.4.0 django-registration-redux==2.5 Django==2.1.2 djangorestframework==3.9.0 gunicorn==19.9.0 psycopg2-binary==2.7.5 python-decouple==3.1 social-auth-app-django==3...
Revert "Not let go till laughing"
Live, 0 Lose, 5 !Let, 1 Laugh, 4 Love, 2
Live, 0 Lose It, 5 Let Go, 1 Laugh, 4 Love, 2
Fix minizip library compilation under OS X
project(minizip) cmake_minimum_required(VERSION 2.6) find_package(ZLIB REQUIRED) set (SOURCES ioapi.c unzip.c zip.c ) set (HEADERS ioapi.h unzip.h zip.h ) add_library(minizip ${SOURCES} ${HEADERS} ) target_link_libraries(minizip z)
project(minizip) cmake_minimum_required(VERSION 2.6) find_package(ZLIB REQUIRED) set (SOURCES ioapi.c unzip.c zip.c ) set (HEADERS ioapi.h unzip.h zip.h ) if (APPLE) # Mac OS X does not have fopen64() # and several related functions as the standard fopen() # calls are 64bit add_definitions("-DUSE_FILE32A...
Update raven from 6.2.1 to 6.3.0
# Pro-tip: Try not to put anything here. Avoid dependencies in # production that aren't in development. -r base.txt # WSGI Handler # ------------------------------------------------ gevent==1.2.2 gunicorn==19.7.1 # Email backends for Mailgun, Postmark, SendGrid and more # -------------------------------------------...
# Pro-tip: Try not to put anything here. Avoid dependencies in # production that aren't in development. -r base.txt # WSGI Handler # ------------------------------------------------ gevent==1.2.2 gunicorn==19.7.1 # Email backends for Mailgun, Postmark, SendGrid and more # -------------------------------------------...
Update click from 8.0.1 to 8.0.3
# # This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file requirements.txt setup.py # click==8.0.1 # via flask flask==1.1.2 gevent==21.1.2 greenlet==1.0.0 # via gevent itsdangerous==2.0.1 # via flask jinja2==2.11.3 # via flask markupsafe...
# # This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file requirements.txt setup.py # click==8.0.3 # via flask flask==1.1.2 gevent==21.1.2 greenlet==1.0.0 # via gevent itsdangerous==2.0.1 # via flask jinja2==2.11.3 # via flask markupsafe...
Update rollbar package to 0.13.2
Flask==0.11.1 django-dotenv==1.4.1 # Read environment variables from .env django-getenv==1.3.1 # Get environment variables newrelic # Error tracking blinker==1.4 rollbar==0.13.1
Flask==0.11.1 django-dotenv==1.4.1 # Read environment variables from .env django-getenv==1.3.1 # Get environment variables newrelic # Error tracking blinker==1.4 rollbar==0.13.2
Upgrade dependency pytest-runner to ==2.11
pyaml==15.8.2 pytest-runner==2.10 pytest==2.9.2 pytest-cov==2.2.1 semantic_version==2.5.0 requests==2.10.0
pyaml==15.8.2 pytest-runner==2.11 pytest==2.9.2 pytest-cov==2.2.1 semantic_version==2.5.0 requests==2.10.0
Update django version to latest stable
django==1.9.6 mysqlclient==1.3.7 factory_boy==2.7.0 django-formtools==1.0 django-filter==0.13.0
django==1.9.7 mysqlclient==1.3.7 factory_boy==2.7.0 django-formtools==1.0 django-filter==0.13.0
Define spambayes as a requirement
lxml==2.3.2 git+https://github.com/mitsuhiko/jinja2.git#egg=Jinja2
lxml==2.3.2 git+https://github.com/mitsuhiko/jinja2.git#egg=Jinja2 spambayes==1.1b1
Upgrade dependency django-cacheops to ==3.2
appdirs==1.4.3 contextlib2==0.5.5 Django==1.11 django-appconf==1.0.2 django-cacheops==3.1.3 django-compressor==2.1.1 django-debug-toolbar==1.8 django-imagekit==4.0 django-querycount==0.6.0 freezegun==0.3.8 funcy==1.7.3 olefile==0.44 packaging==16.8 pilkit==2.0 Pillow==4.1.1 psycopg2==2.7.1 pyparsing==2.2.0 python-dateu...
appdirs==1.4.3 contextlib2==0.5.5 Django==1.11 django-appconf==1.0.2 django-cacheops==3.2 django-compressor==2.1.1 django-debug-toolbar==1.8 django-imagekit==4.0 django-querycount==0.6.0 freezegun==0.3.8 funcy==1.7.3 olefile==0.44 packaging==16.8 pilkit==2.0 Pillow==4.1.1 psycopg2==2.7.1 pyparsing==2.2.0 python-dateuti...
Update pytest from 6.0.1 to 6.0.2
ansible-lint==4.3.4 docker==4.3.1 flake8==3.8.3 molecule==3.0.8 pytest==6.0.1 testinfra==5.3.1 tox==3.20.0
ansible-lint==4.3.4 docker==4.3.1 flake8==3.8.3 molecule==3.0.8 pytest==6.0.2 testinfra==5.3.1 tox==3.20.0
Update botocore from 1.5.93 to 1.5.94
boto3==1.4.5 botocore==1.5.93 certifi==2017.7.27.1 chardet==3.0.4 dj-database-url==0.4.2 dj-static==0.0.6 Django==1.11.4 django-grappelli==2.10.1 django-haystack==2.6.1 django-linkcheck==1.4 django-s3-folder-storage==0.5 django-storages==1.6.5 docutils==0.14 elasticsearch==2.4.1 futures==3.1.1 gunicorn==19.7.1 idna==2....
boto3==1.4.5 botocore==1.5.94 certifi==2017.7.27.1 chardet==3.0.4 dj-database-url==0.4.2 dj-static==0.0.6 Django==1.11.4 django-grappelli==2.10.1 django-haystack==2.6.1 django-linkcheck==1.4 django-s3-folder-storage==0.5 django-storages==1.6.5 docutils==0.14 elasticsearch==2.4.1 futures==3.1.1 gunicorn==19.7.1 idna==2....
Update tqdm from 4.21.0 to 4.22.0
future==0.16.0 tqdm==4.21.0 networkx==2.1
future==0.16.0 tqdm==4.22.0 networkx==2.1
Use the correct version of boto.
numpy boto -e hg+https://bitbucket.org/pansapiens/django-storages#egg=django-storages
numpy boto>=2.38.0 -e hg+https://bitbucket.org/pansapiens/django-storages#egg=django-storages
Update flask-migrate from 2.1.1 to 2.2.0
Flask==1.0.2 Flask-SQLAlchemy==2.3.2 Flask-Assets==0.12 Flask-Mail==0.9.1 Flask-WTF==0.14.2 Flask-RQ==0.2 git+https://github.com/hasgeek/baseframe git+https://github.com/hasgeek/coaster git+https://github.com/hasgeek/flask-lastuser jsmin==2.2.2 pytz==2018.4 psycopg2==2.7.5 wtforms_json==0.3.3 rq==0.11.0 itsdangerous==0...
Flask==1.0.2 Flask-SQLAlchemy==2.3.2 Flask-Assets==0.12 Flask-Mail==0.9.1 Flask-WTF==0.14.2 Flask-RQ==0.2 git+https://github.com/hasgeek/baseframe git+https://github.com/hasgeek/coaster git+https://github.com/hasgeek/flask-lastuser jsmin==2.2.2 pytz==2018.4 psycopg2==2.7.5 wtforms_json==0.3.3 rq==0.11.0 itsdangerous==0...
Implement __getattr__ in Vehicle model
Cython==0.23.4 -e git://github.com/openmaraude/APITaxi_utils.git@57f9d94c58afe546e661f8527c5ecddff679985a#egg=APITaxi_utils -e git://github.com/openmaraude/APITaxi_models.git@01238d2e161e437d60bbf307173517b461953914#egg=APITaxi_models nose==1.3.7 Flask-Testing==0.4.2 Flask-Dogpile-Cache==0.2 Flask-Redis==0.3.0 Flask-Ce...
Cython==0.23.4 -e git://github.com/openmaraude/APITaxi_utils.git@57f9d94c58afe546e661f8527c5ecddff679985a#egg=APITaxi_utils -e git://github.com/openmaraude/APITaxi_models.git@a77ec4855efbd2739b6503264ab08fd8bb9a10c2#egg=APITaxi_models nose==1.3.7 Flask-Testing==0.4.2 Flask-Dogpile-Cache==0.2 Flask-Redis==0.3.0 Flask-Ce...
Update py2neo from 3.1.1 to 3.1.2
Eve==0.6.4 py2neo==3.1.1 -e git+git://github.com/rodrigorn/flask-neo4j.git#egg=flask-neo4j
Eve==0.6.4 py2neo==3.1.2 -e git+git://github.com/rodrigorn/flask-neo4j.git#egg=flask-neo4j
Update hypothesis from 3.56.5 to 3.56.6
# unit test requirements docutils>=0.9 pytest>=2.8 mock>=1.0b1 hypothesis==3.56.5 # documentation requirements sphinx>=1.0.7 # linting pylint==1.8.4 yapf==0.21.0
# unit test requirements docutils>=0.9 pytest>=2.8 mock>=1.0b1 hypothesis==3.56.6 # documentation requirements sphinx>=1.0.7 # linting pylint==1.8.4 yapf==0.21.0
Update gevent from 1.2.2 to 1.3.0
APScheduler==3.5.1 cached-property==1.4.2 boto3==1.5.20 click==6.7 Flask-Sockets==0.2.1 Flask==0.12.2 flask-crossdomain==0.1 future==0.16.0 gevent==1.2.2 greenlet==0.4.13 gunicorn==19.8.1 localconfig==1.0.2 pexpect==4.4.0 psycopg2==2.7.4 psutil==5.4.4 redis==2.10.6 requests==2.18.4 rq==0.10.0 selenium==3.11.0 six==1.11...
APScheduler==3.5.1 cached-property==1.4.2 boto3==1.5.20 click==6.7 Flask-Sockets==0.2.1 Flask==0.12.2 flask-crossdomain==0.1 future==0.16.0 gevent==1.3.0 greenlet==0.4.13 gunicorn==19.8.1 localconfig==1.0.2 pexpect==4.4.0 psycopg2==2.7.4 psutil==5.4.4 redis==2.10.6 requests==2.18.4 rq==0.10.0 selenium==3.11.0 six==1.11...
Update django from 1.10.4 to 1.10.5
Django==1.10.4 dj-database-url==0.4.1 django-assets==0.12 django-bulk-update==1.1.10 django-cors-middleware==1.3.1 django-test-without-migrations==0.4 djangorestframework==3.5.3 gunicorn==19.6.0 psycopg2==2.6.2 py-gfm==0.1.3 python-decouple==3.0 python-memcached==1.58 requests==2.12.4
Django==1.10.5 dj-database-url==0.4.1 django-assets==0.12 django-bulk-update==1.1.10 django-cors-middleware==1.3.1 django-test-without-migrations==0.4 djangorestframework==3.5.3 gunicorn==19.6.0 psycopg2==2.6.2 py-gfm==0.1.3 python-decouple==3.0 python-memcached==1.58 requests==2.12.4
Update pytest from 3.0.6 to 3.0.7
sphinx==1.5.3 sphinx-rtd-theme==0.2.3 coverage==4.3.4 pytest==3.0.6 pytest-cov==2.4.0
sphinx==1.5.3 sphinx-rtd-theme==0.2.3 coverage==4.3.4 pytest==3.0.7 pytest-cov==2.4.0
Update fonttools from 3.21.2 to 3.22.0
fonttools==3.21.2 defcon==0.3.5 MutatorMath==2.1.0
fonttools==3.22.0 defcon==0.3.5 MutatorMath==2.1.0
Upgrade dependency django-extensions to ==1.6.5
Django==1.9.6 django-extensions==1.6.3 django-rest-swagger==0.3.6 django-webpack-loader==0.3.0 djangorestframework==3.3.3 djangorestframework-jwt==1.8.0 psycopg2==2.6.1 PyJWT==1.4.0 PyYAML==3.11 six==1.10.0 Werkzeug==0.11.9
Django==1.9.6 django-extensions==1.6.5 django-rest-swagger==0.3.6 django-webpack-loader==0.3.0 djangorestframework==3.3.3 djangorestframework-jwt==1.8.0 psycopg2==2.6.1 PyJWT==1.4.0 PyYAML==3.11 six==1.10.0 Werkzeug==0.11.9
Upgrade watchdog to 0.9, argh to 0.24
# vim: ft=conf # # don't forget about scripts/build-debs.sh when updating this file. # also, don't forget about readthedocs-requirements.txt # # opmuse deps CherryPy >=16,<17 Jinja2 >=2.10,<2.11 SQLAlchemy >=1.3,<1.4 mmh3 >=2.5 whoosh >=2.7,<2.8 mutagen >=1.42,<1.43 rarfile >=3.0,<3.1 ws4py >=0.5.1,<0.6 wsaccel >=0.6....
# vim: ft=conf # # don't forget about scripts/build-debs.sh when updating this file. # also, don't forget about readthedocs-requirements.txt # # opmuse deps CherryPy >=16,<17 Jinja2 >=2.10,<2.11 SQLAlchemy >=1.3,<1.4 mmh3 >=2.5 whoosh >=2.7,<2.8 mutagen >=1.42,<1.43 rarfile >=3.0,<3.1 ws4py >=0.5.1,<0.6 wsaccel >=0.6....
Update dependency urllib3 to v1.26.11
# # This file is autogenerated by pip-compile with python 3.6 # To update, run: # # pip-compile requirements.in # certifi==2021.10.8 # via requests charset-normalizer==2.1.0 # via requests idna==3.3 # via requests requests==2.28.1 # via -r requirements.in urllib3==1.26.10 # via requests xmltodict...
# # This file is autogenerated by pip-compile with python 3.6 # To update, run: # # pip-compile requirements.in # certifi==2021.10.8 # via requests charset-normalizer==2.1.0 # via requests idna==3.3 # via requests requests==2.28.1 # via -r requirements.in urllib3==1.26.11 # via requests xmltodict...
Update celery from 4.0.0 to 4.1.0
-e . # General test libraries tox==2.9.1 pytest==3.3.0 pytest-django==3.1.2 pytest-isort==0.1.0 tzlocal==1.5.1 # Pep8 and code quality checkers flake8==3.5.0 pytest-cov==2.5.1 coverage==4.4.2 # Fixtures, test helpers factory-boy==2.9.2 mock==2.0.0 # General dependencies django==2.0 # Imap utilities dnspython3==1....
-e . # General test libraries tox==2.9.1 pytest==3.3.0 pytest-django==3.1.2 pytest-isort==0.1.0 tzlocal==1.5.1 # Pep8 and code quality checkers flake8==3.5.0 pytest-cov==2.5.1 coverage==4.4.2 # Fixtures, test helpers factory-boy==2.9.2 mock==2.0.0 # General dependencies django==2.0 # Imap utilities dnspython3==1....
Upgrade deps + drop cerberus as unnecessary
cerberus==1.0.1 pillow==6.2.0 validx==0.3 jinja2==2.10.1 # Testing mypy==0.660 flake8==3.7.5
pillow==7.1.2 validx==0.6.1 jinja2==2.11.2 # Testing mypy==0.782 flake8==3.8.3
Fix CVE-2017-18342 pyyaml arbirary code exploit
flapjack_stack==1.0.0 orderedset==2.0.1 py==1.4.32 six==1.10.0 SQLAlchemy==1.2.2 sqlparse==0.2.2 stevedore==1.27.1 tablib==0.12.1 Cerberus==1.2 PyYAML==3.13
flapjack_stack==1.0.0 orderedset==2.0.1 py==1.4.32 six==1.10.0 SQLAlchemy==1.2.2 sqlparse==0.2.2 stevedore==1.27.1 tablib==0.12.1 Cerberus==1.2 pyyaml>=4.2b1
Update markupsafe from 0.23 to 1.0
Flask==0.12.2 Flask-Mail==0.9.1 Jinja2==2.9.6 MarkupSafe==0.23 Werkzeug==0.9.6 amqp==1.4.6 anyjson==0.3.3 apiclient==1.0.2 argparse==1.2.1 billiard==3.3.0.18 blinker==1.3 celery==3.1.16 certifi==14.05.14 cffi==0.8.2 cryptography==0.4 flower==0.7.2 gunicorn==19.1.1 httplib2==0.9 itsdangerous==0.24 kombu==3.0.23 nose==1....
Flask==0.12.2 Flask-Mail==0.9.1 Jinja2==2.9.6 MarkupSafe==1.0 Werkzeug==0.9.6 amqp==1.4.6 anyjson==0.3.3 apiclient==1.0.2 argparse==1.2.1 billiard==3.3.0.18 blinker==1.3 celery==3.1.16 certifi==14.05.14 cffi==0.8.2 cryptography==0.4 flower==0.7.2 gunicorn==19.1.1 httplib2==0.9 itsdangerous==0.24 kombu==3.0.23 nose==1.3...
Update coverage from 4.1 to 4.5.2
Flask==1.0.2 Flask-Admin==1.5.3 Flask-SQLAlchemy==2.3.2 SQLAlchemy==1.2.15 WTForms==2.2.1 coverage==4.1 pytest==2.9.2 pytest-cov==2.3.0 pytest-flask==0.10.0 Flask-HTTPAuth==3.1.2
Flask==1.0.2 Flask-Admin==1.5.3 Flask-SQLAlchemy==2.3.2 SQLAlchemy==1.2.15 WTForms==2.2.1 coverage==4.5.2 pytest==2.9.2 pytest-cov==2.3.0 pytest-flask==0.10.0 Flask-HTTPAuth==3.1.2
Update dependency emoji to v2.2.0
beautifulsoup4==4.11.1 celery[redis]==5.2.7 dateparser==1.1.2 emoji==2.1.0 fake-useragent==0.1.11 influxdb==5.3.1 parsedatetime==2.6 python-telegram-bot==13.14 redis==4.3.4 requests==2.28.1
beautifulsoup4==4.11.1 celery[redis]==5.2.7 dateparser==1.1.2 emoji==2.2.0 fake-useragent==0.1.11 influxdb==5.3.1 parsedatetime==2.6 python-telegram-bot==13.14 redis==4.3.4 requests==2.28.1
Update requests to latest and use a Microcosm fork of grequests
Django==1.5.9 requests==1.1.0 python-dateutil==1.4 # Production server gunicorn==0.17.2 # Riemann client bernhard==0.1.1 # Mock python objects for testing mock==1.0.1 # Memcache client pylibmc==1.2.3 # Gevent requests grequests==0.2.0 newrelic==2.16.0.12
Django==1.5.9 requests==2.4.1 python-dateutil==1.4 # Production server gunicorn==0.17.2 # Riemann client bernhard==0.1.1 # Mock python objects for testing mock==1.0.1 # Memcache client pylibmc==1.2.3 # Gevent requests # grequests==0.2.0 git+https://github.com/microcosm-cc/grequests.git@85884230bff825063e2f05e7b5de...
Update rollbar package to 0.14.4
# Core packages python-dotenv==0.9.1 # Read environment variables from .env Flask==1.0.2 # Web microframework Flask-Assets==0.12 # Merge and minify CSS and JS assets pyscss==1.3.5 # CSS minification uWSGI==2.0.17.1 # Application server syspath==1.1.0 # Modify paths # Features flask-sitemap=...
# Core packages python-dotenv==0.9.1 # Read environment variables from .env Flask==1.0.2 # Web microframework Flask-Assets==0.12 # Merge and minify CSS and JS assets pyscss==1.3.5 # CSS minification uWSGI==2.0.17.1 # Application server syspath==1.1.0 # Modify paths # Features flask-sitemap=...
Update sphinx from 1.4.8 to 1.6.3
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.0.4 tox==2.5.0 coverage==4.4.1 Sphinx==1.4.8 sphinx-rtd-theme==0.1.9
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.0.4 tox==2.5.0 coverage==4.4.1 Sphinx==1.6.3 sphinx-rtd-theme==0.1.9
Update pyyaml from 3.12 to 4.1
pip==10.0.1 bumpversion==0.5.3 wheel==0.31.1 watchdog==0.8.3 tox==3.0.0 flake8==3.5.0 Sphinx==1.7.5 cryptography==2.2.2 PyYAML==3.12 click==6.7 beautifulsoup4==4.6.0 requests==2.19.1 diskcache==3.0.6 selenium==3.13.0
pip==10.0.1 bumpversion==0.5.3 wheel==0.31.1 watchdog==0.8.3 tox==3.0.0 flake8==3.5.0 Sphinx==1.7.5 cryptography==2.2.2 PyYAML==4.1 click==6.7 beautifulsoup4==4.6.0 requests==2.19.1 diskcache==3.0.6 selenium==3.13.0
Update pytest from 4.4.2 to 4.5.0
-e . coverage==4.5.3 mypy==0.701 prospector==1.1.6.2 pytest==4.4.2 pytest-cov==2.7.1 pytest-django==3.4.8 sphinx_rtd_theme==0.4.3 tox==3.9.0
-e . coverage==4.5.3 mypy==0.701 prospector==1.1.6.2 pytest==4.5.0 pytest-cov==2.7.1 pytest-django==3.4.8 sphinx_rtd_theme==0.4.3 tox==3.9.0
Update cryptography from 1.7.1 to 1.7.2
# # This file is autogenerated by pip-compile # Make changes in requirements.in, then run this to update: # # pip-compile requirements.in # cffi==1.9.1; platform_python_implementation != 'PyPy' characteristic==14.3.0 # via service-identity cryptography==1.7.1 # via pyopenssl enum34==1.1.6 # via ...
# # This file is autogenerated by pip-compile # Make changes in requirements.in, then run this to update: # # pip-compile requirements.in # cffi==1.9.1; platform_python_implementation != 'PyPy' characteristic==14.3.0 # via service-identity cryptography==1.7.2 # via pyopenssl enum34==1.1.6 # via ...
Update pytest from 6.2.1 to 6.2.2
# install all base requirements -r requirements.txt python_http_client==3.3.1 invoke==1.5.0 twine==3.3.0 # Tests pytest==6.2.1 pytest-cov==2.10.1 codecov==2.1.11 python-coveralls==2.9.3 coveralls==2.2.0 mock==4.0.3 # Version update PyGithub==1.54.1 bumpversion==0.6.0
# install all base requirements -r requirements.txt python_http_client==3.3.1 invoke==1.5.0 twine==3.3.0 # Tests pytest==6.2.2 pytest-cov==2.10.1 codecov==2.1.11 python-coveralls==2.9.3 coveralls==2.2.0 mock==4.0.3 # Version update PyGithub==1.54.1 bumpversion==0.6.0
Update dependency Sphinx to v2.4.1
# Local development dependencies go here -r base.txt Sphinx==2.4.0 # django-debug-toolbar that works with Django 1.5+ django-debug-toolbar==2.2 django-extensions==2.2.8 django-autofixture==0.12.1 graphviz==0.13.2 factory-boy==2.12.0 django-coverage-plugin==1.8.0 django-test-plus==1.4.0 vcrpy==4.0.2 ipdb==0.12.3
# Local development dependencies go here -r base.txt Sphinx==2.4.1 # django-debug-toolbar that works with Django 1.5+ django-debug-toolbar==2.2 django-extensions==2.2.8 django-autofixture==0.12.1 graphviz==0.13.2 factory-boy==2.12.0 django-coverage-plugin==1.8.0 django-test-plus==1.4.0 vcrpy==4.0.2 ipdb==0.12.3
Update sphinx from 1.7.6 to 1.7.7
sphinx==1.7.6 alagitpull==0.0.21 releases==1.6.1 sphinx-argparse==0.2.2 sphinxcontrib-napoleon==0.6.1
sphinx==1.7.7 alagitpull==0.0.21 releases==1.6.1 sphinx-argparse==0.2.2 sphinxcontrib-napoleon==0.6.1
Update pip from 8.1.2 to 9.0.1
pip==8.1.2 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 cryptography==1.7 PyYAML==3.11 pytest==2.9.2
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==2.6.0 tox==2.3.1 coverage==4.1 Sphinx==1.4.8 cryptography==1.7 PyYAML==3.11 pytest==2.9.2
Update coverage from 4.1 to 4.4.1
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.1 Sphinx==1.4.8
pip==9.0.1 bumpversion==0.5.3 wheel==0.29.0 watchdog==0.8.3 flake8==3.3.0 tox==2.7.0 coverage==4.4.1 Sphinx==1.4.8
Update pytest from 3.4.2 to 3.5.0
pip==9.0.2 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.5.0 tox==2.9.1 coverage==4.5.1 Sphinx==1.7.1 cryptography==2.2 PyYAML==3.12 pytest==3.4.2 pytest-cov==2.5.1 pytest-mock==1.7.1 pytest-pylint==0.9.0 requests-mock==1.4.0 spec==1.4.1
pip==9.0.2 bumpversion==0.5.3 wheel==0.30.0 watchdog==0.8.3 flake8==3.5.0 tox==2.9.1 coverage==4.5.1 Sphinx==1.7.1 cryptography==2.2 PyYAML==3.12 pytest==3.5.0 pytest-cov==2.5.1 pytest-mock==1.7.1 pytest-pylint==0.9.0 requests-mock==1.4.0 spec==1.4.1
Update pytest from 5.1.1 to 5.1.2
cookiecutter==1.6.0 sh==1.12.14 binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ black==19.3b0 flake8==3.7.8 # Testing # ------------------------------------------------------------------------------ tox==3.14.0 pytest==5.1.1 pytest_cases==1.11.1 pytes...
cookiecutter==1.6.0 sh==1.12.14 binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ black==19.3b0 flake8==3.7.8 # Testing # ------------------------------------------------------------------------------ tox==3.14.0 pytest==5.1.2 pytest_cases==1.11.1 pytes...