semaphore-demo-python-django
semaphore-demo-python-django copied to clipboard
A Semaphore demo CI/CD pipeline using Python Django.
Bumps [django](https://github.com/django/django) from 2.1.7 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
Selenium needs to be upgraded from 3.141.0 to 4.23.1 to solve a urllib3 timeout error. ` File "/home/semaphore/.pyenv/3.8/lib/python3.8/site-packages/urllib3/util/timeout.py", line 152, in _validate_timeout raise ValueError(ValueError: Timeout value connect was , but...
See [issue](https://github.com/semaphoreci-demos/semaphore-demo-python-django/issues/29)
This pull request updates the project by migrating the test suite from django-nose to pytest-django and replacing deprecated dependencies with actively maintained versions. The primary motivation for this change is...