2
0
Эх сурвалжийг харах

Merge pull request #8744 from ThomasWaldmann/vagrant-updates-1.4

Vagrant updates (1.4-maint)
TW 1 сар өмнө
parent
commit
6276435126

+ 5 - 5
Vagrantfile

@@ -167,7 +167,7 @@ end
 def install_pythons(boxname)
   return <<-EOF
     . ~/.bash_profile
-    pyenv install 3.11.11  # tests, binary build
+    pyenv install 3.11.12  # tests, binary build
     pyenv rehash
   EOF
 end
@@ -185,8 +185,8 @@ def build_pyenv_venv(boxname)
     . ~/.bash_profile
     cd /vagrant/borg
     # use the latest 3.11 release
-    pyenv global 3.11.11
-    pyenv virtualenv 3.11.11 borg-env
+    pyenv global 3.11.12
+    pyenv virtualenv 3.11.12 borg-env
     ln -s ~/.pyenv/versions/borg-env .
   EOF
 end
@@ -232,8 +232,8 @@ def run_tests(boxname, skip_env)
     . ../borg-env/bin/activate
     if which pyenv 2> /dev/null; then
       # for testing, use the earliest point releases of the supported python versions:
-      pyenv global 3.11.11
-      pyenv local 3.11.11
+      pyenv global 3.11.12
+      pyenv local 3.11.12
     fi
     # otherwise: just use the system python
     # avoid that git complains about dubious ownership if we use fakeroot:

+ 11 - 11
requirements.d/development.lock.txt

@@ -1,12 +1,12 @@
-setuptools==69.0.3
-setuptools-scm==8.0.4
-pip==23.3.2
-virtualenv==20.25.0
-build==1.0.3
+setuptools==77.0.3
+setuptools-scm==8.2.0
+pip==25.0.1
+virtualenv==20.29.3
+build==1.2.2
 pkgconfig==1.5.5
-tox==4.11.4
-pytest==7.4.3
-pytest-xdist==3.5.0
-pytest-cov==4.1.0
-pytest-benchmark==4.0.0
-Cython==3.0.11
+tox==4.24.2
+pytest==8.3.5
+pytest-xdist==3.6.1
+pytest-cov==6.0.0
+pytest-benchmark==5.1.0
+Cython==3.0.12