# HG changeset patch # User RhodeCode Admin # Date 2023-02-27 15:32:46 # Node ID e4dfe5779b9f6a8a8f29a6724147de13fc167ff2 # Parent 6d91c12a918db1927aff06b2452175d67850303b reqs: bumped to latest versions diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -1,38 +1,37 @@ ## dependencies # our custom configobj -https://code.rhodecode.com/upstream/configobj/artifacts/download/0-012de99a-b1e1-4f64-a5c0-07a98a41b324.tar.gz?md5=6a513f51fe04b2c18cf84c1395a7c626#egg=configobj==5.0.6 +configobj==5.0.8 + +dogpile.cache==1.1.8 -dogpile.cache==0.9.2 -dogpile.core==0.4.1 -decorator==4.1.2 -dulwich==0.13.0 +decorator==5.1.1 +dulwich==0.21.3 hgsubversion==1.9.3 -hg-evolve==10.0.0 +hg-evolve==11.0.0 -mercurial==5.4.1 +mercurial==6.3.2 msgpack-python==0.5.6 pastedeploy==2.1.0 -pyramid==1.10.4 -pygit2==1.2.1 +pyramid==2.0.1 +pygit2==1.11.1 repoze.lru==0.7 -redis==3.5.3 -simplejson==3.16.0 -subvertpy==0.10.1 +redis==4.5.1 +simplejson==3.18.3 +subvertpy==0.11.0 -six==1.15.0 -translationstring==1.3 -webob==1.8.6 +translationstring==1.4 +webob==1.8.7 zope.deprecation==4.4.0 -zope.interface==5.1.0 +zope.interface==5.5.2 ## http servers #gevent==20.6.0 #greenlet==0.4.16 -gunicorn==20.0.4 -waitress==1.4.4 +gunicorn==20.1.0 +waitress==2.1.2 ## test related requirements -r requirements_test.txt diff --git a/requirements_pinned.txt b/requirements_pinned.txt --- a/requirements_pinned.txt +++ b/requirements_pinned.txt @@ -1,19 +1,19 @@ # contains not directly required libraries we want to pin the version. -atomicwrites==1.4.0 -attrs==19.3.0 -contextlib2==0.6.0.post1 -cffi==1.14.0 -hupper==1.10.2 -importlib-metadata==1.6.1 -packaging==20.4 -pathlib2==2.3.5 -pygments==2.6.1 -pyparsing==2.4.7 -psutil==5.7.0 -pluggy==0.13.1 +atomicwrites==1.4.1 +attrs==22.2.0 +contextlib2==21.6.0 +cffi==1.15.1 +hupper==1.11 +importlib-metadata==6.0.0 +packaging==23.0 +pathlib2==2.3.7.post1 +pygments==2.14.0 +pyparsing==3.0.9 +psutil==5.9.4 +pluggy==1.0.0 scandir==1.10.0 -setproctitle==1.1.10 -venusian==1.2.0 -wcwidth==0.2.4 -toml==0.10.1 +setproctitle==1.3.2 +venusian==3.0.0 +wcwidth==0.2.6 +toml==0.10.2 diff --git a/requirements_test.txt b/requirements_test.txt --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,16 +1,16 @@ # test related requirements -pytest==4.6.9 -py==1.8.1 -pytest-cov==2.8.1 -pytest-sugar==0.9.3 -pytest-runner==5.2.0 +pytest==7.2.1 +py==1.11.0 +pytest-cov==4.0.0 +pytest-sugar==0.9.6 +pytest-runner==6.0.0 pytest-profiling==1.7.0 -pytest-timeout==1.3.3 -gprof2dot==2017.9.19 +pytest-timeout==2.1.0 +gprof2dot==2022.7.29 -mock==3.0.5 +mock==5.0.1 cov-core==1.15.0 -coverage==4.5.4 +coverage==7.2.1 -webtest==2.0.34 -beautifulsoup4==4.6.3 +webtest==3.0.0 +beautifulsoup4==4.11.2