Skip to content

Commit

Permalink
fix: upgrade certifi to version 2023.07.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklisin committed Aug 11, 2023
1 parent 6c0c214 commit ebe28b0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
build-proxy:
runs-on: ubuntu-latest
# env:
needs: [build-backend]
steps:
- uses: actions/checkout@v3
- name: Yandex Cloud CR "Login" Action for GitHub Actions
Expand All @@ -64,6 +64,7 @@ jobs:
build-certbot:
runs-on: ubuntu-latest
needs: [build-backend]
env:
DOMAIN: ${{ secrets.DOMAIN }}
EMAIL: ${{secrets.ACME_DEFAULT_EMAIL}}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asgiref==3.7.2
boto3==1.28.2
botocore==1.31.2
certifi==2023.5.7
certifi>=2023.07.22
charset-normalizer==3.2.0
Django==4.2.3
django-cleanup==7.0.0
Expand Down
1 change: 1 addition & 0 deletions store/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1469,6 +1469,7 @@ ul {
width: 100%;
height: 100vh;
background-image: url('../images/inci-aku-promo.jpeg');
background-color: #104bbf;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
Expand Down
20 changes: 10 additions & 10 deletions store/templates/store/store.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,16 @@ <h1>Автомобильные аккумуляторы</h1>

<div class="filt-sec">
<div class="filt-semi">Емкость, А·ч</div>
<div class="pol-sec">
<div class="p-s p-s-l">
<div class="psp"></div>
</div>
<div class="p-s p-s-r">
<div class="psp"></div>
</div>
<div class="p-line"></div>
<div class="p-line p-line-c"></div>
</div>
{# <div class="pol-sec">#}
{# <div class="p-s p-s-l">#}
{# <div class="psp"></div>#}
{# </div>#}
{# <div class="p-s p-s-r">#}
{# <div class="psp"></div>#}
{# </div>#}
{# <div class="p-line"></div>#}
{# <div class="p-line p-line-c"></div>#}
{# </div>#}
<div class="pol-fills">
<div class="p-f-box">
<input type="text" name="capacity-from" class="p-f-fill-text" value="0">
Expand Down

0 comments on commit ebe28b0

Please sign in to comment.