diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eaacc50ef..8df26b456 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/pycqa/flake8 - rev: 7.1.1 + rev: 7.1.2 hooks: - id: flake8 diff --git a/requirements-dev.in b/requirements-dev.in index d3dff1120..d4228ea47 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -2,7 +2,7 @@ # Testing and dev pytest==8.3.4 -pytest-django==4.9.0 +pytest-django==4.10.0 pytest-cov==6.0.0 pytest-mock==3.14.0 pytest-xdist==3.6.1 @@ -13,10 +13,10 @@ requests-mock==1.12.1 pip-tools==7.4.1 piprot==0.9.11 pre-commit==3.8.0 -moto==5.0.28 +moto==5.1.0 # Code static analysis -flake8==7.1.1 +flake8==7.1.2 flake8-bugbear==24.12.12 flake8-commas==4.0.0 flake8-debugger==4.1.2 diff --git a/requirements-dev.txt b/requirements-dev.txt index 2a3afbf35..7da17269e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -37,11 +37,11 @@ bigtree==0.24.0 # via -r requirements.in billiard==4.2.0 # via celery -boto3==1.36.16 +boto3==1.36.26 # via # -r requirements.in # moto -botocore==1.36.16 +botocore==1.36.26 # via # boto3 # moto @@ -82,7 +82,7 @@ coverage[toml]==7.6.4 # via pytest-cov crontab==1.0.0 # via rq-scheduler -cryptography==43.0.1 +cryptography==44.0.1 # via moto dbt-copilot-python==0.2.2 # via -r requirements.in @@ -114,7 +114,7 @@ django==4.2.19 # django-reversion # djangorestframework # drf-redesign -django-axes==7.0.1 +django-axes==7.0.2 # via -r requirements.in django-csp==3.8 # via -r requirements.in @@ -166,7 +166,7 @@ faker==15.3.4 # via factory-boy filelock==3.17.0 # via virtualenv -flake8==7.1.1 +flake8==7.1.2 # via # -r requirements-dev.in # flake8-bugbear @@ -255,7 +255,7 @@ mccabe==0.7.0 # pylint mohawk==1.1.0 # via -r requirements.in -moto==5.0.28 +moto==5.1.0 # via -r requirements-dev.in multidict==6.0.4 # via @@ -409,7 +409,7 @@ pytest==8.3.4 # pytest-xdist pytest-cov==6.0.0 # via -r requirements-dev.in -pytest-django==4.9.0 +pytest-django==4.10.0 # via -r requirements-dev.in pytest-mock==3.14.0 # via -r requirements-dev.in @@ -471,9 +471,9 @@ rq-scheduler==0.14.0 # via -r requirements.in s3transfer==0.11.1 # via boto3 -sentry-sdk==2.20.0 +sentry-sdk==2.22.0 # via -r requirements.in -simplejson==3.19.3 +simplejson==3.20.1 # via -r requirements.in six==1.16.0 # via diff --git a/requirements.in b/requirements.in index 31c109fbe..42c759fc6 100644 --- a/requirements.in +++ b/requirements.in @@ -2,7 +2,7 @@ django==4.2.19 djangorestframework==3.15.2 drf-redesign==0.4.0 -django-axes==7.0.1 +django-axes==7.0.2 django-csp==3.8 django-environ==0.12.0 django-extensions==3.2.3 @@ -18,7 +18,7 @@ whitenoise==6.9.0 chardet==5.2.0 pyyaml==6.0.2 python-dateutil==2.9.0.post0 -simplejson==3.19.3 # required for correct decimal number serialization +simplejson==3.20.1 # required for correct decimal number serialization # DBT Platform dbt-copilot-python==0.2.2 @@ -28,7 +28,7 @@ dj-database-url==2.3.0 psycopg2-binary==2.9.10 psycogreen==1.0.2 -boto3==1.36.16 +boto3==1.36.26 notifications-python-client==10.0.1 @@ -58,7 +58,7 @@ gevent==24.11.1 mohawk==1.1.0 requests==2.32.3 requests_toolbelt==1.0.0 -sentry_sdk==2.20.0 +sentry_sdk==2.22.0 # RQ and associated helpers rq==2.1.0 diff --git a/requirements.txt b/requirements.txt index 353907481..d641ad233 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,9 +31,9 @@ bigtree==0.24.0 # via -r requirements.in billiard==4.2.0 # via celery -boto3==1.36.16 +boto3==1.36.26 # via -r requirements.in -botocore==1.36.16 +botocore==1.36.26 # via # boto3 # s3transfer @@ -92,7 +92,7 @@ django==4.2.19 # django-reversion # djangorestframework # drf-redesign -django-axes==7.0.1 +django-axes==7.0.2 # via -r requirements.in django-csp==3.8 # via -r requirements.in @@ -300,9 +300,9 @@ rq-scheduler==0.14.0 # via -r requirements.in s3transfer==0.11.1 # via boto3 -sentry-sdk==2.20.0 +sentry-sdk==2.22.0 # via -r requirements.in -simplejson==3.19.3 +simplejson==3.20.1 # via -r requirements.in six==1.16.0 # via