You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade pyyaml to 6.0.1
Previous versions are incompatible with Cython 3.0.0, which was released
just the previous week.
See yaml/pyyaml#724
* Upgrade package versions, from dependabot warnings.
sqlparse to 0.4.4
requests to 2.31.0
django to 3.2.20
cryptography to 41.0.2
* Fix CI.
The new machine runs a new version of Docker. We require changes.
The new machine runs python 3.10, we require changes.
pyyaml>=4.2b1 # for fixtures and config generation; high severity vulnerability before 4.1 (CVE-2017-18342)
13
+
pyyaml>=6.0.1 # for fixtures and config generation; high severity vulnerability before 4.1 (CVE-2017-18342), Cython>=3.0.0 (released in 2023) incompatible before 6.0.1
14
14
scrypt
15
15
toml
16
+
17
+
18
+
# Sub-dependencies of above packages which have security implications, and thus require specific prerequisites:
0 commit comments