Skip to content

Commit

Permalink
Merge pull request #403 from Pet-projects-CodePET/refactor/requests_a…
Browse files Browse the repository at this point in the history
…nd_serializers

refactor: Потерянная звисимость
  • Loading branch information
Denis-Shtanskiy authored Jan 6, 2025
2 parents b170b7c + d6dc016 commit 6094e4a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
20 changes: 19 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ faker = "^25.0.1"
pytest-django = "^4.8.0"
bleach = "^6.1.0"
types-bleach = "^6.1.0.20240331"
tinycss2 = "^1.4.0"

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.5.0"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ six==1.16.0 ; python_full_version >= "3.12.1" and python_full_version < "4.0.0"
social-auth-app-django==5.4.2 ; python_full_version >= "3.12.1" and python_version < "4.0"
social-auth-core==4.5.4 ; python_full_version >= "3.12.1" and python_version < "4.0"
sqlparse==0.5.1 ; python_full_version >= "3.12.1" and python_version < "4.0"
tinycss2==1.4.0 ; python_full_version >= "3.12.1" and python_full_version < "4.0.0"
types-bleach==6.1.0.20240331 ; python_full_version >= "3.12.1" and python_full_version < "4.0.0"
types-html5lib==1.1.11.20240228 ; python_full_version >= "3.12.1" and python_full_version < "4.0.0"
tzdata==2024.1 ; python_full_version >= "3.12.1" and python_version < "4.0"
Expand Down

0 comments on commit 6094e4a

Please sign in to comment.