diff --git a/dependabot.yml b/dependabot.yml new file mode 100644 index 0000000..9e1a87f --- /dev/null +++ b/dependabot.yml @@ -0,0 +1,20 @@ +# Basic `dependabot.yml` file with +# minimum configuration for two package managers + +version: 2 +updates: + # Enable version updates for npm + - package-ecosystem: "npm" + # Look for `package.json` and `lock` files in the `root` directory + directory: "/" + # Check the npm registry for updates every day (weekdays) + schedule: + interval: "daily" + + # Enable version updates for Docker + - package-ecosystem: "docker" + # Look for a `Dockerfile` in the `root` directory + directory: "/" + # Check for updates once a week + schedule: + interval: "weekly" diff --git a/requirements.txt b/requirements.txt index f6dda04..bb7b5c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,28 +8,28 @@ channels==3.0.5 channels-redis==4.0.0 commonmark==0.9.1 constantly==15.1.0 -cryptography==38.0.1 +cryptography==44.0.1 daphne==3.0.2 Deprecated==1.2.13 -Django==4.1.2 +Django==4.2.26 hyperlink==21.0.0 -idna==3.4 +idna==3.7 incremental==22.10.0 msgpack==1.0.4 packaging==21.3 -Pillow==9.2.0 +Pillow==10.3.0 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.21 -Pygments==2.13.0 -pyOpenSSL==22.1.0 +Pygments==2.0 +pyOpenSSL==17.4.0 pyparsing==3.0.9 -redis==4.3.4 +redis==4.4.4 rich==12.6.0 service-identity==21.1.0 six==1.16.0 -sqlparse==0.4.3 -Twisted==22.8.0 +sqlparse==0.5.0 +Twisted==24.7.0rc1 txaio==22.2.1 typing_extensions==4.4.0 wrapt==1.14.1