Jacek
Jacek
## Update Poetry with new groups Add Poetry group dependencies for development, documentation and testing. This change gathers dependencies declared in different files (`requirements.docs.txt`, `README.md`, `test.yml`), making creating a local...
Follow up from #964 ## Proposed Changes Small refactoring of the `initialiser.py` package. Changes: - extracted generating a tree structure to a dedicated function - changed a bit output of...
## New Poetry-only Dockerfile Adds a new Dockerfile that installs all dependencies using `poetry`. The idea is to build it alongside the existing image and test it extensively. **Testing:** I...
**distutils.dir_util.copy_tree will be deprecated soon** I was poking around and found that `distutils.dir_util` package will be deprecated soon (in Python 3.12). That will block potential upgrade to new Python version....
**Describe the bug** Recently, there was a new vulnerability reported against `setuptools` that could allow RCE, see reports below: - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-6345 - https://ubuntu.com/security/CVE-2024-6345 The fix was deployed in version `70.0.0`....