Skip to content

Commit

Permalink
Update mtp-common and transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ushkarev committed Jun 3, 2024
1 parent 70beb71 commit 1deda99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ node_modules/
npm-debug.log

# app-specific
.eslintrc.json
eslint.config.cjs
.sass-lint.yml
docker-compose.yml
package.json
Expand Down
2 changes: 1 addition & 1 deletion mtp_cashbook/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
environment=ENVIRONMENT,
release=APP_GIT_COMMIT or 'unknown',
send_default_pii=DEBUG,
request_bodies='medium' if DEBUG else 'never',
max_request_body_size='medium' if DEBUG else 'never',
)

TEST_RUNNER = 'mtp_common.test_utils.runner.TestRunner'
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dependencies needed for all environments

money-to-prisoners-common~=16.11.0
money-to-prisoners-common~=17.0.0
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Place development and testing dependencies here

money-to-prisoners-common[testing]~=16.11.0
money-to-prisoners-common[testing]~=17.0.0

-r base.txt

0 comments on commit 1deda99

Please sign in to comment.